GET api/GetPaymentDetails/{FlatId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| FlatId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| VchNo | integer |
None. |
|
| VchDate | string |
None. |
|
| ProjName | string |
None. |
|
| Tower | string |
None. |
|
| FlatNo | string |
None. |
|
| Customer | string |
None. |
|
| CarpetArea | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| FlatAmount | decimal number |
None. |
|
| ParkingAmount | decimal number |
None. |
|
| AgreementAmount | decimal number |
None. |
|
| SDRAmount | decimal number |
None. |
|
| TaxFlatChgAmount | decimal number |
None. |
|
| TaxOthChgAmount | decimal number |
None. |
|
| TDSAmount | decimal number |
None. |
|
| MoodificationAmount | decimal number |
None. |
|
| RegAmount | decimal number |
None. |
|
| LegalAmount | decimal number |
None. |
|
| AdvMaintenanceAmount | decimal number |
None. |
|
| ImagePathFlatDesign | string |
None. |
|
| ImagePathFloorMap | string |
None. |
|
| SocInfraAmount | decimal number |
None. |
|
| WaterCharges | decimal number |
None. |
|
| MSEDCLCharges | decimal number |
None. |
|
| CorpusFundCharges | decimal number |
None. |
|
| ClubhouseCharges | decimal number |
None. |
|
| TotalOthChgAmount | decimal number |
None. |
|
| BookingAmount | decimal number |
None. |
|
| FinalAmount | decimal number |
None. |
|
| LoanInstituteName | string |
None. |
|
| LoanAmount | decimal number |
None. |
|
| LoanOwnerAmount | decimal number |
None. |
|
| ChannelPartnerName | string |
None. |
|
| SourceName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"VchNo": 1,
"VchDate": "sample string 2",
"ProjName": "sample string 3",
"Tower": "sample string 4",
"FlatNo": "sample string 5",
"Customer": "sample string 6",
"CarpetArea": 7.1,
"Rate": 8.1,
"FlatAmount": 9.1,
"ParkingAmount": 10.1,
"AgreementAmount": 11.1,
"SDRAmount": 12.1,
"TaxFlatChgAmount": 13.1,
"TaxOthChgAmount": 14.1,
"TDSAmount": 15.1,
"MoodificationAmount": 16.1,
"RegAmount": 17.1,
"LegalAmount": 18.1,
"AdvMaintenanceAmount": 19.1,
"ImagePathFlatDesign": "sample string 20",
"ImagePathFloorMap": "sample string 21",
"SocInfraAmount": 22.1,
"WaterCharges": 23.1,
"MSEDCLCharges": 24.1,
"CorpusFundCharges": 25.1,
"ClubhouseCharges": 26.1,
"TotalOthChgAmount": 27.1,
"BookingAmount": 28.1,
"FinalAmount": 29.1,
"LoanInstituteName": "sample string 30",
"LoanAmount": 31.1,
"LoanOwnerAmount": 32.1,
"ChannelPartnerName": "sample string 33",
"SourceName": "sample string 34"
},
{
"VchNo": 1,
"VchDate": "sample string 2",
"ProjName": "sample string 3",
"Tower": "sample string 4",
"FlatNo": "sample string 5",
"Customer": "sample string 6",
"CarpetArea": 7.1,
"Rate": 8.1,
"FlatAmount": 9.1,
"ParkingAmount": 10.1,
"AgreementAmount": 11.1,
"SDRAmount": 12.1,
"TaxFlatChgAmount": 13.1,
"TaxOthChgAmount": 14.1,
"TDSAmount": 15.1,
"MoodificationAmount": 16.1,
"RegAmount": 17.1,
"LegalAmount": 18.1,
"AdvMaintenanceAmount": 19.1,
"ImagePathFlatDesign": "sample string 20",
"ImagePathFloorMap": "sample string 21",
"SocInfraAmount": 22.1,
"WaterCharges": 23.1,
"MSEDCLCharges": 24.1,
"CorpusFundCharges": 25.1,
"ClubhouseCharges": 26.1,
"TotalOthChgAmount": 27.1,
"BookingAmount": 28.1,
"FinalAmount": 29.1,
"LoanInstituteName": "sample string 30",
"LoanAmount": 31.1,
"LoanOwnerAmount": 32.1,
"ChannelPartnerName": "sample string 33",
"SourceName": "sample string 34"
}
]
application/xml, text/xml
Sample:
<ArrayOfPaymentDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RECOSMart_Api">
<PaymentDetails>
<AdvMaintenanceAmount>19.1</AdvMaintenanceAmount>
<AgreementAmount>11.1</AgreementAmount>
<BookingAmount>28.1</BookingAmount>
<CarpetArea>7.1</CarpetArea>
<ChannelPartnerName>sample string 33</ChannelPartnerName>
<ClubhouseCharges>26.1</ClubhouseCharges>
<CorpusFundCharges>25.1</CorpusFundCharges>
<Customer>sample string 6</Customer>
<FinalAmount>29.1</FinalAmount>
<FlatAmount>9.1</FlatAmount>
<FlatNo>sample string 5</FlatNo>
<ImagePathFlatDesign>sample string 20</ImagePathFlatDesign>
<ImagePathFloorMap>sample string 21</ImagePathFloorMap>
<LegalAmount>18.1</LegalAmount>
<LoanAmount>31.1</LoanAmount>
<LoanInstituteName>sample string 30</LoanInstituteName>
<LoanOwnerAmount>32.1</LoanOwnerAmount>
<MSEDCLCharges>24.1</MSEDCLCharges>
<MoodificationAmount>16.1</MoodificationAmount>
<ParkingAmount>10.1</ParkingAmount>
<ProjName>sample string 3</ProjName>
<Rate>8.1</Rate>
<RegAmount>17.1</RegAmount>
<SDRAmount>12.1</SDRAmount>
<SocInfraAmount>22.1</SocInfraAmount>
<SourceName>sample string 34</SourceName>
<TDSAmount>15.1</TDSAmount>
<TaxFlatChgAmount>13.1</TaxFlatChgAmount>
<TaxOthChgAmount>14.1</TaxOthChgAmount>
<TotalOthChgAmount>27.1</TotalOthChgAmount>
<Tower>sample string 4</Tower>
<VchDate>sample string 2</VchDate>
<VchNo>1</VchNo>
<WaterCharges>23.1</WaterCharges>
</PaymentDetails>
<PaymentDetails>
<AdvMaintenanceAmount>19.1</AdvMaintenanceAmount>
<AgreementAmount>11.1</AgreementAmount>
<BookingAmount>28.1</BookingAmount>
<CarpetArea>7.1</CarpetArea>
<ChannelPartnerName>sample string 33</ChannelPartnerName>
<ClubhouseCharges>26.1</ClubhouseCharges>
<CorpusFundCharges>25.1</CorpusFundCharges>
<Customer>sample string 6</Customer>
<FinalAmount>29.1</FinalAmount>
<FlatAmount>9.1</FlatAmount>
<FlatNo>sample string 5</FlatNo>
<ImagePathFlatDesign>sample string 20</ImagePathFlatDesign>
<ImagePathFloorMap>sample string 21</ImagePathFloorMap>
<LegalAmount>18.1</LegalAmount>
<LoanAmount>31.1</LoanAmount>
<LoanInstituteName>sample string 30</LoanInstituteName>
<LoanOwnerAmount>32.1</LoanOwnerAmount>
<MSEDCLCharges>24.1</MSEDCLCharges>
<MoodificationAmount>16.1</MoodificationAmount>
<ParkingAmount>10.1</ParkingAmount>
<ProjName>sample string 3</ProjName>
<Rate>8.1</Rate>
<RegAmount>17.1</RegAmount>
<SDRAmount>12.1</SDRAmount>
<SocInfraAmount>22.1</SocInfraAmount>
<SourceName>sample string 34</SourceName>
<TDSAmount>15.1</TDSAmount>
<TaxFlatChgAmount>13.1</TaxFlatChgAmount>
<TaxOthChgAmount>14.1</TaxOthChgAmount>
<TotalOthChgAmount>27.1</TotalOthChgAmount>
<Tower>sample string 4</Tower>
<VchDate>sample string 2</VchDate>
<VchNo>1</VchNo>
<WaterCharges>23.1</WaterCharges>
</PaymentDetails>
</ArrayOfPaymentDetails>