POST api/Picking/ItemPlate_VerifyUnique
Request Information
URI Parameters
None.
Body Parameters
ItemPlate_VerifyUniqueRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdItem | integer |
None. |
|
| PlateCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdItem": 2,
"PlateCode": "sample string 3"
}
application/xml, text/xml
Sample:
<ItemPlate_VerifyUniqueRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <DeviceUniqueId>sample string 1</DeviceUniqueId> <IdItem>2</IdItem> <PlateCode>sample string 3</PlateCode> </ItemPlate_VerifyUniqueRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ItemPlate_VerifyUniqueResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ItemPlate_VerifyUniqueResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 0
}
application/xml, text/xml
Sample:
<ItemPlate_VerifyUniqueResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <Result>GenericError</Result> </ItemPlate_VerifyUniqueResponse>