CompanyDto
DTO representing a company.
companyNamestringrequired
The name of the company.
companyIdstringrequired
The unique identifier of the company.
CompanyDto
{
"companyName": "string",
"companyId": "string"
}
DTO representing a company.
The name of the company.
The unique identifier of the company.
{
"companyName": "string",
"companyId": "string"
}