POST api/Outbound/UpdateOutboundDriverInformation
Request Information
URI Parameters
None.
Body Parameters
UpdateOutboundDriverInformation| Name | Description | Type | Additional information |
|---|---|---|---|
| OutboundStockItemDetailLogID | integer |
None. |
|
| RequestID | integer |
None. |
|
| ShippingCode | string |
None. |
|
| VehicleNumber | string |
None. |
|
| DriverName | string |
None. |
|
| Transporter | string |
None. |
|
| Notes | string |
None. |
|
| DriverPhoneNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OutboundStockItemDetailLogID": 1,
"RequestID": 2,
"ShippingCode": "sample string 3",
"VehicleNumber": "sample string 4",
"DriverName": "sample string 5",
"Transporter": "sample string 6",
"Notes": "sample string 7",
"DriverPhoneNumber": "sample string 8"
}
application/xml, text/xml
Sample:
<UpdateOutboundDriverInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <DriverName>sample string 5</DriverName> <DriverPhoneNumber>sample string 8</DriverPhoneNumber> <Notes>sample string 7</Notes> <OutboundStockItemDetailLogID>1</OutboundStockItemDetailLogID> <RequestID>2</RequestID> <ShippingCode>sample string 3</ShippingCode> <Transporter>sample string 6</Transporter> <VehicleNumber>sample string 4</VehicleNumber> </UpdateOutboundDriverInformation>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | string |
None. |
|
| dateTime | string |
None. |
|
| StatusCode | integer |
None. |
|
| ErrorMessage | string |
None. |
|
| Result | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Version": "1.0.0",
"dateTime": "2025/11/03 15:58:49",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>