post https://api-euw1.rms.com/riskmodeler/v1/globaledit/dryrun
Performs a dry run of a bulk edit of exposure attribute values.
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.