POST api/ESignAgreement

Request Information

URI Parameters

None.

Body Parameters

BMSAggrementReq
NameDescriptionTypeAdditional information
MerchantID

string

None.

LoanAmount

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MerchantID": "sample string 1",
  "LoanAmount": "sample string 2"
}

application/xml, text/xml

Sample:
<BMSAggrementReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects">
  <LoanAmount>sample string 2</LoanAmount>
  <MerchantID>sample string 1</MerchantID>
</BMSAggrementReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

LoanAgreementStatus
NameDescriptionTypeAdditional information
MERCHANTID

string

None.

DISBURSEMENT_STATUS

string

None.

LOAN_DISBURSEMENT_DATE

string

None.

PLACE

string

None.

BORROWERNAME

string

None.

CONSTITUTION

string

None.

PANCARD

string

None.

MERCHANTADDRESS

string

None.

BRANCHNAME

string

None.

BRANCHADDRESS

string

None.

LOANAMOUNT

string

None.

LAONAMOUNTINTEXT

string

None.

SHOPADDRESS

string

None.

LOAN_AGREEMENTID

string

None.

AGREENEMT_CREATEDDATE

string

None.

MOBILENO

string

None.

StampSeries

string

None.

esignFlag

integer

None.

seriesGroup

string

None.

stampValue

string

None.

Response Formats

application/json, text/json

Sample:
{
  "MERCHANTID": "sample string 1",
  "DISBURSEMENT_STATUS": "sample string 2",
  "LOAN_DISBURSEMENT_DATE": "sample string 3",
  "PLACE": "sample string 4",
  "BORROWERNAME": "sample string 5",
  "CONSTITUTION": "sample string 6",
  "PANCARD": "sample string 7",
  "MERCHANTADDRESS": "sample string 8",
  "BRANCHNAME": "sample string 9",
  "BRANCHADDRESS": "sample string 10",
  "LOANAMOUNT": "sample string 11",
  "LAONAMOUNTINTEXT": "sample string 12",
  "SHOPADDRESS": "sample string 13",
  "LOAN_AGREEMENTID": "sample string 14",
  "AGREENEMT_CREATEDDATE": "sample string 15",
  "MOBILENO": "sample string 16",
  "StampSeries": "sample string 17",
  "esignFlag": 18,
  "seriesGroup": "sample string 19",
  "stampValue": "sample string 20"
}

application/xml, text/xml

Sample:
<LoanAgreementStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessObjects">
  <AGREENEMT_CREATEDDATE>sample string 15</AGREENEMT_CREATEDDATE>
  <BORROWERNAME>sample string 5</BORROWERNAME>
  <BRANCHADDRESS>sample string 10</BRANCHADDRESS>
  <BRANCHNAME>sample string 9</BRANCHNAME>
  <CONSTITUTION>sample string 6</CONSTITUTION>
  <DISBURSEMENT_STATUS>sample string 2</DISBURSEMENT_STATUS>
  <LAONAMOUNTINTEXT>sample string 12</LAONAMOUNTINTEXT>
  <LOANAMOUNT>sample string 11</LOANAMOUNT>
  <LOAN_AGREEMENTID>sample string 14</LOAN_AGREEMENTID>
  <LOAN_DISBURSEMENT_DATE>sample string 3</LOAN_DISBURSEMENT_DATE>
  <MERCHANTADDRESS>sample string 8</MERCHANTADDRESS>
  <MERCHANTID>sample string 1</MERCHANTID>
  <MOBILENO>sample string 16</MOBILENO>
  <PANCARD>sample string 7</PANCARD>
  <PLACE>sample string 4</PLACE>
  <SHOPADDRESS>sample string 13</SHOPADDRESS>
  <StampSeries>sample string 17</StampSeries>
  <esignFlag>18</esignFlag>
  <seriesGroup>sample string 19</seriesGroup>
  <stampValue>sample string 20</stampValue>
</LoanAgreementStatus>