POST api/notifications/register

Mobile devices registration

Request Information

URI Parameters

None.

Body Parameters

Token as an Identifier

NameDescriptionTypeAdditional information
Id

Token generated on third party system

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1"
}

Response Information

true

Response Formats

application/json, text/json

Sample:
true