Get shipment detail by id
Get a specific shipment detail. When getting shipment, first level sub-object will be retrieved that will include detail(s) which offer an alternative way of getting it(them).
Get shipment detail by id
Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
get
GET /shipment-detail/{id} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"shipment": "123e4567-e89b-12d3-a456-426614174000",
"goodsDescription": "text",
"quantity": 1,
"quantityType": "text",
"weight": 1,
"width": 1,
"height": 1,
"length": 1,
"support": "text",
"location": "text",
"volume": 1,
"dangerousClass": "text",
"unClassification": "text",
"additionalReference": "text",
"serialNumber": "text",
"ecv": "text",
"icv": "text",
"createdAt": null,
"updatedAt": null
}
Last updated