CompanyRequestDto
Request model for Company entity.
companyNamestringrequired
Represents the name of the company. Must contain at least one letter or consist solely of numbers.
Possible values: non-empty
and <= 32 characters
, Value must match regular expression ^[a-zA-Z0-9][a-zA-Z0-9_-]*$
Example:
kaunt
glnNumberstringnullable
The Global Location Number of the company
Example:
574400338
taxIdentificationNumberstringnullable
The tax identification number the company is registered under.
Example:
40865888
CompanyRequestDto
{
"companyName": "kaunt",
"glnNumber": "574400338",
"taxIdentificationNumber": "40865888"
}