Skip to content

Receiving Cargo Request by Identifier

Description

This method allows you to receive a cargo request based on its identifier.

URL Structure

POST /v2/proposals/view/cargo/{id}

List of parameters

Name Description Parameter type Required(+)/Default(value)
id Identifier of cargo request. Path parameter +
language Localization language. See usage details. Query string parameter ru

Result

"Cargo" structure.

Request example

BASH
curl --location --request GET 'https://api.lardi-trans.com/v2/proposals/view/cargo/254052925666?language=en' \
--header 'Authorization: 29ZS7LMG9D2000000416'

Response example

JSON
{
    ...
}