POST api/pushLineNotiExternal
Request Information
URI Parameters
None.
Body Parameters
pushLineNotiExternalRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| lineNotifyItem | Collection of lineNotifyList |
None. |
Request Formats
application/json, text/json
Sample:
{
"lineNotifyItem": [
{
"token": "sample string 1",
"message": "sample string 2",
"imageThumbnail": "sample string 3",
"imageFullsize": "sample string 4",
"stickerPackageId": "sample string 5",
"stickerId": "sample string 6",
"notificationDisabled": true
},
{
"token": "sample string 1",
"message": "sample string 2",
"imageThumbnail": "sample string 3",
"imageFullsize": "sample string 4",
"stickerPackageId": "sample string 5",
"stickerId": "sample string 6",
"notificationDisabled": true
}
]
}
application/xml, text/xml
Sample:
<pushLineNotiExternalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request">
<lineNotifyItem>
<lineNotifyList>
<imageFullsize>sample string 4</imageFullsize>
<imageThumbnail>sample string 3</imageThumbnail>
<message>sample string 2</message>
<notificationDisabled>true</notificationDisabled>
<stickerId>sample string 6</stickerId>
<stickerPackageId>sample string 5</stickerPackageId>
<token>sample string 1</token>
</lineNotifyList>
<lineNotifyList>
<imageFullsize>sample string 4</imageFullsize>
<imageThumbnail>sample string 3</imageThumbnail>
<message>sample string 2</message>
<notificationDisabled>true</notificationDisabled>
<stickerId>sample string 6</stickerId>
<stickerPackageId>sample string 5</stickerPackageId>
<token>sample string 1</token>
</lineNotifyList>
</lineNotifyItem>
</pushLineNotiExternalRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.