POST api/FPS/fpsverification
Documentation for 'fpsverification'.
Request Information
Parameters
Name | Description | Additional 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", "IMEINo": "sample string 3", "UID": "sample string 4", "Token": "sample string 5", "AuthString": "sample string 6", "DateOfData": "sample string 7" }
application/xml, text/xml
Sample:
<RequestModelFPSUIDGetOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FPS.FPSController"> <AuthString>sample string 6</AuthString> <DateOfData>sample string 7</DateOfData> <IMEINo>sample string 3</IMEINo> <LanguageId>sample string 2</LanguageId> <State>sample string 1</State> <Token>sample string 5</Token> <UID>sample string 4</UID> </RequestModelFPSUIDGetOTP>
application/x-www-form-urlencoded
Sample:
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", "DateOfData": "sample string 6", "TxnId": "sample string 7" }
application/xml, text/xml
Sample:
<ResponseModelFPSUIDGetOTP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.FPS.FPSController"> <AckCode>sample string 2</AckCode> <DateOfData>sample string 6</DateOfData> <RespCode>sample string 4</RespCode> <RespMessage>sample string 5</RespMessage> <Status>sample string 3</Status> <Token>sample string 1</Token> <TxnId>sample string 7</TxnId> </ResponseModelFPSUIDGetOTP>