Skip to main content

CompanyDto

DTO representing a company.

companyNamestringrequired

The name of the company.

companyIdstringrequired

The unique identifier of the company.

CompanyDto
{
"companyName": "string",
"companyId": "string"
}