Update a shipment security

Update a shipment security by id

put

Update a shipment security by id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Body
shipmentstring · uuidOptional
agentstring · max: 255 · nullableOptional
quantitynumber · nullableOptional
statusstring · max: 255 · nullableOptional
positionstring · max: 255 · nullableOptional
securedAtany · nullableOptional
typestring · max: 255Optional
Responses
chevron-right
200Success
application/json
idstring · uuidRequired
shipmentstring · uuidRequired
typeone ofRequired
string · max: 255Optional
or
agentstring · max: 255 · nullableRequired
quantitynumber · nullableRequired
statusstring · max: 255 · nullableRequired
positionstring · max: 255 · nullableRequired
securedAtany · nullableRequired
createdAtanyRequired
updatedAtany · nullableRequired
put
/shipment-security/{id}

Last updated