This API allows you to always retrieve the active, possible products for your company/customer number.
| URL | https://api.asx.be/WAREHOUSE/ |
|---|---|
| METHOD | POST |
Below is the structure used as input, including an illustrative example and more information for each field.
You may choose whether to send the data to us via JSON or XML
| Level/Field | Mandatory | Example | Description | |||||
|---|---|---|---|---|---|---|---|---|
| 1 | verwerking | * | ARTIKELEN | an overview of all possible products for your customer number is retrieved. | ||||
| 1 | gebruiker | * | info@ontime.be | Email address on which the API account was defined. Max 250 characters |
||||
| 1 | klantnr | * | 1234 | This is the customer number at ON TIMELogistics. numeric, without preceding zeroes | ||||
| 1 | apipswd | * | c40b0c360f3d4959b53b103b25759542 | Password of the API account | ||||
| 1 | omgeving | * | TEST | TEST = TEST environment LIVE = LIVE environment |
||||
ARTIKELEN info@ontime.be 1234 c40b0c360f3d4959b53b103b25759542 TEST
Below is the structure used as output, including an illustrative example and more information for each field.
If you sent with JSON, you will receive JSON, idem with XML
| Level/Field | Example | Description | |||||
|---|---|---|---|---|---|---|---|
| 1 | status | SUCCESS | |||||
| 1 | remarks | ||||||
| 2 | remark | Er werd 1 artikelen gevonden | Informative comments | ||||
| 1 | artikelen | ||||||
| 2 | artikel | ||||||
| 3 | artikelid | WH-1234 | |||||
| 3 | naam | doos1 | naam van het artikel | ||||
| 3 | omschrijving | kartonnen dozen formaat 10x10x10 | omschrijving van het artikel | ||||
| Level/Field | Example | Description | |||||
|---|---|---|---|---|---|---|---|
| 1 | status | ERROR | |||||
| 1 | remarks | ||||||
| 2 | remark | foutieve credentials | List of errors found | ||||
SUCCESS er werden 2 artikelen gevonden BLOKPAL BLOKPALLET BLOKPALLET max 300kg - 1.2 - 0 - 300 WH-12345 DOOS Doos met afmeting 10x10x10
ERROR foutieve credentials
Through this function, you can try out any JSON or XML input.
ATTENTION : This function is ALWAYS performed in the TEST environment