POST api/DeliveryPackage/DeliverBorderauxInTransitPoint
Request Information
URI Parameters
None.
Body Parameters
DeliveryPackage_DeliverBorderauxInTransitPointRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdOperator | integer |
None. |
|
| IdWarehouse | integer |
None. |
|
| BorderauxCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdOperator": 2,
"IdWarehouse": 3,
"BorderauxCode": "sample string 4"
}
application/xml, text/xml
Sample:
<DeliveryPackage_DeliverBorderauxInTransitPointRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <BorderauxCode>sample string 4</BorderauxCode> <DeviceUniqueId>sample string 1</DeviceUniqueId> <IdOperator>2</IdOperator> <IdWarehouse>3</IdWarehouse> </DeliveryPackage_DeliverBorderauxInTransitPointRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeliveryPackage_DeliverBorderauxInTransitPointResultResponse Formats
application/json, text/json
Sample:
0
application/xml, text/xml
Sample:
<DeliveryPackage_Enumerators.DeliveryPackage_DeliverBorderauxInTransitPointResult xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models">GenericError</DeliveryPackage_Enumerators.DeliveryPackage_DeliverBorderauxInTransitPointResult>