v1
latestOpenAPI 3.0.32026-07-24198357534.7 KBData Model
Create a new AttributeSet in the datamodel
Creates a AttributeSet resource.
post/attribute-sets
Request body
Example request
{
"attributes": {
"id": "attribute_example",
"position": 1
},
"id": "identifier_example",
"documentTypeCode": "document_type_example",
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}Response
AttributeSet resource created
Example response
{
"attributes": {
"id": "attribute_example",
"position": 1
},
"id": "identifier_example",
"documentTypeCode": "document_type_example",
"description": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
},
"name": {
"fr-FR": "fr-FR translation",
"en-US": "en-US translation",
"<*>": "..."
}
}