Skip to main content

C0410

Functional Description

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 the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET CL289
    THEN /*/Consignment/PlaceOfLoading = “O”
ELSE
    /*/Consignment/PlaceOfLoading = “R”