PUT /shipment-operator/{id} HTTP/1.1
Host: api.one-record.fr
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 387
{
"code": "CONSIGNEE",
"address": "text",
"addressComplementary": "text",
"postalCode": "text",
"city": "text",
"name": "text",
"contact": "text",
"email": "name@gmail.com",
"tel": "text",
"fax": "text",
"phone": "text",
"agreementNumber": "text",
"agreementValidity": null,
"society": "text",
"country": "AD",
"comment": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"comment": "text",
"createdAt": null,
"updatedAt": null
}
}