POST api/v1/authentication/SecondFactorTokenRequest

Request Information

URI Parameters

None.

Body Parameters

SecAuthenticationLogDto
NameDescriptionTypeAdditional information
SecAuthenticationLogId

integer

None.

PolicyNumber

string

Required

String length: inclusive between 0 and 20

Surname

string

Required

String length: inclusive between 0 and 30

FirstName

string

None.

Title

string

None.

Dob

date

Required

BrandBriefCode

string

String length: inclusive between 0 and 5

MobilePhoneNo

string

None.

MaskedMobilePhoneNo

string

None.

AuthenticationCode

string

None.

EffectiveDate

date

None.

EndDate

date

None.

ClientId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SecAuthenticationLogId": 1,
  "PolicyNumber": "sample string 2",
  "Surname": "sample string 3",
  "FirstName": "sample string 4",
  "Title": "sample string 5",
  "Dob": "2026-06-02T00:44:34.0213038+10:00",
  "BrandBriefCode": "sample string 6",
  "MobilePhoneNo": "sample string 7",
  "MaskedMobilePhoneNo": "sample string 8",
  "AuthenticationCode": "sample string 9",
  "EffectiveDate": "2026-06-02T00:44:34.0213038+10:00",
  "EndDate": "2026-06-02T00:44:34.0213038+10:00",
  "ClientId": 1
}

application/xml, text/xml

Sample:
<SecAuthenticationLogDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Prism.AfterSalesCare.DataTransferObjects">
  <AuthenticationCode>sample string 9</AuthenticationCode>
  <BrandBriefCode>sample string 6</BrandBriefCode>
  <ClientId>1</ClientId>
  <Dob>2026-06-02T00:44:34.0213038+10:00</Dob>
  <EffectiveDate>2026-06-02T00:44:34.0213038+10:00</EffectiveDate>
  <EndDate>2026-06-02T00:44:34.0213038+10:00</EndDate>
  <FirstName>sample string 4</FirstName>
  <MaskedMobilePhoneNo>sample string 8</MaskedMobilePhoneNo>
  <MobilePhoneNo>sample string 7</MobilePhoneNo>
  <PolicyNumber>sample string 2</PolicyNumber>
  <SecAuthenticationLogId>1</SecAuthenticationLogId>
  <Surname>sample string 3</Surname>
  <Title>sample string 5</Title>
</SecAuthenticationLogDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.