Skip to main content

C0821

Functional Description

IF country code (first two characters) in the <CUSTOMS OFFICE OF DEPARTURE.Reference
    number> is in SET CL112
    (CountryCodesCTC)
    THEN <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM-COMMODITY-
    COMMODITY CODE.Combined nomenclature code> = “N”
ELSE
    <CONSIGNMENT-HOUSE CONSIGNMENT-CONSIGNMENT ITEM-COMMODITY-
    COMMODITY CODE.Combined nomenclature code> = “O”

Technical Description

IF the first two characters of /*/CustomsOfficeOfDeparture/referenceNumber is in SET CL112
    THEN
    /*/Consignment/HouseConsignment/ConsignmentItem/Commodity/CommodityCode/combinedNomencl
    atureCode = “N”
ELSE
    /*/Consignment/HouseConsignment/ConsignmentItem/Commodity/CommodityCode/combinedNomencl
    atureCode = “O”.