Partial update externalSystems work order for given work order handle

PATCH {{baseUrl}}/workorders/:woHandle/externalsystems

Partial update externalSystems work order for given work order handle, replaces whole array of externalSystems

Request Body

{"externalSystems"=>[{"type"=>"<string>", "name"=>"<string>", "entityId"=>"<string>", "link"=>"<string>", "metadata"=>"<object>"}, {"type"=>"<string>", "name"=>"<string>", "entityId"=>"<string>", "link"=>"<string>", "metadata"=>"<object>"}]}

HEADERS

KeyDatatypeRequiredDescription
If-Matchstringetag of the latest version for optimistic locking, received as response header of GET /workorders/{woHandle}
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;message&quot;:&quot;Work order created/updated/deleted with wo-handle AA-000&quot;,&quot;woHandle&quot;:&quot;AA-000&quot;,&quot;eTag&quot;:&quot;1702540787672&quot;}