Authorization: Bearer ********************{
"businessDataAutomationRuleIds": [
1,
2
],
"businessDataTypeId": "string",
"columnMapping": 1
}curl --location 'https://web-api.blockindex.com/entity/1/businessDataAutomationRule/bulkUpdate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"businessDataAutomationRuleIds": [
1,
2
],
"businessDataTypeId": "string",
"columnMapping": 1
}'{
"status": "success",
"requestId": "ed458995-3eb1-48c9-90b3-1e6f4d57ab82",
"data": true
}