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