/registrations/{id}/comments

POST registrations (with the specified identifier) - comments

Path Parameters
  • id
    Type: string
    required
Body·
required
application/json
  • comment
    Type: object ·
Responses
  • 204

    No content

  • application/json
Request Example for post/registrations/{id}/comments
curl 'https://api.bedrijvencheck.nl/24/registrations/{id}/comments' \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Basic username:password' \
  --data '{
  "comment": {
    "type": "customer_comment",
    "date": "",
    "comment": ""
  }
}'
No Body