POST api/support/Comment
Add Comment
Request Information
URI Parameters
None.
Body Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SupplierId |
Supplier Id of the Supplier comment related to |
integer |
Required |
| Title |
Title of the Comment |
string |
Required Max length: 200 Min length: 3 |
| Text |
Text of the comment |
string |
Required Max length: 5000 Min length: 3 |
| OnContentSet |
On Content Set Options |
boolean |
Default value is False |
Request Formats
application/json, text/json
Sample:
{
"supplierId": 1,
"title": "sample string 2",
"text": "sample string 3",
"onContentSet": true
}
Response Information
is success
Response Formats
application/json, text/json
Sample:
true