POST api/Task/PostTextGalleryMessage

Request Information

URI Parameters

None.

Body Parameters

TextGalleryMessagePostModel
Name Description Type Additional information
HouseId

string

Required

SubscriberAddress

string

Required

Description

string

Required

Timestamp

integer

None.

JobId

integer

None.

JobNumber

string

Required

Request Formats

application/json, text/json

Sample:
{
  "HouseId": "sample string 1",
  "SubscriberAddress": "sample string 2",
  "Description": "sample string 3",
  "Timestamp": 4,
  "JobId": 5,
  "JobNumber": "sample string 6"
}

text/html

Sample:
{"HouseId":"sample string 1","SubscriberAddress":"sample string 2","Description":"sample string 3","Timestamp":4,"JobId":5,"JobNumber":"sample string 6"}

application/xml, text/xml

Sample:
<TextGalleryMessagePostModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mediahuis.Models.TaskTextGallery">
  <Description>sample string 3</Description>
  <HouseId>sample string 1</HouseId>
  <JobId>5</JobId>
  <JobNumber>sample string 6</JobNumber>
  <SubscriberAddress>sample string 2</SubscriberAddress>
  <Timestamp>4</Timestamp>
</TextGalleryMessagePostModel>

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.