Skip to main content
POST
https://app.leafpress.io
/
utility
/
{property_id}
Add New Utility Provider
curl --request POST \
  --url https://app.leafpress.io/utility/{property_id} \
  --header 'Authorization: Basic <encoded-value>'
Add new utility provider to specified property.

Request Params

property_id
string
Specified property ID where data will enter

Request Body

account_number
string
Account number user wants to grab
Link to utility portal
username
string
Username to login to portal
password
string
Password to login to portal
name
string
Utility provider name

Response

None