Delivery notes Detail
GET
Retrieve a single delivery note by its ID.
/{token}/purchases/delivery-notes/{id}
| Parameter |
Type |
Optional |
Default |
Description |
id |
Integer |
False |
- |
Delivery note ID. |
Human Resources endpoints
Product Data Sheet endpoints
Subtypes
Object used as Array member on "sections" parameter
| Parameter |
Type |
Optional |
Default |
Description |
id |
Integer |
True |
- |
Menu section ID. If it is not provided, it will consired a new registry |
name |
String |
False |
- |
Name for the section |
description |
String |
False |
- |
Description for the section |
selectableItems |
Integer |
True |
If NULL or unset it value will be 1 |
It represents the quantity of items can be selected at same time on this section |
repeatable |
Boolean |
True |
False |
It represents is possible repeat the selection more than once the same section item |
items |
Array<MenuSectionItem> |
True |
[] |
This is the list of items that constitute a menu section |
Object used as Array member on "items" parameter
| Parameter |
Type |
Optional |
Default |
Description |
id |
Integer |
True |
If NULL or unset it value will be 1 |
Menu section Item ID. If it is not provided, it will consired a new registry |
productId |
Integer |
False |
- |
Yurest product ID |
amount |
Float |
True |
1 |
Item's amount related to the menu section |