Skip to main content
POST
/
v1
/
entities
/
simplified
Create entity simplified
curl --request POST \
  --url https://api.example.com/v1/entities/simplified \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "n": "<string>",
  "vp": [
    "<string>"
  ],
  "p": [
    {
      "n": "<string>",
      "t": "ATTACHMENT",
      "ref": "<string>",
      "op": [
        "<string>"
      ],
      "isUnique": true
    }
  ]
}
'

Authorizations

Authorization
string
header
required

Body

application/json
n
string
required
vp
string[]
p
object[]

Response

204

ok