GET
/location-types/{code}
curl \
-X GET https://soget-api-integration.azure-api.net/api-referential-unitary/v1/location-types/{code} \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Ocp-Apim-Subscription-Key: $API_KEY"
Response examples (200)
{
"code": 248,
"name": "Place of discharge and loading",
"description": "Place at which a means of transport is performing both discharge and loading operations, e.g. seaport, airport, freight terminal, rail station."
}
Response examples (400)
{
"status": "400",
"timestamp": "2022-10-18T14:53:52.239Z",
"code": "R001",
"message": "Information not found."
}