Update a shipment operator
Update a shipment operator
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
codestring · enumOptionalPossible values:
addressstring | nullableOptional
addressComplementarystring | nullableOptional
postalCodestring | nullableOptional
citystring | nullableOptional
namestring | nullableOptional
contactstring | nullableOptional
emailstring · email | nullableOptional
telstring | nullableOptional
faxstring | nullableOptional
phonestring | nullableOptional
agreementNumberstring | nullableOptional
agreementValidityany | nullableOptional
societystring · max: 255Optional
countrystring · enumOptionalPossible values:
Responses
200Success
application/json
400
Bad Request
application/json
401
Unprocessable Entity
application/json
409
Conflict
application/json
422
Unprocessable Entity
application/json
put
/shipment-operator/{id}Last updated