POST api/Customer/PasswordlessLoginValidateToken?rewardsWithPending={rewardsWithPending}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
rewardsWithPending

boolean

Default value is False

Body Parameters

DtoRequest_PasswordlessAuthLoginValidateRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.