Skip to main content

C0822

Functional Description

IF <TRANSIT OPERATION.Additional declaration type> is EQUAL to ‘D’
    THEN <CONSIGNMENT.Container indicator> = “O”
ELSE
    <CONSIGNMENT.Container indicator> = “R”

Technical Description

IF /*/TransitOperation/additionalDeclarationType is EQUAL to ‘D’
    THEN /*/Consignment/containerIndicator = “O”
ELSE
    /*/Consignment/containerIndicator = “R”