get/suppliers
Summary
Get suppliers.
Description
Returns a list of suppliers.
Parameters
Query
code
string
Supplier code.
name
string
Supplier name.
country
string
Supplier country.
createdBefore
string
Filter suppliers created before or in the specified date.
Format
date
createdAfter
string
Filter suppliers created after or in the specified date.
Format
date
post/suppliers
Summary
Create suppliers
Description
Create one or more suppliers.
put/suppliers/{supplierCode}
Summary
Update supplier.
Description
Update a supplier.
Parameters
Path
supplierCode
string
required
Supplier code.
Request body required
Request type
application/json
Request content
Responses
200
400
404
500
delete/suppliers/{supplierCode}
Summary
Delete supplier.
Description
Delete a supplier.
Parameters
Path
supplierCode
string
required
Supplier code.