Create a shipment operator
Create a new shipment operator
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
shipmentstring · uuidRequired
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
societystring · max: 255 · nullableRequired
countrystring · enum · nullableRequiredPossible values:
Responses
201Success
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
409
Conflict
application/json
422
Unprocessable Entity
application/json
post
/shipment-operatorLast updated