Set Kitting Work Order External Sync

View as Markdown

Marks a kitting work order as externally synced (or clears the flag), so it can be excluded from subsequent polling via GET /Experimental/kitting.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Path parameters

idintegerRequired
The shipment id of the kitting work order to mark.

Request

The externally synced flag to set on the work order
is_externally_syncedbooleanRequired
Pass true to mark the work order as externally synced. Pass false to clear the flag.

Response

Success

Errors

500
Internal Server Error