POST api/AmberPushNotification/AddHistory
Request Information
URI Parameters
None.
Body Parameters
AmberPushNotificationHistoryDTO| Name | 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": "2026-02-03T18:24:21.0518119-08:00",
"Status": 1,
"CreateDate": "2026-02-03T18:24:21.0518119-08:00",
"Disabled": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true