GET api/MerchantApp/FSTSGenerateOTP?LoginId={LoginId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LoginId

string

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResultMDLOfFTSOTPMDL
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

FTSOTPMDL

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": {
    "ID": "sample string 1",
    "OTPValue": "sample string 2",
    "Message": "sample string 3",
    "SMSTemplate": "sample string 4",
    "OTPResendCounter": "sample string 5",
    "OTPMessage": "sample string 6"
  }
}

application/xml, text/xml

Sample:
<ServiceResultMDLOfFTSOTPMDL_PUa0JunP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL">
    <d2p1:ID>sample string 1</d2p1:ID>
    <d2p1:Message>sample string 3</d2p1:Message>
    <d2p1:OTPMessage>sample string 6</d2p1:OTPMessage>
    <d2p1:OTPResendCounter>sample string 5</d2p1:OTPResendCounter>
    <d2p1:OTPValue>sample string 2</d2p1:OTPValue>
    <d2p1:SMSTemplate>sample string 4</d2p1:SMSTemplate>
  </Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
</ServiceResultMDLOfFTSOTPMDL_PUa0JunP>