POST api/NotificationEngine/CreatePortalNotifications
Request Information
URI Parameters
None.
Body Parameters
Collection of Contact_NotificationEngineName | Description | Type | Additional information |
---|---|---|---|
CompanyProfile | string |
None. |
|
Account | string |
None. |
|
Driver | string |
None. |
|
Title | string |
None. |
|
SimplexHubRole | integer |
None. |
|
Description | string |
None. |
|
AppPush | boolean |
None. |
|
IsSplashNotification | boolean |
None. |
|
NotificationStatus | integer |
None. |
|
Sent | boolean |
None. |
|
StartTime | string |
None. |
|
EndTime | string |
None. |
|
LinkText | string |
None. |
|
NotificationTemplate | string |
None. |
|
Regarding | string |
None. |
|
RegardingId | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "CompanyProfile": "sample string 1", "Account": "sample string 2", "Driver": "sample string 3", "Title": "sample string 4", "SimplexHubRole": 5, "Description": "sample string 6", "AppPush": true, "IsSplashNotification": true, "NotificationStatus": 9, "Sent": true, "StartTime": "sample string 11", "EndTime": "sample string 12", "LinkText": "sample string 13", "NotificationTemplate": "sample string 14", "Regarding": "sample string 15", "RegardingId": "sample string 16" }, { "CompanyProfile": "sample string 1", "Account": "sample string 2", "Driver": "sample string 3", "Title": "sample string 4", "SimplexHubRole": 5, "Description": "sample string 6", "AppPush": true, "IsSplashNotification": true, "NotificationStatus": 9, "Sent": true, "StartTime": "sample string 11", "EndTime": "sample string 12", "LinkText": "sample string 13", "NotificationTemplate": "sample string 14", "Regarding": "sample string 15", "RegardingId": "sample string 16" } ]
application/xml, text/xml
Sample:
<ArrayOfContact_NotificationEngine xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Models"> <Contact_NotificationEngine> <Account>sample string 2</Account> <AppPush>true</AppPush> <CompanyProfile>sample string 1</CompanyProfile> <Description>sample string 6</Description> <Driver>sample string 3</Driver> <EndTime>sample string 12</EndTime> <IsSplashNotification>true</IsSplashNotification> <LinkText>sample string 13</LinkText> <NotificationStatus>9</NotificationStatus> <NotificationTemplate>sample string 14</NotificationTemplate> <Regarding>sample string 15</Regarding> <RegardingId>sample string 16</RegardingId> <Sent>true</Sent> <SimplexHubRole>5</SimplexHubRole> <StartTime>sample string 11</StartTime> <Title>sample string 4</Title> </Contact_NotificationEngine> <Contact_NotificationEngine> <Account>sample string 2</Account> <AppPush>true</AppPush> <CompanyProfile>sample string 1</CompanyProfile> <Description>sample string 6</Description> <Driver>sample string 3</Driver> <EndTime>sample string 12</EndTime> <IsSplashNotification>true</IsSplashNotification> <LinkText>sample string 13</LinkText> <NotificationStatus>9</NotificationStatus> <NotificationTemplate>sample string 14</NotificationTemplate> <Regarding>sample string 15</Regarding> <RegardingId>sample string 16</RegardingId> <Sent>true</Sent> <SimplexHubRole>5</SimplexHubRole> <StartTime>sample string 11</StartTime> <Title>sample string 4</Title> </Contact_NotificationEngine> </ArrayOfContact_NotificationEngine>
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.