POST mobile/SetGcmToken

Request Information

URI Parameters

None.

Body Parameters

ChangeGcmToken
NameDescriptionTypeAdditional information
DeviceId

string

None.

OldToken

string

None.

NewToken

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DeviceId": "sample string 1",
  "OldToken": "sample string 2",
  "NewToken": "sample string 3"
}

application/xml, text/xml

Sample:
<ChangeGcmToken xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvoShare.IService.Models.Api.Mobile">
  <DeviceId>sample string 1</DeviceId>
  <NewToken>sample string 3</NewToken>
  <OldToken>sample string 2</OldToken>
</ChangeGcmToken>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.