POST api/notifications/register?customerIdApp={customerIdApp}
Mobile devices registration
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerIdApp |
Optional customer Id of its app |
string |
None. |
Body Parameters
Token as an Identifier
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Device FCM token generated by Firebase Cloud Messaging during the login process. |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "sample string 1"
}
Response Information
Registration is successful
Response Formats
application/json, text/json
Sample:
true