Material parameter values
Authorizations
x-api-keystringRequired
Path parameters
parameter_idstring · UUIDRequired
Parameter ID
Query parameters
namestringOptional
Parameter value name
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Responses
200Success
application/json
idstringRequiredExample:
Unique identifier of the parameter value
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4enamestringRequiredExample:
Name of the parameter value
Organic CottonordernumberRequiredExample:
Order of the parameter value
1429
Returned when the rate limit is exceeded
get
/api/v1/public/material-parameters/{parameter_id}/valuesAuthorizations
x-api-keystringRequired
Path parameters
parameter_idstring · UUIDRequired
Parameter ID
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringRequiredExample:
Name of the material parameter value
RedordernumberRequiredExample:
Display order of the parameter value (used for sorting in UI)
1Responses
201Success
application/json
429
Returned when the rate limit is exceeded
post
/api/v1/public/material-parameters/{parameter_id}/valuesAuthorizations
x-api-keystringRequired
Path parameters
value_idstring · UUIDRequired
Material parameter value ID
parameter_idstring · UUIDRequired
Parameter ID
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringOptionalExample:
Name of the material parameter value
BlueordernumberOptionalExample:
Display order of the parameter value (used for sorting in UI)
2Responses
200Success
application/json
messagestringRequiredExample:
Message returned from API confirming the operation
The operation was done successfully429
Returned when the rate limit is exceeded
patch
/api/v1/public/material-parameters/{parameter_id}/values/{value_id}Last updated

