POST api/Seabulk/ContainerLiner/SeabulkLinerRuntimeComplete
Request Information
URI Parameters
None.
Body Parameters
SeabulkLinerRuntimeCompleteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| LocalizationLanguage | LocalizationLanguage |
None. |
|
| ContainerTransactionIdNo | integer |
None. |
|
| CompleteDateTime | date |
None. |
|
| CompanyCode | string |
None. |
|
| PackoutIdNo | string |
None. |
|
| EquipmentLabel | string |
None. |
|
| GeoLocationIdNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocalizationLanguage": 1,
"ContainerTransactionIdNo": 1,
"CompleteDateTime": "2025-12-20T21:13:45.2991483-06:00",
"CompanyCode": "sample string 3",
"PackoutIdNo": "sample string 4",
"EquipmentLabel": "sample string 5",
"GeoLocationIdNo": 6
}
text/html
Sample:
{"LocalizationLanguage":1,"ContainerTransactionIdNo":1,"CompleteDateTime":"2025-12-20T21:13:45.2991483-06:00","CompanyCode":"sample string 3","PackoutIdNo":"sample string 4","EquipmentLabel":"sample string 5","GeoLocationIdNo":6}
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}