UDF
GET
2 endpoints
/api/v3/udf
GetUDFsV3
Retrieves all User defined fields/custom fields.
The array of UDFs can be filtered by UDF type.
Possible values for this filter include: "Account", "Meter", "Place", "Vendor", "ChannelVersion", "Rate", "Bill", "EnergyProject", "Collection", and "EmissionSource".
See the filter property for more details
/api/v3/udf/{udfId}
GetUDFV3
Retrieves one user defined field / custom field
PUT
2 endpoints