POST api/DeliveryPackage/CheckForPicking

Request Information

URI Parameters

None.

Body Parameters

DeliveryPackage_CheckForPickingRequest
NameDescriptionTypeAdditional information
DeviceUniqueId

string

None.

IdOperator

integer

None.

IdWarehouse

integer

None.

IdOutDeliveryNoteRow

integer

None.

DeliveryPackageCode

string

None.

InteractionType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceUniqueId": "sample string 1",
  "IdOperator": 2,
  "IdWarehouse": 3,
  "IdOutDeliveryNoteRow": 4,
  "DeliveryPackageCode": "sample string 5",
  "InteractionType": 6
}

application/xml, text/xml

Sample:
<DeliveryPackage_CheckForPickingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">
  <DeliveryPackageCode>sample string 5</DeliveryPackageCode>
  <DeviceUniqueId>sample string 1</DeviceUniqueId>
  <IdOperator>2</IdOperator>
  <IdOutDeliveryNoteRow>4</IdOutDeliveryNoteRow>
  <IdWarehouse>3</IdWarehouse>
  <InteractionType>6</InteractionType>
</DeliveryPackage_CheckForPickingRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DeliveryPackage_CheckForPickingResponse
NameDescriptionTypeAdditional information
Result

DeliveryPackage_CheckForPickingResult

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": 0
}

application/xml, text/xml

Sample:
<DeliveryPackage_CheckForPickingResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">
  <Result>GenericError</Result>
</DeliveryPackage_CheckForPickingResponse>