POST
/
okapicrm.v1.OkapiCRMService
/
UpsertRecord
curl --request POST \
  --url https://api.okapicrm.com/okapicrm.v1.OkapiCRMService/UpsertRecord \
  --header 'Content-Type: application/json' \
  --data '{
  "matchOn": "<string>",
  "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

matchOn
string
record
object
updateFields
string[]

Response

200
application/json
archived
boolean
createTime
string
createdBy
object
deleted
boolean
fields
object
formulaErrors
object
id
string
objectApiName
string
objectId
string