curl --request GET \
--url https://api.helloproper.com/bills \
--header 'Authorization: <api-key>'
{
"bills": [
{
"id": "<string>",
"leaseId": "<string>",
"created": "<string>",
"modified": "<string>",
"period": "<string>",
"dueDate": "<string>",
"billLineItems": {
"id": "<string>",
"amount": {
"currency": "<string>",
"amount": 123
},
"quantity": 123,
"unitNetPrice": {
"currency": "<string>",
"amount": 123
},
"netPrice": {
"currency": "<string>",
"amount": 123
},
"productKey": "<string>",
"productName": {
"en": "<string>",
"da": "<string>",
"nl": "<string>",
"de": "<string>"
},
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"accountingPeriod": "<string>"
},
"subtotal": {
"currency": "<string>",
"amount": 123
},
"total": {
"currency": "<string>",
"amount": 123
},
"vatTotals": {
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"amount": {
"currency": "<string>",
"amount": 123
}
},
"postedOn": "<string>",
"annulledOn": "<string>",
"invoiceNumber": 123,
"creditNoteNumber": 123
}
]
}
This request supports pagination.
Show child attributes
The unique identifier for the bill
The identifier for the lease associated with the bill
The creation date and time of the bill in ISO 8601 format
The last modification date and time of the bill in ISO 8601 format
The billing period covered by the bill, in the format “YYYY-MM-DD/YYYY-MM-DD”
The due date for the bill payment in ISO 8601 format
Show properties of Bill Line Item Object
The unique identifier for the bill line item
The quantity of items billed
The key or identifier for the product or service billed
The accounting period for the bill line item, in the format “YYYY-MM-DD/YYYY-MM-DD”
The total VAT amounts for the bill, split by different VAT rates or categories
Show properties of VAT Total Object
The date in ISO 8601 format when bill was posted
The date in ISO 8601 format when bill was annulled
The number of the invoice corresponding to the bill
The number of the credit note corresponding to the bill
curl --request GET \
--url https://api.helloproper.com/bills \
--header 'Authorization: <api-key>'
{
"bills": [
{
"id": "<string>",
"leaseId": "<string>",
"created": "<string>",
"modified": "<string>",
"period": "<string>",
"dueDate": "<string>",
"billLineItems": {
"id": "<string>",
"amount": {
"currency": "<string>",
"amount": 123
},
"quantity": 123,
"unitNetPrice": {
"currency": "<string>",
"amount": 123
},
"netPrice": {
"currency": "<string>",
"amount": 123
},
"productKey": "<string>",
"productName": {
"en": "<string>",
"da": "<string>",
"nl": "<string>",
"de": "<string>"
},
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"accountingPeriod": "<string>"
},
"subtotal": {
"currency": "<string>",
"amount": 123
},
"total": {
"currency": "<string>",
"amount": 123
},
"vatTotals": {
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"amount": {
"currency": "<string>",
"amount": 123
}
},
"postedOn": "<string>",
"annulledOn": "<string>",
"invoiceNumber": 123,
"creditNoteNumber": 123
}
]
}
curl --request GET \
--url https://api.helloproper.com/bills \
--header 'Authorization: <api-key>'
{
"bills": [
{
"id": "<string>",
"leaseId": "<string>",
"created": "<string>",
"modified": "<string>",
"period": "<string>",
"dueDate": "<string>",
"billLineItems": {
"id": "<string>",
"amount": {
"currency": "<string>",
"amount": 123
},
"quantity": 123,
"unitNetPrice": {
"currency": "<string>",
"amount": 123
},
"netPrice": {
"currency": "<string>",
"amount": 123
},
"productKey": "<string>",
"productName": {
"en": "<string>",
"da": "<string>",
"nl": "<string>",
"de": "<string>"
},
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"accountingPeriod": "<string>"
},
"subtotal": {
"currency": "<string>",
"amount": 123
},
"total": {
"currency": "<string>",
"amount": 123
},
"vatTotals": {
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"amount": {
"currency": "<string>",
"amount": 123
}
},
"postedOn": "<string>",
"annulledOn": "<string>",
"invoiceNumber": 123,
"creditNoteNumber": 123
}
]
}
This request supports pagination.
Show child attributes
The unique identifier for the bill
The identifier for the lease associated with the bill
The creation date and time of the bill in ISO 8601 format
The last modification date and time of the bill in ISO 8601 format
The billing period covered by the bill, in the format “YYYY-MM-DD/YYYY-MM-DD”
The due date for the bill payment in ISO 8601 format
Show properties of Bill Line Item Object
The unique identifier for the bill line item
The quantity of items billed
The key or identifier for the product or service billed
The accounting period for the bill line item, in the format “YYYY-MM-DD/YYYY-MM-DD”
The total VAT amounts for the bill, split by different VAT rates or categories
Show properties of VAT Total Object
The date in ISO 8601 format when bill was posted
The date in ISO 8601 format when bill was annulled
The number of the invoice corresponding to the bill
The number of the credit note corresponding to the bill
curl --request GET \
--url https://api.helloproper.com/bills \
--header 'Authorization: <api-key>'
{
"bills": [
{
"id": "<string>",
"leaseId": "<string>",
"created": "<string>",
"modified": "<string>",
"period": "<string>",
"dueDate": "<string>",
"billLineItems": {
"id": "<string>",
"amount": {
"currency": "<string>",
"amount": 123
},
"quantity": 123,
"unitNetPrice": {
"currency": "<string>",
"amount": 123
},
"netPrice": {
"currency": "<string>",
"amount": 123
},
"productKey": "<string>",
"productName": {
"en": "<string>",
"da": "<string>",
"nl": "<string>",
"de": "<string>"
},
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"accountingPeriod": "<string>"
},
"subtotal": {
"currency": "<string>",
"amount": 123
},
"total": {
"currency": "<string>",
"amount": 123
},
"vatTotals": {
"vat": {
"taxMode": "<string>",
"taxRate": 123
},
"amount": {
"currency": "<string>",
"amount": 123
}
},
"postedOn": "<string>",
"annulledOn": "<string>",
"invoiceNumber": 123,
"creditNoteNumber": 123
}
]
}