Structure "Basic directory element"
This structure is basic for reference data.
Field description
| Name | Description | Data type | Required |
|---|---|---|---|
| id | Directory element id. | Number | + |
| name | Directory element localized name. | String | + |
Directories with a basic structure.
- Payment type
- Currency
- Payment unit
- Moment of payment
- Loading frequency
- Groups of truck types
- Truck types
- Loads
Sample
{
"id": 1,
"name": "локализованное имя"
}