POST api/OTPSigning/ExtendOneTimePin

Request Information

URI Parameters

None.

Body Parameters

SendOneTimePinRequest
NameDescriptionTypeAdditional information
OtpAccountName

string

None.

OtpAccountPassword

string

None.

SignerEmail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OtpAccountName": "sample string 1",
  "OtpAccountPassword": "sample string 2",
  "SignerEmail": "sample string 3"
}

Response Information

Resource Description

SendOneTimePinResult
NameDescriptionTypeAdditional information
Message

string

None.

Success

boolean

None.

MobileLast4Digits

string

None.

Expires

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Success": true,
  "MobileLast4Digits": "sample string 3",
  "Expires": "2025-12-27T05:44:58.6838514+00:00"
}