POST api/AmberPushNotification/AddHistory
Request Information
URI Parameters
None.
Body Parameters
AmberPushNotificationHistoryDTOName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
AmberUserId | integer |
None. |
|
PushNotificationId | integer |
None. |
|
PushNotificationInfoId | integer |
None. |
|
SendTime | date |
None. |
|
Status | NotificationStatusEnum |
None. |
|
CreateDate | date |
None. |
|
Disabled | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "AmberUserId": 1, "PushNotificationId": 1, "PushNotificationInfoId": 1, "SendTime": "2025-10-14T00:40:05.6065406-07:00", "Status": 1, "CreateDate": "2025-10-14T00:40:05.6065406-07:00", "Disabled": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true