Partial update associations work order for given work order handle
PATCH {{baseUrl}}/workorders/:woHandle/associations
Partial update associations work order for given work order handle, replaces whole array of associations
Request Body
{"associations"=>[{"id"=>"<string>", "type"=>"<string>"}, {"id"=>"<string>", "type"=>"<string>"}]}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| If-Match | string | etag of the latest version for optimistic locking, received as response header of GET /workorders/{woHandle} | |
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: OK
{"message":"Work order created/updated/deleted with wo-handle AA-000","woHandle":"AA-000","eTag":"1702540787672"}