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