Get a shipment anomaly by id

Retrieve shipment anomaly by id

get

Get shipment anomaly by id

Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /shipment-anomaly/{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",
  "type": "text",
  "category": "text",
  "quantity": 1,
  "balance": 1,
  "date": null,
  "observation": "text",
  "createdAt": null,
  "updatedAt": null
}

Last updated