Trademark
The Trademark data type gives the company's marks.
The Trademark's history is regardless of the month history current setting.
| Field | Type | Description |
|---|---|---|
| id | uuid | Unique identifier (UUID) - e.g. "3fa85f64-5717-4562-b3fc-2c963f66afa6" |
| name | string | Name of the registered trademark. |
| number | string | Identification number. |
| type | string | Type of mark. The possible values are :
|
| origin | string | Country of the registered trademark. |
| registration_date | date | Registration date |
| expiration_date | date | Expiration date |
| logo_url | string | URL of the logo of the registered trademark. |
| status | string | Status of mark. The possible values are :
|
| classes | TrademarkClassDescription | The identification numbers of the products and services offered and their details. |
TrademarkClassDescription
| Field | Type | Description |
|---|---|---|
| code | string | Product and service identification number |
| description | string | Details of product and service |