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

Documentation Index

Fetch the complete documentation index at: https://docs.leafpress.io/llms.txt

Use this file to discover all available pages before exploring further.

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