POST api/deals/{dealId}/comments/{type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dealId | integer |
Required |
|
| type | BubbleType |
Required |
Body Parameters
CommentCreateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Text": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.