POST api/FrontierWeb/DowEdiSeabulkBooking/ConfirmPendingDowBooking
Updates Dow Booking Using Pending Fields.
Request Information
URI Parameters
None.
Body Parameters
UpdateDowBookingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentId | string |
None. |
|
| BookingId | string |
None. |
|
| CompanyCode | string |
None. |
|
| CustomerId | string |
None. |
|
| DocumentIdNo | integer |
None. |
|
| UpdateType | UpdateDowCommand |
None. |
|
| UpdateContainerCount | UpdateDowCommand |
None. |
|
| UpdateVesselName | UpdateDowCommand |
None. |
|
| UpdateVoyageNumber | UpdateDowCommand |
None. |
|
| UpdateEqCutoffDate | UpdateDowCommand |
None. |
|
| UpdateDocCutoffDate | UpdateDowCommand |
None. |
|
| UpdateScheduledPickup | UpdateDowCommand |
None. |
|
| UpdateMotorCarrier | UpdateDowCommand |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShipmentId": "sample string 1",
"BookingId": "sample string 2",
"CompanyCode": "sample string 3",
"CustomerId": "sample string 4",
"DocumentIdNo": 5,
"UpdateType": 1,
"UpdateContainerCount": 1,
"UpdateVesselName": 1,
"UpdateVoyageNumber": 1,
"UpdateEqCutoffDate": 1,
"UpdateDocCutoffDate": 1,
"UpdateScheduledPickup": 1,
"UpdateMotorCarrier": 1
}
text/html
Sample:
{"ShipmentId":"sample string 1","BookingId":"sample string 2","CompanyCode":"sample string 3","CustomerId":"sample string 4","DocumentIdNo":5,"UpdateType":1,"UpdateContainerCount":1,"UpdateVesselName":1,"UpdateVoyageNumber":1,"UpdateEqCutoffDate":1,"UpdateDocCutoffDate":1,"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}