PublicAssetTypeResponse
Asset type
codestringrequired
Code of the asset type
naturestring
Natuer of the asset type
names object[]required
List of names of the asset type
Array [
singularstringrequired
Singular name of the asset type
pluralstringrequired
Plural name of the asset type
languagestringrequired
Language of the asset type names
]
PublicAssetTypeResponse
{
"code": "string",
"nature": "string",
"names": [
{
"singular": "string",
"plural": "string",
"language": "string"
}
]
}