Vendor
GET
7 endpoints
/api/v202105/vendor/{vendorId}/udf/{udfId}/download
DownloadVendorCustomFieldFileV202105
Download file for a vendor custom field
/api/v3/vendor/{vendorId}/contract
GetVendorContractsV3
Retrieves all Contracts for a particular vendor.
Contracts are not supported in EnergyCAP Version 7, this API is for reading existing contracts only and may be removed in the future.
/api/v3/vendor/udf
GetVendorsUdfsV3
Retrieves all user defined fields / custom fields for all vendors
/api/v3/vendor
GetVendorsV3
Retrieves an array of vendors. The array of vendors can be filtered by a number of criteria. See the filter property for more details
/api/v202206/vendor/{vendorId}/template
GetVendorTemplateV202206
Retrieves the most recent template from the specified vendor
/api/v3/vendor/{vendorId}/udf
GetVendorUdfsV3
Retrieves all user defined fields / custom fields for a particular vendor
/api/v3/vendor/{vendorId}
GetVendorV3
Retrieves one vendor
POST
2 endpoints
/api/v202206/vendor/{sourceVendorId}/template/copy
CopyVendorTemplateV202206
Copies any template attached to the provided sourceVendorId to each of the recipientVendorIds specified in the body.
If the recipient vendor has a template defined, it will be replaced with the lines on the source vendor's template.
If the recipient vendor does not have a template defined, a new template will be created with the lines on the source vendor's template.
/api/v3/vendor
CreateVendorV3
Creates a vendor
PUT
6 endpoints
/api/v3/vendor/{vendorId}/account
AddAccountsV3
Add accounts to a vendor
/api/v3/vendor/{vendorId}/udf
EditVendorUDFsV3
Edits user defined field / custom field values for a particular vendor
/api/v202511/vendor/{vendorId}
EditVendorV202511
Edits a vendor
/api/v3/vendor/{vendorId}
Deprecated
EditVendorV3
Edits a vendor
/api/v202206/vendor/{vendorId}/template
PutVendorTemplateV202206
Updates the template for the specified vendor
/api/v202104/vendor/{vendorId}/auditEnabled
SetVendorAccountsAuditExclusionV202104
Enable or disable all accounts assigned to a vendor from audits
DELETE
1 endpoint