POST api/NotificationEngine/CreatePortalNotificationRecords
Request Information
URI Parameters
None.
Body Parameters
Collection of ContactNotificationResponseName | Description | Type | Additional information |
---|---|---|---|
CompanyProfile | string |
None. |
|
Account | string |
None. |
|
Driver | string |
None. |
|
Title | string |
None. |
|
SimplexHubRoles | integer |
None. |
|
Description | string |
None. |
|
AppPush | boolean |
None. |
|
IsSplashNotification | boolean |
None. |
|
NotificationStatus | integer |
None. |
|
Sent | boolean |
None. |
|
StartTime | string |
None. |
|
EndTime | string |
None. |
|
Link | string |
None. |
|
LinkText | string |
None. |
|
NotificationTemplate | string |
None. |
|
NotificationReminderTemplate | string |
None. |
|
Regarding | string |
None. |
|
RegardingEntityName | string |
None. |
|
AccidentId | string |
None. |
|
VehicleInspectionId | string |
None. |
|
TodoId | 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", "SimplexHubRoles": 1, "Description": "sample string 5", "AppPush": true, "IsSplashNotification": true, "NotificationStatus": 1, "Sent": true, "StartTime": "sample string 6", "EndTime": "sample string 7", "Link": "sample string 8", "LinkText": "sample string 9", "NotificationTemplate": "sample string 10", "NotificationReminderTemplate": "sample string 11", "Regarding": "sample string 12", "RegardingEntityName": "sample string 13", "AccidentId": "sample string 14", "VehicleInspectionId": "sample string 15", "TodoId": "sample string 16" }, { "CompanyProfile": "sample string 1", "Account": "sample string 2", "Driver": "sample string 3", "Title": "sample string 4", "SimplexHubRoles": 1, "Description": "sample string 5", "AppPush": true, "IsSplashNotification": true, "NotificationStatus": 1, "Sent": true, "StartTime": "sample string 6", "EndTime": "sample string 7", "Link": "sample string 8", "LinkText": "sample string 9", "NotificationTemplate": "sample string 10", "NotificationReminderTemplate": "sample string 11", "Regarding": "sample string 12", "RegardingEntityName": "sample string 13", "AccidentId": "sample string 14", "VehicleInspectionId": "sample string 15", "TodoId": "sample string 16" } ]
application/xml, text/xml
Sample:
<ArrayOfNotificationEngine.ContactNotificationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadInvoiceReport.Models"> <NotificationEngine.ContactNotificationResponse> <AccidentId>sample string 14</AccidentId> <Account>sample string 2</Account> <AppPush>true</AppPush> <CompanyProfile>sample string 1</CompanyProfile> <Description>sample string 5</Description> <Driver>sample string 3</Driver> <EndTime>sample string 7</EndTime> <IsSplashNotification>true</IsSplashNotification> <Link>sample string 8</Link> <LinkText>sample string 9</LinkText> <NotificationReminderTemplate>sample string 11</NotificationReminderTemplate> <NotificationStatus>1</NotificationStatus> <NotificationTemplate>sample string 10</NotificationTemplate> <Regarding>sample string 12</Regarding> <RegardingEntityName>sample string 13</RegardingEntityName> <Sent>true</Sent> <SimplexHubRoles>1</SimplexHubRoles> <StartTime>sample string 6</StartTime> <Title>sample string 4</Title> <TodoId>sample string 16</TodoId> <VehicleInspectionId>sample string 15</VehicleInspectionId> </NotificationEngine.ContactNotificationResponse> <NotificationEngine.ContactNotificationResponse> <AccidentId>sample string 14</AccidentId> <Account>sample string 2</Account> <AppPush>true</AppPush> <CompanyProfile>sample string 1</CompanyProfile> <Description>sample string 5</Description> <Driver>sample string 3</Driver> <EndTime>sample string 7</EndTime> <IsSplashNotification>true</IsSplashNotification> <Link>sample string 8</Link> <LinkText>sample string 9</LinkText> <NotificationReminderTemplate>sample string 11</NotificationReminderTemplate> <NotificationStatus>1</NotificationStatus> <NotificationTemplate>sample string 10</NotificationTemplate> <Regarding>sample string 12</Regarding> <RegardingEntityName>sample string 13</RegardingEntityName> <Sent>true</Sent> <SimplexHubRoles>1</SimplexHubRoles> <StartTime>sample string 6</StartTime> <Title>sample string 4</Title> <TodoId>sample string 16</TodoId> <VehicleInspectionId>sample string 15</VehicleInspectionId> </NotificationEngine.ContactNotificationResponse> </ArrayOfNotificationEngine.ContactNotificationResponse>
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.