v1

latestOpenAPI 3.0.02026-08-066425196.1 KB
Comments

Add a comment.

Add a comment to a record.

post/comments/

Request body

commentstring required
targetNaIdinteger required
targetObjectIdinteger
userIdstring required
parentContributionIdstring
statusstring

Example request

{
  "comment": "a thoughtful comment",
  "targetNaId": 31124739,
  "targetObjectId": 77852917,
  "userId": "c2558dff-bf46-3e28-8aff-29913227beb2",
  "parentContributionId": "55555555-5555-5555-5555-555555555555",
  "status": "inactive"
}

Response

A response body containing confirmation that the comment was added successfully.