PATCH
/
openapi
/
v1
/
SalesOrders
/
{referenceNumber}
/
cargoInfo
Update SalesOrder Cargo Info.
curl --request PATCH \
  --url https://api.oplog.one/openapi/v1/SalesOrders/{referenceNumber}/cargoInfo \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "cargoCarrier": "<string>",
  "cargoDocumentUrl": "<string>",
  "cargoCode": "<string>"
}'

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Path Parameters

referenceNumber
string
required

Body

Response

200

Success