POST api/Person/UnregisterPushToken
Request Information
URI Parameters
None.
Body Parameters
UnregisterPushTokenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonID | integer |
None. |
|
| ExpoPushToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PersonID": 1,
"ExpoPushToken": "sample string 2"
}
application/xml, text/xml
Sample:
<UnregisterPushTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <ExpoPushToken>sample string 2</ExpoPushToken> <PersonID>1</PersonID> </UnregisterPushTokenRequest>
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.