POST api/FrontierWeb/DowEdiDomestics/ConfirmPendingDowBooking
Updates Dow Booking Using Pending Fields.
Request Information
URI Parameters
None.
Body Parameters
UpdateDowDomesticRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentId | string |
None. |
|
| CompanyCode | string |
None. |
|
| CustomerId | string |
None. |
|
| UpdateScheduledPickup | UpdateDowCommand |
None. |
|
| UpdateMotorCarrier | UpdateDowCommand |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShipmentId": "sample string 1",
"CompanyCode": "sample string 2",
"CustomerId": "sample string 3",
"UpdateScheduledPickup": 1,
"UpdateMotorCarrier": 1
}
text/html
Sample:
{"ShipmentId":"sample string 1","CompanyCode":"sample string 2","CustomerId":"sample string 3","UpdateScheduledPickup":1,"UpdateMotorCarrier":1}
Response Information
Resource Description
GenericTransactionResponse
GenericTransactionResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| ReturnedObject | Object |
None. |
|
| IsSuccessful |
Indicates if the transaction was successful or not. |
boolean |
None. |
| ReturnedMessages |
Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction. |
Collection of ReturnedMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"ReturnedObject": {},
"IsSuccessful": true,
"ReturnedMessages": null
}
text/html
Sample:
{"ReturnedObject":{},"IsSuccessful":true,"ReturnedMessages":null}