List recurring bill items
curl --request GET \
--url https://api.helloproper.com/recurring-bill-items \
--header 'Authorization: <api-key>'{
"recurringBillItems": [
{
"id": "<string>",
"ownerId": "<string>",
"leaseId": "<string>",
"created": "<string>",
"modified": "<string>",
"productKey": "<string>",
"startedOn": "<string>",
"cancelledOn": "<string>",
"endedOn": "<string>",
"billingCycle": {
"timeUnit": "<string>",
"periodLength": 123,
"start": 123
},
"amountRecords": [
{
"id": "<string>",
"value": {
"currency": "<string>",
"amount": 123
},
"start": "<string>"
}
],
"vatRecords": [
{
"id": "<string>",
"value": {
"taxMode": "<string>",
"taxRate": 123
},
"start": "<string>"
}
],
"descriptionRecords": [
{
"id": "<string>",
"value": "<string>",
"start": "<string>"
}
],
"quantityRecords": [
{
"id": "<string>",
"value": 123,
"start": "<string>"
}
]
}
]
}Recurring bill items
List recurring bill items
GET
/
recurring-bill-items
List recurring bill items
curl --request GET \
--url https://api.helloproper.com/recurring-bill-items \
--header 'Authorization: <api-key>'{
"recurringBillItems": [
{
"id": "<string>",
"ownerId": "<string>",
"leaseId": "<string>",
"created": "<string>",
"modified": "<string>",
"productKey": "<string>",
"startedOn": "<string>",
"cancelledOn": "<string>",
"endedOn": "<string>",
"billingCycle": {
"timeUnit": "<string>",
"periodLength": 123,
"start": 123
},
"amountRecords": [
{
"id": "<string>",
"value": {
"currency": "<string>",
"amount": 123
},
"start": "<string>"
}
],
"vatRecords": [
{
"id": "<string>",
"value": {
"taxMode": "<string>",
"taxRate": 123
},
"start": "<string>"
}
],
"descriptionRecords": [
{
"id": "<string>",
"value": "<string>",
"start": "<string>"
}
],
"quantityRecords": [
{
"id": "<string>",
"value": 123,
"start": "<string>"
}
]
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.helloproper.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
This request supports pagination.The lease for which recurring bill items will be returned
Response
Show child attributes
Show child attributes
The unique identifier for the recurring bill item
The identifier for the owner associated with the recurring bill item
The identifier for the lease associated with the recurring bill item
The creation date and time of the recurring bill item in ISO 8601 format
The last modification date and time of the recurring bill item in ISO 8601 format
The key or identifier for the product or service billed (e.g., “key:rent”)
First due date for the recurring bill item in ISO 8601 format
The date in ISO 8601 format on which recurring bill item is stopped from being billed
The date in ISO 8601 format on which recurring bill item ends billing
Show child attributes
Show child attributes
The unique identifier for the amount record
The date in ISO 8601 format from which the amount is valid
Show child attributes
Show child attributes
The unique identifier for the VAT Record
The date in ISO 8601 format from which the VAT is valid
⌘I