Update shipment service type

Update a shipment service type by id

put

Update a shipment service type by id

Authorizations
Path parameters
idstringRequired
Body
namestring · max: 255Optional
descriptionstring · max: 255Optional
societystring | nullableRequired
Responses
200Success
application/json
put
PUT /shipment-service-type/{id} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 53

{
  "name": "text",
  "description": "text",
  "society": "text"
}
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "society": "text",
  "name": "text",
  "description": "text",
  "createdAt": null,
  "updatedAt": null
}

Last updated