Get shipment operator by id

Get a shipment operator by id

get

Get a shipment operator by id

Authorizations
Path parameters
idstringRequired
Responses
200Success
application/json
get
GET /shipment-operator/{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",
  "society": "text",
  "country": "AD",
  "code": "CONSIGNEE",
  "address": "text",
  "addressComplementary": "text",
  "postalCode": "text",
  "city": "text",
  "name": "text",
  "contact": "text",
  "email": "[email protected]",
  "tel": "text",
  "fax": "text",
  "phone": "text",
  "agreementNumber": "text",
  "agreementValidity": null,
  "createdAt": null,
  "updatedAt": null
}

Last updated