Update exposures

Edits exposures of a specified type.

📷

Workflow Job

If successful, returns a 202 Accepted HTTP response and initates a BULK_EDIT workflow job on the workflow engine. To learn more, see Workflow Engine.

The request body accepts an object that defines changes to the specified exposure.

{
    "exposureId": 1,
    "editType": "LOCATION",
    "exposureType": "ACCOUNT",
    "editQuery": "locationNumber = \"testLocation\"",
    "updates": ["locationNumber = \"testLocationEdit\""]
}

The updates arribute specifies an array of attributes to update.

📷

Idemptopotent Operation

This operation supports idempotency by means of idempotency keys. To learn more, see Idempotent Requests.

Language
Authentication
Header
URL