| name | data type | description |
|---|---|---|
| title | array of TitleDto |
Example
{
"title" : [ {
"code" : "...",
"description" : "...",
"isCompany" : true,
"updatedCode" : "..."
}, {
"code" : "...",
"description" : "...",
"isCompany" : true,
"updatedCode" : "..."
} ]
}