Get shipment operator by id
Get a shipment operator by id
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200Success
application/json
idstring · uuidRequired
shipmentstring · uuidRequired
societyone of · nullableRequired
string · max: 255Optional
countryone of · nullableRequired
string · enumOptionalPossible values:
codestring · enumRequiredPossible values:
addressstring · max: 255 · nullableRequired
addressComplementarystring · max: 255 · nullableRequired
postalCodestring · max: 50 · nullableRequired
citystring · max: 70 · nullableRequired
namestring · max: 255 · nullableRequired
contactstring · max: 255 · nullableRequired
emailstring · email · max: 180 · nullableRequired
telstring · max: 255 · nullableRequired
faxstring · max: 255 · nullableRequired
phonestring · max: 255 · nullableRequired
agreementNumberstring · max: 255 · nullableRequired
agreementValidityany · nullableRequired
createdAtanyRequired
updatedAtany · nullableRequired
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
get
/shipment-operator/{id}Last updated