POST api/DeliveryPackage/UpdateVerifiedAndXODN

Request Information

URI Parameters

None.

Body Parameters

DeliveryPackage_UpdateVerifiedAndXODNRequest
NameDescriptionTypeAdditional information
DeviceUniqueId

string

None.

IdOperator

integer

None.

IdWarehouse

integer

None.

XOutDeliveryNoteCode

string

None.

DeliveryPackageCode

string

None.

Phase

integer

None.

InteractionType

integer

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<DeliveryPackage_UpdateVerifiedAndXODNRequest 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>
  <IdWarehouse>3</IdWarehouse>
  <InteractionType>7</InteractionType>
  <Phase>6</Phase>
  <XOutDeliveryNoteCode>sample string 4</XOutDeliveryNoteCode>
</DeliveryPackage_UpdateVerifiedAndXODNRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DeliveryPackage_UpdateVerifiedAndXODNResponse
NameDescriptionTypeAdditional information
Result

DeliveryPackage_UpdateVerifiedAndXODNResult

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": 0
}

application/xml, text/xml

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