Created
September 29, 2011 12:59
-
-
Save oc/1250684 to your computer and use it in GitHub Desktop.
Status codes for Bring Tracking APIs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These are the current status codes in the tracking APIs as of 2011-09-29. | |
Please note: There might be more later as we are integrating several tracking systems, | |
so you should handle other than these in your code. For instance by warning or similar. | |
TERMINAL (TERMINAL) | |
CUSTOMS (TOLL) | |
DELIVERED (UTLEVERT) | |
ATTEMPTED_DELIVERY (FORSØKT_UTLEVERT) | |
DEVIATION (AVVIK) | |
HANDED_IN (INNLEVERT) | |
COLLECTED (INNHENTET) | |
INTERNATIONAL (INTERNASJONAL) | |
IN_TRANSIT (UNDERVEIS) | |
TRANSPORT_TO_RECIPIENT (UTKJØRING_TIL_MOTTAKER) | |
NOTIFICATION_SENT (VARSEL_SENDT) | |
PRE_NOTIFIED (FORHÅNDSMELDT) | |
READY_FOR_PICKUP (KLAR_FOR_HENTING) | |
RETURN (RETUR) | |
UNKNOWN (BLANK) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment