v1

latestSwagger 2.02026-07-13107214235.7 KB
Shipment

Update a specific shipment location

Update a specific shipment location

put/v1/workgroups/{workgroup_id}/projects/{project_id}/shipments/{shipment_id}/locations/{location_id}

Path parameters

workgroup_idstring required
project_idstring required
shipment_idstring required
location_idstring required

Request body

due_datestring date
qty_receivedinteger
qty_requestedinteger
qty_shippedinteger
received_datestring date
shipped_datestring date
{"stackTrail":"components:schemas:BigDecimal","oasType":"schema","type":"unknown","description":"Java type: java.math.BigDecimal"}
typestring

Example request

{
  "type": "sample type"
}

Response

Update successfully

status_codeinteger
status_reasonstring

Example response

{
  "status_reason": "sample status_reason"
}