InvalidSupplierAttributeValueError
titlestringrequired
Human-readable error title
Example:
Error occurreddetails objectrequired
attributeIdstringrequired
The id of the attribute that has an invalid value
Example:
123e4567-e89b-12d3-a456-426614174000pathstringrequired
The name of the attribute that has an invalid value
Example:
Test AttributeattributeTypestringrequired
Possible values: [string, boolean, number, list, listMultiple, qualification]
Example:
stringvalue objectnullablerequired
The value of the attribute that has an invalid value
- string
- number
- boolean
- array
- object
string
number
boolean
Array [
string
]
object
InvalidSupplierAttributeValueError
{
"title": "Error occurred",
"details": {
"attributeId": "123e4567-e89b-12d3-a456-426614174000",
"path": "Test Attribute",
"attributeType": "string",
"value": "Test Value"
}
}