POST api/DeliveryPackage/DisassociateFromXODN

Request Information

URI Parameters

None.

Body Parameters

DeliveryPackage_DisassociateFromXODNRequest
NameDescriptionTypeAdditional information
DeviceUniqueId

string

None.

IdOperator

integer

None.

DeliveryPackageCode

string

None.

Phase

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceUniqueId": "sample string 1",
  "IdOperator": 2,
  "DeliveryPackageCode": "sample string 3",
  "Phase": 4
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DeliveryPackage_DisassociateFromXODNResponse
NameDescriptionTypeAdditional information
Result

DeliveryPackage_DisassociateFromXODNResult

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": 0
}

application/xml, text/xml

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