POST api/Seabulk/ContainerLiner/SeabulkLinerRuntimeStart
Submit a seabulk liner runtime start request.
Request Information
URI Parameters
None.
Body Parameters
SeabulkLinerRuntimeStartRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| GeoLocationIdNo | integer |
None. |
|
| PackoutIdNo | string |
None. |
|
| EquipmentLabel | string |
None. |
|
| LocalizationLanguage | LocalizationLanguage |
None. |
|
| ContainerTransactionIdNo | integer |
None. |
|
| StartDateTime | date |
None. |
|
| ContainerFlexQuestions | Collection of FlexQuestion |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyCode": "sample string 1",
"GeoLocationIdNo": 2,
"PackoutIdNo": "sample string 3",
"EquipmentLabel": "sample string 4",
"LocalizationLanguage": 1,
"ContainerTransactionIdNo": 5,
"StartDateTime": "2025-12-20T21:13:45.0335357-06:00",
"ContainerFlexQuestions": [
null,
{
"LocalizationLanguage": 1,
"LocalizationLanguageDisplayName": "EN",
"QuestionText": "sample string 1",
"Response": "sample string 2",
"IdNo": 3,
"FlexQuestionType": null,
"FlexQuestionTypeValue": null,
"Position": 0,
"ResponseType": null,
"ResponseTypeValue": null,
"ResponseLength": null,
"ResponseUom": null,
"IsActive": true,
"LastModifiedBy": null,
"ObjectKeyString": "3",
"PrimaryKey": [
3
],
"IsPrimaryKeyInitialized": true
}
]
}
text/html
Sample:
{"CompanyCode":"sample string 1","GeoLocationIdNo":2,"PackoutIdNo":"sample string 3","EquipmentLabel":"sample string 4","LocalizationLanguage":1,"ContainerTransactionIdNo":5,"StartDateTime":"2025-12-20T21:13:45.0335357-06:00","ContainerFlexQuestions":[null,{"LocalizationLanguage":1,"LocalizationLanguageDisplayName":"EN","QuestionText":"sample string 1","Response":"sample string 2","IdNo":3,"FlexQuestionType":null,"FlexQuestionTypeValue":null,"Position":0,"ResponseType":null,"ResponseTypeValue":null,"ResponseLength":null,"ResponseUom":null,"IsActive":true,"LastModifiedBy":null,"ObjectKeyString":"3","PrimaryKey":[3],"IsPrimaryKeyInitialized":true}]}
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}