POST api/Customer/PasswordlessLoginGenerateToken

Request Information

URI Parameters

None.

Body Parameters

DtoRequest_PasswordlessAuthLoginTokenRequest
NameDescriptionTypeAdditional information
PhoneNumber

string

None.

DeviceIdentifier

string

None.

Purpose

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PhoneNumber": "sample string 1",
  "DeviceIdentifier": "sample string 2",
  "Purpose": "sample string 3"
}

text/html

Sample:
{"PhoneNumber":"sample string 1","DeviceIdentifier":"sample string 2","Purpose":"sample string 3"}

application/xml, text/xml

Sample:
<PasswordlessAuthLoginTokenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO.Request">
  <DeviceIdentifier>sample string 2</DeviceIdentifier>
  <PhoneNumber>sample string 1</PhoneNumber>
  <Purpose>sample string 3</Purpose>
</PasswordlessAuthLoginTokenRequest>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.