Add a Deal Comment
POST
/deals/comments/createCreates a new comment for a specific deal.
Request
Body Params multipart/form-data
deal_id
string
required
Example:
1
content
string
required
Example:
hello world
staffid
string
required
Example:
1
Responses
Success(200)
Validation(422)
Unauthorized(401)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
message
string
required
Example
{
"message": "Comment create successfully!"
}
Last modified: 2 months ago