POST
/
unified
/
crm
/
custom_objects
/
{object_name}
curl --request POST \
  --url https://api.openint.dev/v0/unified/crm/custom_objects/{object_name} \
  --header 'Content-Type: application/json' \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '{
  "record": {}
}'
{
  "record": "<any>",
  "warnings": [
    {
      "title": "<string>",
      "problem_type": "<string>",
      "detail": "<string>"
    }
  ]
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Path Parameters

object_name
string
required

Body

application/json
record
object
required

Response

200
application/json
Successful response
record
any
warnings
object[]