Partial update externalSystems case for given case handle

PATCH {{baseUrl}}/cases/:handle/externalsystems

Partial update externalSystems case for given case 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 of GET /cases/{handle}
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;message&quot;:&quot;case created/updated/deleted with case-handle AA-000&quot;,&quot;handle&quot;:&quot;AA-000&quot;,&quot;eTag&quot;:&quot;1702540787672&quot;}