POST api/AmberPushNotification/Add
Request Information
URI Parameters
None.
Body Parameters
AmberPushNotificationDTOName | Description | Type | Additional information |
---|---|---|---|
NotificationId | integer |
None. |
|
Message | string |
None. |
|
Status | integer |
None. |
|
SentTime | date |
None. |
|
CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "NotificationId": 1, "Message": "sample string 2", "Status": 3, "SentTime": "2025-10-14T00:37:34.5607811-07:00", "CreateDate": "2025-10-14T00:37:34.5607811-07:00" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AmberPushNotificationDTOName | Description | Type | Additional information |
---|---|---|---|
NotificationId | integer |
None. |
|
Message | string |
None. |
|
Status | integer |
None. |
|
SentTime | date |
None. |
|
CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "NotificationId": 1, "Message": "sample string 2", "Status": 3, "SentTime": "2025-10-14T00:37:34.5607811-07:00", "CreateDate": "2025-10-14T00:37:34.5607811-07:00" }