Skip to content
ipro-dave edited this page Aug 2, 2022 · 1 revision

Request Url: /apis/bills?PropertyID={id}&modifiedTimeFrom=2022-01-01&ownerID={owner}

  • propertyId will filter the list of returned bills to only include those on the specified property (optional)

  • modifiedTimeFrom will filter the list of returned bills to only include those modified since the time specified (optional)

  • ownerID will filter the list of returned bills to only include properties owned by the specified owner id (optional)

{
    "TotalHits": 2,
    "Items": [
        {
            "Id": 22,
            "PropertyId": 8865,
            "CreateDate": "2015-05-18T22:59:11.1970000Z",
            "IssueDate": "2015-05-01",
            "ModifiedDate": null,
            "ModifiedBy": null,
            "InvoiceDate": null,
            "InvoiceId": null,
            "PaidDate": "2015-08-24T15:47:08.5170000Z",
            "BillType": "Holiday Lettings Advertising",
            "Description": "12 Month Subscription",
            "NetCost": 299.00,
            "Price": 418.60,
            "Commssion": 119.60,
            "Tax": 83.72,
            "ManagementNotes": "",
            "Paid": true,
            "SupplierPaid": false,
            "ExcludeFromInvoice": false
        },
        {
            "Id": 4084,
            "PropertyId": 8865,
            "CreateDate": "2022-02-10T12:18:48.9200000Z",
            "IssueDate": "2021-12-01",
            "ModifiedDate": "2022-07-25T12:51:56.0170000Z",
            "ModifiedBy": 68,
            "InvoiceDate": "2021-12-01",
            "InvoiceId": 2066,
            "PaidDate": null,
            "BillType": "Replacement Items",
            "Description": "TV",
            "NetCost": 0.00,
            "Price": 5000.00,
            "Commssion": 50.00,
            "Tax": 10.00,
            "ManagementNotes": "Replacement TV",
            "Paid": false,
            "SupplierPaid": false,
            "ExcludeFromInvoice": false
        }
    ]
}
Clone this wiki locally