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
Key | Datatype | Required | Description |
---|---|---|---|
If-Match | string | etag of the latest version for optimistic locking, received as response of GET /cases/{handle} | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"message":"case created/updated/deleted with case-handle AA-000","handle":"AA-000","eTag":"1702540787672"}