GET landlords/credits
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CreditEx| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | string |
None. |
|
| PaymentRef | string |
None. |
|
| Amount | string |
None. |
|
| LandlordName | string |
None. |
|
| string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Date": "sample string 1",
"PaymentRef": "sample string 2",
"Amount": "sample string 3",
"LandlordName": "sample string 4",
"Email": "sample string 5"
},
{
"Date": "sample string 1",
"PaymentRef": "sample string 2",
"Amount": "sample string 3",
"LandlordName": "sample string 4",
"Email": "sample string 5"
}
]
application/xml, text/xml
Sample:
<ArrayOfCreditEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TwoDoIT.TenantApp.Common">
<CreditEx>
<Amount>sample string 3</Amount>
<Date>sample string 1</Date>
<Email>sample string 5</Email>
<LandlordName>sample string 4</LandlordName>
<PaymentRef>sample string 2</PaymentRef>
</CreditEx>
<CreditEx>
<Amount>sample string 3</Amount>
<Date>sample string 1</Date>
<Email>sample string 5</Email>
<LandlordName>sample string 4</LandlordName>
<PaymentRef>sample string 2</PaymentRef>
</CreditEx>
</ArrayOfCreditEx>