cURL
curl --request POST \ --url https://api.example.com/records/batch \ --header 'Content-Type: application/json' \ --data ' [ { "objectId": 1, "fieldValues": [ { "fieldName": "<string>", "value": "<unknown>" } ], "isTemplate": true } ] '
[ { "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.
1 - 20
The object that this record has been created for. Not editable
x >= 0
Show child attributes
Created SDRecordResponses
Indicates if the POST/PATCH request was successful for the record
Succeeded
An SDRecord schema