System: C
Error Code: C 0055 (C-0055)
Explanation
If containerIndicator is '0', container ID is not allowed ("N"); otherwise, at least one ID required ("R"), others optional. Error if no ID when containers present, or ID provided when no containers.
When it happens (Reason)
IF //GoodsShipment/Consignment/containerIndicator is EQUAL to '0' THEN //GoodsShipment/Consignment/TransportEquipment/containerIdentification Number = "N" ELSE at least one iteration of //GoodsShipment/Consignment/TransportEquipment/containerIdentification Number = "R" (for the rest of iterations is optional); IF //Consignment/containerIndicator is EQUAL to '0' THEN //Consignment/TransportEquipment/containerIdentificationNumber = "N" ELSE at least one iteration of //Consignment/TransportEquipment/containerIdentificationNumber = "R" (for the rest of iterations is optional)
Quick Fix
Check containerIndicator value. If '0', remove any containerIdentificationNumber ("N"). If '1', provide at least one container ID ("R"); add more if multiple containers. Ensure format follows ISO 6346 with check digit. Resubmit.
Step-by-step resolution
Check containerIndicator value. If '0', remove any containerIdentificationNumber ("N"). If '1', provide at least one container ID ("R"); add more if multiple containers. Ensure format follows ISO 6346 with check digit. Resubmit.
Keywords
C 0055, C-0055, C0055
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