List Suppliers
integer
default:"50"
Number of results to return
integer
default:"0"
Offset for pagination
string
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_countstring
default:"desc"
Sort order:
asc or descinteger
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.
