cURL
curl --request POST \ --url https://api.example.com/comments/{entityId} \ --header 'Content-Type: application/json' \ --data ' { "comment": "<string>" } '
{ "type": "<string>", "id": "<string>" }
Id of the entity (policy, customer, branch, ...)
Optional: the branchId
Comment content
10000
type of entity
id of the entity
Was this page helpful?