Registers a device token.
POST http:///api/v2/ess/devicetoken/register
The request body takes a complete DeviceTokenModel resource, containing the following writable properties:
{
    "platform": "string",
    "token": "string"
}| Name | Type | Description | 
|---|---|---|
| platform | string | MobilePlatform Possible values are: 
 | 
| token | string | String | 
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource | 
|---|---|---|
| 200 | OK OK | 
Powered by DapperDox