POST api/GetServiceItemsList

Request Information

URI Parameters

None.

Body Parameters

Jsonparams
NameDescriptionTypeAdditional information
jsonstring

string

None.

Request Formats

application/json, text/json

Sample:
{
  "jsonstring": "sample string 1"
}

application/xml, text/xml

Sample:
<Jsonparams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HantidhowrWebApiV1.Models">
  <jsonstring>sample string 1</jsonstring>
</Jsonparams>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetServiceItemslist
NameDescriptionTypeAdditional information
ServiceItemslist

Collection of GetServiceItemsdetails

None.

Response Formats

application/json, text/json

Sample:
{
  "ServiceItemslist": [
    {
      "RefNo": "sample string 1",
      "Item": "sample string 2",
      "Companyid": "sample string 3",
      "CostPrice": "sample string 4",
      "SalePrice": "sample string 5",
      "Currency": "sample string 6",
      "ExchangeRate": "sample string 7",
      "message": "sample string 8"
    },
    {
      "RefNo": "sample string 1",
      "Item": "sample string 2",
      "Companyid": "sample string 3",
      "CostPrice": "sample string 4",
      "SalePrice": "sample string 5",
      "Currency": "sample string 6",
      "ExchangeRate": "sample string 7",
      "message": "sample string 8"
    }
  ]
}

application/xml, text/xml

Sample:
<GetServiceItemslist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HantidhowrWebApiV1.Models">
  <ServiceItemslist>
    <GetServiceItemsdetails>
      <Companyid>sample string 3</Companyid>
      <CostPrice>sample string 4</CostPrice>
      <Currency>sample string 6</Currency>
      <ExchangeRate>sample string 7</ExchangeRate>
      <Item>sample string 2</Item>
      <RefNo>sample string 1</RefNo>
      <SalePrice>sample string 5</SalePrice>
      <message>sample string 8</message>
    </GetServiceItemsdetails>
    <GetServiceItemsdetails>
      <Companyid>sample string 3</Companyid>
      <CostPrice>sample string 4</CostPrice>
      <Currency>sample string 6</Currency>
      <ExchangeRate>sample string 7</ExchangeRate>
      <Item>sample string 2</Item>
      <RefNo>sample string 1</RefNo>
      <SalePrice>sample string 5</SalePrice>
      <message>sample string 8</message>
    </GetServiceItemsdetails>
  </ServiceItemslist>
</GetServiceItemslist>