Receiving Transport Request by Identifier
Description
This method allows you to receive a transport request based on its identifier.
URL Structure
POST /v2/proposals/view/lorry/{id}
List of parameters
Name | Description | Parameter type | Required(+)/Default(value) |
---|---|---|---|
id |
Identifier of transport request. | Path parameter | + |
language |
Localization language. See usage details. | Query string parameter | ru |
Result
Request example
BASH
curl --location --request GET 'https://api.lardi-trans.com/v2/proposals/view/lorry/254052925666?language=en' \
--header 'Authorization: 29ZS7LMG9D2000000416'
Response example
JSON
{
...
}