POST api/notifications/register?customerIdApp={customerIdApp}

Mobile devices registration

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerIdApp

Optional customer Id of its app

string

None.

Body Parameters

Token as an Identifier

NameDescriptionTypeAdditional 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