Skip to main content

C0710

Functional Description

IF <TRANSIT OPERATION.Additional declaration type> is EQUAL to ‘D’
    THEN <CONSIGNMENT-LOCATION OF GOODS> = “O”
ELSE IF the country code (first two characters) in the <CUSTOMS OFFICE OF
    DEPARTURE.Reference number> is in SET CL147(CountryCustomsSecurityAgreementArea)
    THEN <CONSIGNMENT-LOCATION OF GOODS> = “O”
ELSE
    <CONSIGNMENT-LOCATION OF GOODS> = “R”

Technical Description

IF /*/TransitOperation/Additional declaration type is EQUAL to ‘D’
    THEN /*/Consignment/LocationOfGoods = “O”
ELSE IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET CL147
    THEN /*/Consignment/LocationOfGoods = “O”
ELSE
    /*/Consignment/LocationOfGoods = “R”