POST api/RashakaMeals/DeleteComment

Request Information

URI Parameters

None.

Body Parameters

MealDeleteCommentModel
NameDescriptionTypeAdditional information
mealId

integer

None.

commentGuid

globally unique identifier

None.

accountGuid

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "mealId": 1,
  "commentGuid": "66274218-9832-4f69-8353-a113d2035399",
  "accountGuid": "e566c086-6c34-43a0-8563-369f069cbeb7"
}

text/plain, application/octet-stream

Sample:
{"mealId":1,"commentGuid":"66274218-9832-4f69-8353-a113d2035399","accountGuid":"e566c086-6c34-43a0-8563-369f069cbeb7"}

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>e566c086-6c34-43a0-8563-369f069cbeb7</accountGuid>
  <commentGuid>66274218-9832-4f69-8353-a113d2035399</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>e566c086-6c34-43a0-8563-369f069cbeb7</accountGuid><commentGuid>66274218-9832-4f69-8353-a113d2035399</commentGuid><mealId>1</mealId></MealDeleteCommentModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

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.