| Name | Description | Type | Additional information |
|---|---|---|---|
| Version |
Message version number. Use this to document the version number of the software that is calling the API. Strictly used for logging purposes. |
string |
String length: inclusive between 1 and 10 |
| Identification |
Unique Message Identification. For example, fill this with the current date/time converted to ticks/milliseconds to get a unique message identifier for logging purposes. |
string |
String length: inclusive between 1 and 50 |
| Sender |
WMS API Key. API keys are generated during the creation of a new company in the WMS. All requests need to have a valid API key of a company that is attached to the sender which is identified using the token. If the calling user is authorized to make calls for the company the request will be accepted. Otherwise, the API will return a HttpStatusCode.Conflict. |
string |
String length: inclusive between 1 and 255 |