Create Invoice: Buildium

Create Invoice: Buildium | Interface | Method | |---|---| | Invoices | POST /bills |

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
integration_idstringRequired
The Propexo unique identifier for the integration
vendor_idstringRequired
The Propexo unique identifier for the vendor
invoice_datestringRequired
The date of issuance for the invoice
due_datestringRequired
The due date associated with the invoice
invoice_itemslist of objectsRequired
descriptionstringOptional
Description of the invoice
invoice_numberstringOptional
The invoice or reference number that the vendor assigned to the service request
service_request_idstringOptional
The Propexo unique identifier for the service request

Response

Successful response
metaobject
resultobject

Errors