PATCH
/
openapi
/
v1
/
ReceivingOrders
/
UpdateReceivingOrderTag
Update ReceivingOrder Tag.
curl --request PATCH \
  --url https://api.oplog.one/openapi/v1/ReceivingOrders/UpdateReceivingOrderTag \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --data '{
  "referenceNumber": "<string>",
  "tag": "<string>"
}'

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Body

Response

200

Success