Create a shipment preparation

Create a new shipment preparation

post

Create a new shipment preparation

Authorizations
Body
shipmentstring · uuidRequired
masterstring · uuidRequired
Responses
201Success
application/json
post
POST /shipment-preparation HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 99

{
  "shipment": "123e4567-e89b-12d3-a456-426614174000",
  "master": "123e4567-e89b-12d3-a456-426614174000"
}
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "shipment": "123e4567-e89b-12d3-a456-426614174000",
  "master": "123e4567-e89b-12d3-a456-426614174000",
  "createdAt": null,
  "updatedAt": null
}

Last updated