Update exposures dry run

Performs a dry run of a bulk update of exposure resources.

This operation is a non-persistent version of the Bulk Update Exposures operation that does not modify exposure resource data. If successful, this operation returns a count of the total number records updated. This operation does not initiate a BULK_EDIT job.

Moodyʼs recommends that you test bulk updates using this operation, before attempting to update a large number of records. A successful dry run operation that returns a count, indicates that the corresponding Bulk Update Exposure request should parse and validate successfully.

Path Params
int64
required
≥ 1

ID of EDM.

Body Params
string
enum
required

Type of parent exposure resource.

The parent resource defines the scope of edited resources.

Allowed:
int32
required
≥ 1

ID of parent exposure resource.

This operation updates the children of the specified account or portfolio.

string
enum

Type of child exposure resource to update.

Used in Basic mode only. One of account, location, or policy.

Allowed:
updates
array of strings

List of updates to the selected account, location, or policy resources.

Used in Basic mode only.

Exposure resource properties are identified by EDM schema field names. Certain field-level resrictions apply to account, location, and policy changes. See Supported Field Names in Support Center.

updates
string

Query to update exposure resources (accounts, locations, or policies).

  • In Basic mode, defines a filter that selects exposure resources to update.
  • In Advanced mode, defines a SQL statement using SQL keywords (EDIT, SET, WHERE) that selects exposure resources to edit and the changes made. The editType and updates are ignored.

Exposure resource properties are identified by EDM schema field names. Certain field-level resrictions apply to account, location, and policy changes. See Supported Field Names in Support Center.

string

Optional SQL Server OUTPUT clause appended to the generated UPDATE statement between the SET assignments and the WHERE condition.

Responses

BULK_EDIT job.

Language
Credentials
URL
LoadingLoading…
Response
Choose an example:
application/json