GET api/Seabulk/SeabulkPackout/GetSeabulkPackoutBookingDetail/{companyCode}/{packoutLineItemKeyIdNo}

Gets a singular detail record for display in the Seabulk application.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyCode

The company code responsible for executing the paackout.

string

Required

packoutLineItemKeyIdNo

The key value of the packout line item to retrieve.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SeabulkPackoutBookingDetail
NameDescriptionTypeAdditional information
PackoutLineItemKeyIdNo

string

None.

SourceId

string

None.

TargetId

string

None.

Lot

string

None.

Weight

decimal number

None.

Seal

string

None.

Status

PackoutLineItemStatus

None.

StatusDescription

string

None.

IsSplitContainer

boolean

None.

TareWeight

decimal number

None.

ContainerTransactionIdNo

integer

None.

IsClosingRequired

boolean

None.

SpecialInstruction

string

None.

Runtimes

Collection of SeabulkPackoutRuntime

None.

WeightToleranceMin

Specifies the lower limit the UI uses to warn users that the loaded weight is not within tolerance for this line item.

decimal number

None.

WeightToleranceMax

Specifies the upper limit the UI uses to warn users that the loaded weight is not within tolerance for this line item.

decimal number

None.

ClosingWeight

The sum of the target and actual weights for the container across all line items for the packout.

decimal number

None.

ClosingWeightToleranceMin

Specifies the lower limit for the acceptable total net weight for the container. If the total net weight is lower than this limit, the UI issues a warning to users. If the total net weight is above this limit on the first part of a split, then the UI triggers the closing process for the container.

decimal number

None.

TotalNetWeight

Specifies the upper limit for the acceptable total net weight for the container. If the total net weight is greater than this limit, the UI issues a warning to users.

decimal number

None.

CompanyCode

string

None.

PackoutIdNo

string

None.

BookingId

string

None.

CustomerId

string

None.

CustomerName

string

None.

CutoffDate

date

None.

ProductId

string

None.

SourcePackageType

string

None.

TargetPackageType

string

None.

CustomerReference

string

None.

DocCutoffDateTime

date

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.