Skip to main content
POST
/
comments
/
{entityId}
Create a comment for an entity and branch
curl --request POST \
  --url https://api.example.com/comments/{entityId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "comment": "<string>"
}
'
{
  "type": "<string>",
  "id": "<string>"
}

Path Parameters

entityId
string
required

Id of the entity (policy, customer, branch, ...)

Query Parameters

branchId
string

Optional: the branchId

Body

application/json
comment
string
required

Comment content

Maximum string length: 10000

Response

type
string
required

type of entity

id
string
required

id of the entity