POST api/PushNotificationRecords
Request Information
URI Parameters
None.
Body Parameters
PushNotificationRecordDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ActivityDateUTC | string |
None. |
|
| CampaignGuid | globally unique identifier |
None. |
|
| ContentId | integer |
None. |
|
| FirebaseMessageId | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| LinkedContentDescription | string |
None. |
|
| MessageContent | string |
None. |
|
| PushNotificationGroups | Collection of PushNotificationGroupDTO |
None. |
|
| PushNotificationId | integer |
None. |
|
| ScheduledUtc | string |
None. |
|
| ServiceResponse | string |
None. |
|
| SuccessfulTransmission | boolean |
None. |
|
| Title | string |
None. |
|
| UserName | string |
None. |
|
| VersionId | Collection of byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActivityDateUTC": "sample string 1",
"CampaignGuid": "7e3eaf10-f318-4ba2-a74f-e7d626c9a1fc",
"ContentId": 1,
"FirebaseMessageId": "sample string 2",
"FirstName": "sample string 3",
"LastName": "sample string 4",
"LinkedContentDescription": "sample string 5",
"MessageContent": "sample string 6",
"PushNotificationGroups": [
{
"PushNotificationGroupId": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"TopicName": "sample string 3",
"ExternalSystemType": "sample string 4",
"ExternalGroupKey": "sample string 5",
"IsActive": true,
"CreatedUtc": "sample string 7",
"ModifiedUtc": "sample string 8",
"VersionId": "QEA="
},
{
"PushNotificationGroupId": 1,
"Name": "sample string 1",
"Description": "sample string 2",
"TopicName": "sample string 3",
"ExternalSystemType": "sample string 4",
"ExternalGroupKey": "sample string 5",
"IsActive": true,
"CreatedUtc": "sample string 7",
"ModifiedUtc": "sample string 8",
"VersionId": "QEA="
}
],
"PushNotificationId": 1,
"ScheduledUtc": "sample string 7",
"ServiceResponse": "sample string 8",
"SuccessfulTransmission": true,
"Title": "sample string 9",
"UserName": "sample string 10",
"VersionId": "QEA="
}
application/xml, text/xml
Sample:
<PushNotificationRecordDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bulletin.Model.DTO">
<ActivityDateUTC>sample string 1</ActivityDateUTC>
<CampaignGuid>7e3eaf10-f318-4ba2-a74f-e7d626c9a1fc</CampaignGuid>
<ContentId>1</ContentId>
<FirebaseMessageId>sample string 2</FirebaseMessageId>
<FirstName>sample string 3</FirstName>
<LastName>sample string 4</LastName>
<LinkedContentDescription>sample string 5</LinkedContentDescription>
<MessageContent>sample string 6</MessageContent>
<PushNotificationGroups>
<PushNotificationGroupDTO>
<CreatedUtc>sample string 7</CreatedUtc>
<Description>sample string 2</Description>
<ExternalGroupKey>sample string 5</ExternalGroupKey>
<ExternalSystemType>sample string 4</ExternalSystemType>
<IsActive>true</IsActive>
<ModifiedUtc>sample string 8</ModifiedUtc>
<Name>sample string 1</Name>
<PushNotificationGroupId>1</PushNotificationGroupId>
<TopicName>sample string 3</TopicName>
<VersionId>QEA=</VersionId>
</PushNotificationGroupDTO>
<PushNotificationGroupDTO>
<CreatedUtc>sample string 7</CreatedUtc>
<Description>sample string 2</Description>
<ExternalGroupKey>sample string 5</ExternalGroupKey>
<ExternalSystemType>sample string 4</ExternalSystemType>
<IsActive>true</IsActive>
<ModifiedUtc>sample string 8</ModifiedUtc>
<Name>sample string 1</Name>
<PushNotificationGroupId>1</PushNotificationGroupId>
<TopicName>sample string 3</TopicName>
<VersionId>QEA=</VersionId>
</PushNotificationGroupDTO>
</PushNotificationGroups>
<PushNotificationId>1</PushNotificationId>
<ScheduledUtc>sample string 7</ScheduledUtc>
<ServiceResponse>sample string 8</ServiceResponse>
<SuccessfulTransmission>true</SuccessfulTransmission>
<Title>sample string 9</Title>
<UserName>sample string 10</UserName>
<VersionId>QEA=</VersionId>
</PushNotificationRecordDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |