POST api/Revolution/PushNotification/Register?deviceToken={deviceToken}&identifier={identifier}&repDID={repDID}&customerDID={customerDID}
This method will take a user's DID, device token (requested from OS for sending push notifications), and the devices UUID. This will register the device for push notifications. Be aware that this API will only work with associated apps and will not work unless you are within the ByDesign App Profiles for IOS and Android.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deviceToken | string |
Required |
|
| identifier | string |
Required |
|
| repDID | string |
Default value is |
|
| customerDID | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
None.