Models
API | Description |
---|---|
GET models/getlist/{makeId}/{categoryKey} |
Retrieves all models (articles) from a certain make with the specified category. |
GET models/getchecks/{categoryKey} |
Returns a list of checks to be performed (=checklist) for a certain category (eg 'GSM', 'TABLETS'). The checks describe the condition of the device and need to be answered with true or false. |
POST models/getprice |
Get the price for a model (article) based on the GetPriceRequest object |
POST models/register |
Registers the model for intake. Perform a registration of a model (=an article). |
Makes
API | Description |
---|---|
GET makes/getlist/{categoryKey} |
Retrieves all the makes per category. |