Get a container by id
Get a Container
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 /container/{id} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "text",
"departure": "text",
"arrival": "text",
"departureAgent": "text",
"arrivalAgent": "text",
"number": "text",
"plomb": "text",
"description": "text",
"tare": 1,
"verifiedGrossMass": 1,
"isLocked": true,
"dateSuffingExpected": null,
"dateStuffingReal": null,
"dateLoadingExpected": null,
"dateLoadingReal": null,
"dateUnloadingExpected": null,
"dateUnloadingReal": null,
"dateUnstuffingExpected": null,
"dateUnstuffingReal": null,
"latitude": 1,
"longitude": 1,
"createdAt": null,
"updatedAt": null
}
Last updated