Records
Update
POST
/
okapicrm.v1.OkapiCRMService
/
UpdateRecord
curl --request POST \
--url https://api.okapicrm.com/okapicrm.v1.OkapiCRMService/UpdateRecord \
--header 'Content-Type: application/json' \
--data '{
"record": {
"archived": true,
"createTime": {},
"createdBy": {
"apiKeyId": "<string>",
"userId": "<string>"
},
"deleted": true,
"fields": {},
"formulaErrors": {},
"id": "<string>",
"objectApiName": "<string>",
"objectId": "<string>"
},
"updateFields": [
"<string>"
]
}'
{
"archived": true,
"createTime": {},
"createdBy": {
"apiKeyId": "<string>",
"userId": "<string>"
},
"deleted": true,
"fields": {},
"formulaErrors": {},
"id": "<string>",
"objectApiName": "<string>",
"objectId": "<string>"
}
Body
curl --request POST \
--url https://api.okapicrm.com/okapicrm.v1.OkapiCRMService/UpdateRecord \
--header 'Content-Type: application/json' \
--data '{
"record": {
"archived": true,
"createTime": {},
"createdBy": {
"apiKeyId": "<string>",
"userId": "<string>"
},
"deleted": true,
"fields": {},
"formulaErrors": {},
"id": "<string>",
"objectApiName": "<string>",
"objectId": "<string>"
},
"updateFields": [
"<string>"
]
}'
{
"archived": true,
"createTime": {},
"createdBy": {
"apiKeyId": "<string>",
"userId": "<string>"
},
"deleted": true,
"fields": {},
"formulaErrors": {},
"id": "<string>",
"objectApiName": "<string>",
"objectId": "<string>"
}