Comments

get
Path parameters
idnumberRequired
Responses
200

Successful response

application/json
get
/contacts/{id}/comments
post
Path parameters
idnumberRequired
Body
commentstringRequired
resubmissionDatestring · date-timeOptional
Responses
200

Successful response

application/json
post
/contacts/{id}/comments
put
Path parameters
idnumberRequired
commentIdstringRequired
Body
commentstringRequired
resubmissionDatestring · date-time | nullableRequired
Responses
200

Successful response

application/json
put
/contacts/{id}/comments/{commentId}
delete
Path parameters
idnumberRequired
commentIdstringRequired
Responses
200

Successful response

application/json
delete
/contacts/{id}/comments/{commentId}