POST api/v1/PushNotification/Settings/Create

Request Information

URI Parameters

None.

Body Parameters

PushNotificationSettingsLog
NameDescriptionTypeAdditional information
ID

integer

None.

Email

string

None.

IsAllowed

boolean

None.

Token

string

None.

IsLatest

boolean

None.

CreatedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Email": "sample string 2",
  "IsAllowed": true,
  "Token": "sample string 4",
  "IsLatest": true,
  "CreatedDateTime": "2025-04-29T13:16:17.0259267-04:00"
}

application/xml, text/xml

Sample:
<PushNotificationSettingsLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RAIS.API.Models.Entities">
  <CreatedDateTime>2025-04-29T13:16:17.0259267-04:00</CreatedDateTime>
  <Email>sample string 2</Email>
  <ID>1</ID>
  <IsAllowed>true</IsAllowed>
  <IsLatest>true</IsLatest>
  <Token>sample string 4</Token>
</PushNotificationSettingsLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.