UDF APIs

Get /api/v3/udf

Operation: 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


Post /api/v3/udf

Operation: CreateUDFV3 Permissions: ApplicationSettings (Manage)

Creates a user defined field / custom field


Get /api/v3/udf/{udfId}

Operation: GetUDFV3

Retrieves one user defined field / custom field


Put /api/v3/udf/{udfId}

Operation: EditUDFV3 Permissions: ApplicationSettings (Manage)

Edits a user defined field / custom field


Delete /api/v3/udf/{udfId}

Operation: DeleteUDFV3 Permissions: ApplicationSettings (Manage)

Deletes a user defined field / custom field. Currently NO confirmation is required


Put /api/v3/udf/list/{udfType}

Operation: EditCustomFieldsV3 Permissions: ApplicationSettings (Manage)

Edits a list of user defined fields / custom fields