POST loan/LoanRequestSubmission
Request Information
URI Parameters
None.
Body Parameters
LoanSubmissionRequestName | Description | Type | Additional information |
---|---|---|---|
SessionId | string |
None. |
|
AccountNumber | string |
None. |
|
ProductId | string |
None. |
|
CustomerPhoneNumber | string |
None. |
|
RequestedAmount | decimal number |
None. |
|
CategoryType | CategoryType |
None. |
|
CountryId | string |
None. |
|
LoanType | LoanType |
None. |
Request Formats
application/json, text/json
Sample:
{ "SessionId": "sample string 1", "AccountNumber": "sample string 2", "ProductId": "sample string 3", "CustomerPhoneNumber": "sample string 4", "RequestedAmount": 5.0, "CategoryType": 0, "CountryId": "sample string 6", "LoanType": 0 }
application/xml, text/xml
Sample:
<LoanSubmissionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NanoLending.Models"> <AccountNumber>sample string 2</AccountNumber> <CategoryType>simple</CategoryType> <CountryId>sample string 6</CountryId> <CustomerPhoneNumber>sample string 4</CustomerPhoneNumber> <LoanType>simple</LoanType> <ProductId>sample string 3</ProductId> <RequestedAmount>5</RequestedAmount> <SessionId>sample string 1</SessionId> </LoanSubmissionRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.