POST api/Seabulk/ContainerLiner/SeabulkLinerRuntimeComplete
Request Information
URI Parameters
None.
Body Parameters
SeabulkLinerRuntimeCompleteRequestName | 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-06-18T09:22:25.9596065-05:00", "CompanyCode": "sample string 3", "PackoutIdNo": "sample string 4", "EquipmentLabel": "sample string 5", "GeoLocationIdNo": 6 }
text/html
Sample:
{"LocalizationLanguage":1,"ContainerTransactionIdNo":1,"CompleteDateTime":"2025-06-18T09:22:25.9596065-05:00","CompanyCode":"sample string 3","PackoutIdNo":"sample string 4","EquipmentLabel":"sample string 5","GeoLocationIdNo":6}
Response Information
Resource Description
GenericTransactionResponseName | 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}