Vendor
GET
7 endpoints
/api/v202105/vendor/{vendorId}/udf/{udfId}/download
DownloadVendorCustomFieldFileV202105
Downloads the file stored in a vendor's file-type custom field
/api/v3/vendor/{vendorId}/contract
GetVendorContractsV3
Retrieves all contracts for a specific vendor (legacy, read-only)
/api/v3/vendor/udf
GetVendorsUdfsV3
Retrieves UDF values for all vendors in a paginated list
/api/v3/vendor
GetVendorsV3
Retrieves a paginated list of vendors with optional filtering
/api/v202206/vendor/{vendorId}/template
GetVendorTemplateV202206
Retrieves the most recent bill entry template assigned to a vendor
/api/v3/vendor/{vendorId}/udf
GetVendorUdfsV3
Retrieves all user defined field values for a specific vendor
/api/v3/vendor/{vendorId}
GetVendorV3
Retrieves a single vendor by ID
POST
2 endpoints
PUT
6 endpoints
/api/v3/vendor/{vendorId}/account
AddAccountsV3
Moves accounts from their current vendor to the specified vendor
/api/v3/vendor/{vendorId}/udf
EditVendorUDFsV3
Updates user defined field values for a specific vendor
/api/v202511/vendor/{vendorId}
EditVendorV202511
Edits an existing vendor (replaces the deprecated V3 PUT /vendor/{vendorId})
/api/v3/vendor/{vendorId}
Deprecated
EditVendorV3
Edits an existing vendor
/api/v202206/vendor/{vendorId}/template
PutVendorTemplateV202206
Creates or updates the bill entry template for a vendor
/api/v202104/vendor/{vendorId}/auditEnabled
SetVendorAccountsAuditExclusionV202104
Enables or disables bill auditing for all accounts assigned to a vendor
DELETE
1 endpoint