POST api/Inventory/CheckItemFixedSite

Request Information

URI Parameters

None.

Body Parameters

Inventory_CheckItemFixedSiteRequest
NameDescriptionTypeAdditional information
DeviceUniqueId

string

None.

IdCustomer

integer

None.

ItemCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceUniqueId": "sample string 1",
  "IdCustomer": 2,
  "ItemCode": "sample string 3"
}

application/xml, text/xml

Sample:
<Inventory_CheckItemFixedSiteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">
  <DeviceUniqueId>sample string 1</DeviceUniqueId>
  <IdCustomer>2</IdCustomer>
  <ItemCode>sample string 3</ItemCode>
</Inventory_CheckItemFixedSiteRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Inventory_CheckItemFixedSiteResult

Response Formats

application/json, text/json

Sample:
0

application/xml, text/xml

Sample:
<Inventory_Enumerators.Inventory_CheckItemFixedSiteResult xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">GenericError</Inventory_Enumerators.Inventory_CheckItemFixedSiteResult>