POST api/RashakaMeals/DeleteComment
Request Information
URI Parameters
None.
Body Parameters
MealDeleteCommentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| mealId | integer |
None. |
|
| commentGuid | globally unique identifier |
None. |
|
| accountGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"mealId": 1,
"commentGuid": "2caf1b84-9a2c-4a3b-a779-cee2e6bb5586",
"accountGuid": "b049c782-4a8c-46f8-b863-30d185bc8d94"
}
text/plain, application/octet-stream
Sample:
{"mealId":1,"commentGuid":"2caf1b84-9a2c-4a3b-a779-cee2e6bb5586","accountGuid":"b049c782-4a8c-46f8-b863-30d185bc8d94"}
application/xml, text/xml
Sample:
<MealDeleteCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"> <accountGuid>b049c782-4a8c-46f8-b863-30d185bc8d94</accountGuid> <commentGuid>2caf1b84-9a2c-4a3b-a779-cee2e6bb5586</commentGuid> <mealId>1</mealId> </MealDeleteCommentModel>
multipart/form-data, application/form-data
Sample:
<MealDeleteCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"><accountGuid>b049c782-4a8c-46f8-b863-30d185bc8d94</accountGuid><commentGuid>2caf1b84-9a2c-4a3b-a779-cee2e6bb5586</commentGuid><mealId>1</mealId></MealDeleteCommentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain, application/octet-stream, application/xml, text/xml, multipart/form-data, application/form-data
Sample:
Sample not available.