POST api/Comments/Centers

Add Center Comment

Request Information

Parameters

NameDescriptionAdditional information
comment
NewCenterCommentInputModel

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "BusinessUnitID": "sample string 1",
  "SourceSystemKey": "e4d14f13-76c5-43a4-a2e2-27458b82e03a",
  "UserID": "sample string 2",
  "SourceSystem": "sample string 3",
  "IsPublic": true,
  "SubCategoryID": "65343d6b-6384-489e-86a5-54a82f3842db",
  "CommentText": "sample string 6",
  "UserName": "sample string 7"
}

text/javascript

Sample:
{"BusinessUnitID":"sample string 1","SourceSystemKey":"e4d14f13-76c5-43a4-a2e2-27458b82e03a","UserID":"sample string 2","SourceSystem":"sample string 3","IsPublic":true,"SubCategoryID":"65343d6b-6384-489e-86a5-54a82f3842db","CommentText":"sample string 6","UserName":"sample string 7"}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewCenterCommentInputModel'.

Response Information

IHttpActionResult

Response body formats

application/json, text/json, text/javascript

Sample:

Sample not available.