POST api/PushAction

Request Information

URI Parameters

None.

Body Parameters

PushActionDTO
NameDescriptionTypeAdditional information
Group

string

None.

DeptId

string

None.

Message

string

None.

FileName

string

None.

ImageTitle

string

None.

ImageLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Group": "sample string 1",
  "DeptId": "sample string 2",
  "Message": "sample string 3",
  "FileName": "sample string 4",
  "ImageTitle": "sample string 5",
  "ImageLink": "sample string 6"
}

application/xml, text/xml

Sample:
<PushActionDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LINEBOT_PROJECT.Models">
  <DeptId>sample string 2</DeptId>
  <FileName>sample string 4</FileName>
  <Group>sample string 1</Group>
  <ImageLink>sample string 6</ImageLink>
  <ImageTitle>sample string 5</ImageTitle>
  <Message>sample string 3</Message>
</PushActionDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.