cURL
curl --request PATCH \ --url https://api.example.com/records/batch \ --header 'Content-Type: application/json' \ --data ' [ { "id": 1, "ownedBy": 1, "fieldValues": [ { "fieldName": "<string>", "value": "<unknown>" } ] } ] '
[ { "record": { "objectId": 1, "fieldValues": [ { "fieldName": "<string>", "value": "<unknown>" } ], "name": "<string>", "id": 1, "version": 1, "objectVersion": 1, "deleted": true, "sharedWorkspaceIds": [ 1 ], "ownedBy": 1, "createdAt": 1, "createdBy": 1, "updatedAt": 1, "updatedBy": 1, "isTemplate": true } } ]
Documentation IndexFetch the complete documentation index at: https://docs.unifiedcrm.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.unifiedcrm.ai/llms.txt
Use this file to discover all available pages before exploring further.
Array of record batch patch requests
1 - 20
Unique identifier for the record
x >= 0
The owner of this SDRecord. Not editable
Show child attributes
Patched SDRecordReponses
Indicates if the POST/PATCH request was successful for the record
Succeeded
An SDRecord schema