Skip to main content
POST
https://app.leafpress.io
/
addcustomvalue
/
{property_id}
Add Custom Value
curl --request POST \
  --url https://app.leafpress.io/addcustomvalue/{property_id} \
  --header 'Authorization: Basic <encoded-value>'
Adds custom value to be pulled from a specific file or across a property.

Request Params

property_id
string
Specified property ID where data will enter

Request Body

custom_values
Array of Strings
Custom values to be added to file or across a property (e.g. [“Meter Number”, “Peak Energy Usage”, etc.])
file
String (Optional)
Name of file to apply custom value to

Response

None