GET api/GetAllPayment/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
GetPaymentVm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VoucherId | integer |
None. |
|
| VoucherNumber | integer |
None. |
|
| Date | string |
None. |
|
| ChequeNumber | string |
None. |
|
| ChequeDate | string |
None. |
|
| InFavourOf | string |
None. |
|
| BankName | string |
None. |
|
| NetAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| TotalAmountInWords | string |
None. |
|
| Cgst | decimal number |
None. |
|
| CgstInPercentage | decimal number |
None. |
|
| Sgst | decimal number |
None. |
|
| SgstInPercentage | decimal number |
None. |
|
| Igst | decimal number |
None. |
|
| IgstInPercentage | decimal number |
None. |
|
| Tds | decimal number |
None. |
|
| TdsInPercentage | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| ServiceTax | decimal number |
None. |
|
| ServiceTaxInPercentage | decimal number |
None. |
|
| PaymentType | string |
None. |
|
| TaxType | string |
None. |
|
| PaymentFor | string |
None. |
|
| PaymentForId | integer |
None. |
|
| LedgerFromId | integer |
None. |
|
| LedgerFromName | string |
None. |
|
| LedgerToId | integer |
None. |
|
| LedgerToName | string |
None. |
|
| ReservationId | integer |
None. |
|
| OwnerSubscriptionId | integer |
None. |
|
| BookingId | integer |
None. |
|
| CustomerId | integer |
None. |
|
| CustomerName | string |
None. |
|
| Narration | string |
None. |
|
| ActiveRent | decimal number |
None. |
|
| ActiveFlatOwner | string |
None. |
|
| RoomType | string |
None. |
|
| Location | string |
None. |
|
| Company | string |
None. |
|
| Month | string |
None. |
|
| Year | integer |
None. |
|
| PaidDate | string |
None. |
|
| DueDate | string |
None. |
|
| Images | Collection of GetImageViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"VoucherId": 2,
"VoucherNumber": 3,
"Date": "sample string 4",
"ChequeNumber": "sample string 5",
"ChequeDate": "sample string 6",
"InFavourOf": "sample string 7",
"BankName": "sample string 8",
"NetAmount": 9.1,
"TotalAmount": 10.1,
"TotalAmountInWords": "sample string 11",
"Cgst": 12.1,
"CgstInPercentage": 13.1,
"Sgst": 14.1,
"SgstInPercentage": 15.1,
"Igst": 16.1,
"IgstInPercentage": 17.1,
"Tds": 18.1,
"TdsInPercentage": 19.1,
"TaxAmount": 20.1,
"ServiceTax": 21.1,
"ServiceTaxInPercentage": 22.1,
"PaymentType": "sample string 23",
"TaxType": "sample string 24",
"PaymentFor": "sample string 25",
"PaymentForId": 1,
"LedgerFromId": 26,
"LedgerFromName": "sample string 27",
"LedgerToId": 28,
"LedgerToName": "sample string 29",
"ReservationId": 1,
"OwnerSubscriptionId": 1,
"BookingId": 1,
"CustomerId": 1,
"CustomerName": "sample string 30",
"Narration": "sample string 31",
"ActiveRent": 32.1,
"ActiveFlatOwner": "sample string 33",
"RoomType": "sample string 34",
"Location": "sample string 35",
"Company": "sample string 36",
"Month": "sample string 37",
"Year": 38,
"PaidDate": "sample string 39",
"DueDate": "sample string 40",
"Images": [
{
"Url": "sample string 1",
"Description": "sample string 2"
},
{
"Url": "sample string 1",
"Description": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<GetPaymentVm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BrokerServer.Services.PG">
<ActiveFlatOwner>sample string 33</ActiveFlatOwner>
<ActiveRent>32.1</ActiveRent>
<BankName>sample string 8</BankName>
<BookingId>1</BookingId>
<Cgst>12.1</Cgst>
<CgstInPercentage>13.1</CgstInPercentage>
<ChequeDate>sample string 6</ChequeDate>
<ChequeNumber>sample string 5</ChequeNumber>
<Company>sample string 36</Company>
<CustomerId>1</CustomerId>
<CustomerName>sample string 30</CustomerName>
<Date>sample string 4</Date>
<DueDate>sample string 40</DueDate>
<Id>1</Id>
<Igst>16.1</Igst>
<IgstInPercentage>17.1</IgstInPercentage>
<Images xmlns:d2p1="http://schemas.datacontract.org/2004/07/BrokerServer.Models">
<d2p1:GetImageViewModel>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Url>sample string 1</d2p1:Url>
</d2p1:GetImageViewModel>
<d2p1:GetImageViewModel>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:Url>sample string 1</d2p1:Url>
</d2p1:GetImageViewModel>
</Images>
<InFavourOf>sample string 7</InFavourOf>
<LedgerFromId>26</LedgerFromId>
<LedgerFromName>sample string 27</LedgerFromName>
<LedgerToId>28</LedgerToId>
<LedgerToName>sample string 29</LedgerToName>
<Location>sample string 35</Location>
<Month>sample string 37</Month>
<Narration>sample string 31</Narration>
<NetAmount>9.1</NetAmount>
<OwnerSubscriptionId>1</OwnerSubscriptionId>
<PaidDate>sample string 39</PaidDate>
<PaymentFor>sample string 25</PaymentFor>
<PaymentForId>1</PaymentForId>
<PaymentType>sample string 23</PaymentType>
<ReservationId>1</ReservationId>
<RoomType>sample string 34</RoomType>
<ServiceTax>21.1</ServiceTax>
<ServiceTaxInPercentage>22.1</ServiceTaxInPercentage>
<Sgst>14.1</Sgst>
<SgstInPercentage>15.1</SgstInPercentage>
<TaxAmount>20.1</TaxAmount>
<TaxType>sample string 24</TaxType>
<Tds>18.1</Tds>
<TdsInPercentage>19.1</TdsInPercentage>
<TotalAmount>10.1</TotalAmount>
<TotalAmountInWords>sample string 11</TotalAmountInWords>
<VoucherId>2</VoucherId>
<VoucherNumber>3</VoucherNumber>
<Year>38</Year>
</GetPaymentVm>