System: C
Error Code: C 0222 (C-0222)
Explanation
If '30600' additional code (unknown consignee), header Consignee not allowed ("N"). Otherwise, "N" if item present, "O" if not. Error if provided when not allowed.
When it happens (Reason)
IF //Consignment/AdditionalInformation/code is EQUAL TO ‘30600’ OR any //Consignment/ConsignmentItem/AdditionalInformation/code is EQUAL to ‘30600’ THEN //Consignment/Consignee = "N" ELSE IF //Consignment/ConsignmentItem/Consignee is PRESENT THEN //Consignment/Consignee = "N" ELSE //Consignment/Consignee = "O"
Quick Fix
Check for '30600' code at consignment or item. If present, remove header Consignee ("N"). If item Consignee present, remove header. Otherwise, optional. Resubmit.
Step-by-step resolution
Check for '30600' code at consignment or item. If present, remove header Consignee ("N"). If item Consignee present, remove header. Otherwise, optional. Resubmit.
Keywords
C 0222, C-0222, C0222
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article