POST api/Outbound/UpdateMDCOutboundDriverInformation

Request Information

URI Parameters

None.

Body Parameters

UpdateMDCOutboundDriverInformation
NameDescriptionTypeAdditional information
MDCOutboundStockItemDetailLogID

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:
{
  "MDCOutboundStockItemDetailLogID": 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:
<UpdateMDCOutboundDriverInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <MDCOutboundStockItemDetailLogID>1</MDCOutboundStockItemDetailLogID>
  <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>
</UpdateMDCOutboundDriverInformation>

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:54:40",
  "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>