POST api/AgrimHousingFinance/LegalDetails
Request Information
URI Parameters
None.
Body Parameters
LegalDetailsReq| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientLoanRefNo | string |
None. |
|
| AgencyName | string |
None. |
|
| AllocationDate | string |
None. |
|
| Remarks | string |
None. |
|
| SearchDate | string |
None. |
|
| SearchReceiptNo | string |
None. |
|
| Feedback | string |
None. |
|
| LegalReviewRemarks | string |
None. |
|
| LegalReviewStatus | string |
None. |
|
| LegalVerificationCharges | string |
None. |
|
| East | string |
None. |
|
| West | string |
None. |
|
| South | string |
None. |
|
| North | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientLoanRefNo": "sample string 1",
"AgencyName": "sample string 2",
"AllocationDate": "sample string 3",
"Remarks": "sample string 4",
"SearchDate": "sample string 5",
"SearchReceiptNo": "sample string 6",
"Feedback": "sample string 7",
"LegalReviewRemarks": "sample string 8",
"LegalReviewStatus": "sample string 9",
"LegalVerificationCharges": "sample string 10",
"East": "sample string 11",
"West": "sample string 12",
"South": "sample string 13",
"North": "sample string 14"
}
application/xml, text/xml
Sample:
<LegalDetailsReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgrimHousingFinance.Models"> <AgencyName>sample string 2</AgencyName> <AllocationDate>sample string 3</AllocationDate> <ClientLoanRefNo>sample string 1</ClientLoanRefNo> <East>sample string 11</East> <Feedback>sample string 7</Feedback> <LegalReviewRemarks>sample string 8</LegalReviewRemarks> <LegalReviewStatus>sample string 9</LegalReviewStatus> <LegalVerificationCharges>sample string 10</LegalVerificationCharges> <North>sample string 14</North> <Remarks>sample string 4</Remarks> <SearchDate>sample string 5</SearchDate> <SearchReceiptNo>sample string 6</SearchReceiptNo> <South>sample string 13</South> <West>sample string 12</West> </LegalDetailsReq>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EnrollmentRes| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseCode | string |
None. |
|
| ResponseMessage | string |
None. |
|
| ApplicationFormNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResponseCode": "sample string 1",
"ResponseMessage": "sample string 2",
"ApplicationFormNumber": "sample string 3"
}
application/xml, text/xml
Sample:
<EnrollmentRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgrimHousingFinance.Models"> <ResponseCode>sample string 1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ApplicationFormNumber>sample string 3</ApplicationFormNumber> </EnrollmentRes>