Directory "Groups of truck types" (deprecated)
Description
Retrieving groups of truck types.
URL structure
GET /v2/references/body/groups
List of parameters
Name | Description | Parameter transfer type | Required(+)/Default(value) |
---|---|---|---|
language |
Localization language. Usage details. | Query string parameter | ru |
ids |
Additional filtering options. | Query string parameter |
Result
Array of structures "Basic directory element".
Sample request
curl -X GET -H "Accept: application/json" -H "Authorization: 3WQ1EQ465C4005000130" "https://api.lardi-trans.com/v2/references/body/groups"
Sample response
JSON
[
{
"id": 1,
"name": "Крытая"
},
{
"id": 2,
"name": "Открытая"
},
{
"id": 3,
"name": "Цистерна"
},
{
"id": 4,
"name": "Специальная техника"
},
{
"id": 5,
"name": "Пассажирский"
},
{
"id": 6,
"name": "Типы кузова USA"
}
]