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
- 200
- 401
- 404
- default
Invoice created successfully
Unauthorized
House Not found
Unexpected error