API Docs / Schemas / CodeAndNameDto

CodeAndNameDto

Generic DTO for entities that have both a code and name

Properties

Name Type Description
codestring

The unique code of the entity

The unique code of the entity

namestring

The name of the entity

The name of the entity

JSON Example

{
  "code": "string",
  "name": "string"
}

Contained in Schemas