POST api/Comman/RegisterDevice4Notifications

Request Information

URI Parameters

None.

Body Parameters

MobileIdReg
NameDescriptionTypeAdditional information
userid

integer

None.

device_token

string

None.

device_id

string

None.

mobiletype

string

None.

type

string

None.

Request Formats

application/json, text/json

Sample:
{
  "userid": 1,
  "device_token": "sample string 2",
  "device_id": "sample string 3",
  "mobiletype": "sample string 4",
  "type": "sample string 5"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.