POST api/AmberPushNotification/RegisterDevice
Request Information
URI Parameters
None.
Body Parameters
AmberPushNotificationInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AmberUserId | integer |
None. |
|
| DeviceRegisterationKey | string |
None. |
|
| DeviceType | integer |
None. |
|
| DeviceUniqueIdentifier | string |
None. |
|
| CreateDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AmberUserId": 2,
"DeviceRegisterationKey": "sample string 3",
"DeviceType": 1,
"DeviceUniqueIdentifier": "sample string 4",
"CreateDate": "2026-02-03T18:24:05.6142816-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true