POST api/push-tokens/register
Request Information
URI Parameters
None.
Body Parameters
RegisterPushTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Role | string |
None. |
|
| EntityId | integer |
None. |
|
| Token | string |
None. |
|
| Platform | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"role": "sample string 1",
"entityId": 2,
"token": "sample string 3",
"platform": "sample string 4"
}
application/xml, text/xml
Sample:
<RegisterPushTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Del.Api.Models.Dtos"> <EntityId>2</EntityId> <Platform>sample string 4</Platform> <Role>sample string 1</Role> <Token>sample string 3</Token> </RegisterPushTokenRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.