UpdateRecordsFields
Allows you to update one or more fields of several records in a single operation.
UpdateRecordFieldRequest
| Proprety | Type | Value |
| Credentials | Credentials | Authentication information |
| RecordFields | RecordFields[] |
Fields to modify and references to records |
RecordFields
|
Proprety |
Type |
Value |
|
RecordRef |
RecordRef |
Pointer to the record to modify |
| RecordFields |
Fields to modify and references to records |
UpdateRecordFieldResponse
The answer contains nothing. An error will be thrown if the information entered is invalid.
Examples:
// Java |