Create Supplier Category
POST
/api/v1/categories/suppliers
Creates a new supplier category.
Requires scope: categories:write
Authentication
API_KEYstring
API Key authentication via header
Request
This endpoint expects an object.
namestringRequired
Display name for the supplier category. Required. Maximum 255 characters.
Response
This endpoint returns an object.
idUUID
Unique identifier for the supplier category.
namestring
Display name of the supplier category.
createdAtdatetime
ISO 8601 timestamp when the record was created.
updatedAtdatetime
ISO 8601 timestamp when the record was last updated.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error