/registrations/{id}/comments
POST registrations (with the specified identifier) - comments
Path Parameters
- Type: stringidrequired
Body·
required
application/json
- Type: object ·comment
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
