POST Report/GetPharmacyStockByStoreId

Request Information

URI Parameters

None.

Body Parameters

PharmacyStockByStoreInput
NameDescriptionTypeAdditional information
facilityCode

string

None.

pageNo

integer

None.

pageSize

integer

None.

storeInput

Collection of StoreInput

None.

Request Formats

application/json, text/json

Sample:
{
  "facilityCode": "sample string 1",
  "pageNo": 2,
  "pageSize": 3,
  "storeInput": [
    {
      "storeId": 1
    },
    {
      "storeId": 1
    }
  ]
}

application/xml, text/xml

Sample:
<PharmacyStockByStoreInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportURLAPI.Class">
  <facilityCode>sample string 1</facilityCode>
  <pageNo>2</pageNo>
  <pageSize>3</pageSize>
  <storeInput>
    <StoreInput>
      <storeId>1</storeId>
    </StoreInput>
    <StoreInput>
      <storeId>1</storeId>
    </StoreInput>
  </storeInput>
</PharmacyStockByStoreInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.