POST api/Account/Logout
Request Information
URI Parameters
None.
Body Parameters
DeviceTokenViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
Required |
|
| DeviceToken | string |
Required |
|
| DeviceType | integer |
None. |
|
| DeviceUUID | string |
None. |
|
| MemberType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"DeviceToken": "sample string 2",
"DeviceType": 3,
"DeviceUUID": "sample string 4",
"MemberType": 5
}
application/xml, text/xml
Sample:
<DeviceTokenViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.UtilityViewModels"> <DeviceToken>sample string 2</DeviceToken> <DeviceType>3</DeviceType> <DeviceUUID>sample string 4</DeviceUUID> <ID>1</ID> <MemberType>5</MemberType> </DeviceTokenViewModel>
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.