POST api/Customer/PasswordlessLoginValidateToken?rewardsWithPending={rewardsWithPending}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| rewardsWithPending | boolean |
Default value is False |
Body Parameters
DtoRequest_PasswordlessAuthLoginValidateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| TokenCorrelationID | string |
None. |
|
| DeviceIdentifier | string |
None. |
|
| TokenValue | string |
None. |
|
| KeepMeLoggedIn | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"TokenCorrelationID": "sample string 1",
"DeviceIdentifier": "sample string 2",
"TokenValue": "sample string 3",
"KeepMeLoggedIn": true
}
text/html
Sample:
{"TokenCorrelationID":"sample string 1","DeviceIdentifier":"sample string 2","TokenValue":"sample string 3","KeepMeLoggedIn":true}
application/xml, text/xml
Sample:
<PasswordlessAuthLoginValidateRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO.Request"> <DeviceIdentifier>sample string 2</DeviceIdentifier> <KeepMeLoggedIn>true</KeepMeLoggedIn> <TokenCorrelationID>sample string 1</TokenCorrelationID> <TokenValue>sample string 3</TokenValue> </PasswordlessAuthLoginValidateRequest>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.