Skip to main content
The Suppliers API allows you to manage vendors and suppliers from whom you purchase equipment and supplies.

List Suppliers

integer
default:"50"
Number of results to return
integer
default:"0"
Offset for pagination
Search string to filter results
string
default:"created_at"
Column to sort by. Allowed values: id, name, address, city, state, country, zip, phone, fax, email, contact, assets_count, licenses_count, accessories_count, consumables_count
string
default:"desc"
Sort order: asc or desc
integer
Total number of suppliers
array
Array of supplier objects

Get Supplier by ID

integer
required
The supplier ID

Create Supplier

string
required
Supplier name
string
Street address
string
Address line 2
string
City
string
State/province
string
Country
string
ZIP/postal code
string
Phone number
string
Fax number
string
Email address
string
Contact person name
string
Website URL
string
Supplier notes
string
Base64 encoded image or image file

Update Supplier

integer
required
The supplier ID

Delete Supplier

integer
required
The supplier ID
A supplier cannot be deleted if it has associated assets, licenses, accessories, consumables, or components. You must first reassign or delete those items.