POST api/Task/DeleteTextGalleryMessage

Request Information

URI Parameters

None.

Body Parameters

TextGalleryMessageDeleteModel
Name Description Type Additional information
HouseId

string

Required

Message

string

Required

Request Formats

application/json, text/json

Sample:
{
  "HouseId": "sample string 1",
  "Message": "sample string 2"
}

text/html

Sample:
{"HouseId":"sample string 1","Message":"sample string 2"}

application/xml, text/xml

Sample:
<TextGalleryMessageDeleteModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mediahuis.Models.TaskTextGallery">
  <HouseId>sample string 1</HouseId>
  <Message>sample string 2</Message>
</TextGalleryMessageDeleteModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.