Skip to main content

Create an invoice

POST 

/houses/:houseId/invoices

This endpoint provides a signed URL for uploading a PDF invoice:

  • Step 1: POST invoice metadata to obtain the upload URL.
  • Step 2: PUT the PDF file to the returned URL (valid for 15 minutes).

Request

Responses

Invoice created successfully