POST api/MerchantApp/FSTSGMBPresentationGenerateOTP?LoginId={LoginId}&IsEnd={IsEnd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
LoginId

string

Required

IsEnd

boolean

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfFSTSOTP
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

FSTSOTP

None.

status

integer

None.

TotalCount

integer

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"
  },
  "status": 4,
  "TotalCount": 5
}

application/xml, text/xml

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