POST api/FPS/fpssalevelidationusinguidotp

Documentation for 'fpssalevelidationusinguidotp'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "State": "sample string 1",
  "LanguageId": "sample string 2",
  "TxnId": "sample string 3",
  "BenefAuthTxnId": "sample string 4",
  "IMEINo": "sample string 5",
  "FPSCode": "sample string 6",
  "OTP": "sample string 7",
  "Token": "sample string 8",
  "AuthString": "sample string 9",
  "DateOfData": "sample string 10"
}

application/xml, text/xml

Sample:
<RequestModelFPSSaleUIDOTPValidation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FPS.FPSController">
  <AuthString>sample string 9</AuthString>
  <BenefAuthTxnId>sample string 4</BenefAuthTxnId>
  <DateOfData>sample string 10</DateOfData>
  <FPSCode>sample string 6</FPSCode>
  <IMEINo>sample string 5</IMEINo>
  <LanguageId>sample string 2</LanguageId>
  <OTP>sample string 7</OTP>
  <State>sample string 1</State>
  <Token>sample string 8</Token>
  <TxnId>sample string 3</TxnId>
</RequestModelFPSSaleUIDOTPValidation>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestModelFPSSaleUIDOTPValidation'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "AckCode": "sample string 2",
  "Status": "sample string 3",
  "RespCode": "sample string 4",
  "RespMessage": "sample string 5",
  "IsOTPValid": "sample string 6",
  "Datetime": "sample string 7",
  "SaleTxnCode": "sample string 8"
}

application/xml, text/xml

Sample:
<ResponseModelFPSSaleUIDOTPValidation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FPS.FPSController">
  <AckCode>sample string 2</AckCode>
  <Datetime>sample string 7</Datetime>
  <IsOTPValid>sample string 6</IsOTPValid>
  <RespCode>sample string 4</RespCode>
  <RespMessage>sample string 5</RespMessage>
  <SaleTxnCode>sample string 8</SaleTxnCode>
  <Status>sample string 3</Status>
  <Token>sample string 1</Token>
</ResponseModelFPSSaleUIDOTPValidation>