POST api/Seabulk/ContainerLiner/SeabulkLinerRuntimeCancel

Submit a seabulk liner runtime cancel request.

Request Information

URI Parameters

None.

Body Parameters

SeabulkLinerRuntimeCancelRequest
NameDescriptionTypeAdditional 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-06-18T09:57:07.0922737-05:00"
}

text/html

Sample:
{"CompanyCode":"sample string 1","PackoutIdNo":"sample string 2","EquipmentLabel":"sample string 3","LocalizationLanguage":1,"ContainerTransactionIdNo":4,"CancelDateTime":"2025-06-18T09:57:07.0922737-05:00"}

Response Information

Resource Description

GenericTransactionResponse
NameDescriptionTypeAdditional 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}