Skip to main content

C0409

Functional Description

IF <TRANSIT OPERATION.Additional declaration type> = “D”
    THEN <CONSIGNMENT.Place of loading> = “O”
ELSE IF the first two characters of <CUSTOMS OFFICE OF DEPARTURE.Reference number> is in SET
    CL289 (CountryPlaceOfLoadingNotRequired)
    THEN <CONSIGNMENT-PLACE OF LOADING>  = “O”
ELSE
    <CONSIGNMENT.Place of loading> = “R”

Technical Description

IF /*/TransitOperation/additionalDeclarationType = “D”
    THEN /*/Consignment/PlaceOfLoading = “O”
ELSE IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET CL289
    THEN /*/Consignment/PlaceOfLoading = “O”
ELSE
    /*/Consignment/PlaceOfLoading = “R”