Performs a mass update operation on the specified object. This operation is not available for all types of objects – "massEditable" = "true" must be set on the object to allow the mass edit operation.
Set the filter criteria to restrict the scope of the mass edit operation.
| TypeCode required  | string The object's type code. See the list of Type Codes.  | 
{- "data": {
- "filterCriteria": {
- "_constructor": "AdvancedCriteria",
 - "operator": "and",
 - "criteria": [
- {
- "fieldName": "id",
 - "operator": "inSet",
 - "value": [
- "2147501189",
 - "2147501188"
 
], - "_constructor": "AdvancedCriteria"
 
} 
] 
}, - "massEditRecords": [
- {
- "fieldName": "currency",
 - "massEditOperator": "=",
 - "fieldValue": "USD",
 - "precision": null
 
} 
] 
} 
}{- "response": {
- "node": "string",
 - "data": [
- "string"
 
], - "status": 0
 
} 
}