POST api/Customer/PasswordlessLogin/CompleteCustomerCorrelation

Request Information

URI Parameters

None.

Body Parameters

DtoRequest_PasswordlessCustomerCorrelationCompletionRequest
NameDescriptionTypeAdditional information
PasswordlessCorrelationGUID

string

None.

DestinationCustomerID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PasswordlessCorrelationGUID": "sample string 1",
  "DestinationCustomerID": 2
}

text/html

Sample:
{"PasswordlessCorrelationGUID":"sample string 1","DestinationCustomerID":2}

application/xml, text/xml

Sample:
<PasswordlessCustomerCorrelationCompletionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Specialtys.DTO.Request">
  <DestinationCustomerID>2</DestinationCustomerID>
  <PasswordlessCorrelationGUID>sample string 1</PasswordlessCorrelationGUID>
</PasswordlessCustomerCorrelationCompletionRequest>

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.