POST api/Seabulk/ContainerLiner/SeabulkLinerRuntimeCancel
Submit a seabulk liner runtime cancel request.
Request Information
URI Parameters
None.
Body Parameters
SeabulkLinerRuntimeCancelRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| PackoutIdNo | string |
None. |
|
| EquipmentLabel | string |
None. |
|
| LocalizationLanguage | LocalizationLanguage |
None. |
|
| ContainerTransactionIdNo | integer |
None. |
|
| CancelDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"PackoutIdNo": "sample string 2",
"EquipmentLabel": "sample string 3",
"LocalizationLanguage": 1,
"ContainerTransactionIdNo": 4,
"CancelDateTime": "2025-11-05T15:04:55.3340649-06:00"
}
text/html
Sample:
{"CompanyCode":"sample string 1","PackoutIdNo":"sample string 2","EquipmentLabel":"sample string 3","LocalizationLanguage":1,"ContainerTransactionIdNo":4,"CancelDateTime":"2025-11-05T15:04:55.3340649-06:00"}
Response Information
Resource Description
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}