POST api/customers/accounts/devices/logout
Request Information
URI Parameters
None.
Body Parameters
LogOutAccountDeviceRequestName | Description | Type | Additional information |
---|---|---|---|
UserId | globally unique identifier |
None. |
|
HBusAnonymousId | globally unique identifier |
None. |
|
Fingerprint | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": "86605d96-f10b-4eee-95ae-d8cf6a0c9299", "HBusAnonymousId": "5081dcd7-27ee-4636-9083-e6b894295291", "Fingerprint": "sample string 3" }
application/xml, text/xml
Sample:
<LogOutAccountDeviceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request"> <Fingerprint>sample string 3</Fingerprint> <HBusAnonymousId>5081dcd7-27ee-4636-9083-e6b894295291</HBusAnonymousId> <UserId>86605d96-f10b-4eee-95ae-d8cf6a0c9299</UserId> </LogOutAccountDeviceRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>