Skip to main content
POST
https://app.leafpress.io
/
upload
/
{property_id}
Upload File
curl --request POST \
  --url https://app.leafpress.io/upload/{property_id} \
  --header 'Authorization: Basic <encoded-value>'
Upload a bill in any form (e.g. pdf, jpg, csv, excel, etc.)

Request Params

property_id
string
Specified property ID where data will enter

Request Body

file
File
File to upload

Response

None