POST api/Outbound/UpdateOutboundDriverInformation

Request Information

URI Parameters

None.

Body Parameters

UpdateOutboundDriverInformation
NameDescriptionTypeAdditional 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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <OutboundStockItemDetailLogID>1</OutboundStockItemDetailLogID>
  <RequestID>2</RequestID>
  <ShippingCode>sample string 3</ShippingCode>
  <VehicleNumber>sample string 4</VehicleNumber>
  <DriverName>sample string 5</DriverName>
  <Transporter>sample string 6</Transporter>
  <Notes>sample string 7</Notes>
  <DriverPhoneNumber>sample string 8</DriverPhoneNumber>
</UpdateOutboundDriverInformation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional 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/04/28 13:48:18",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}

application/xml, text/xml

Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StatusCode>1</StatusCode>
  <ErrorMessage>sample string 2</ErrorMessage>
  <Result />
</VCAPIResponse>