GET CompanyEntityType/Get/{id}
Gets a specified Company's Entity Type based on the identifier.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The Company Entity Type identifier. |
Body Parameters
None.
Response Information
Resource Description
Company Entity Type| Name | Type | Additional information | Description |
|---|---|---|---|
| ID | integer |
None. |
|
| CountryId | integer |
None. |
|
| Name | string |
None. |
|
| OwnershipDescription | string |
None. |
|
| HoldingDescription | string |
None. |
|
| HoldingUnit | string |
None. |
|
| Created | date |
None. |
|
| CanIssueShares | bool |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"CountryId": 2,
"Name": "sample string 3",
"OwnershipDescription": "sample string 4",
"HoldingDescription": "sample string 5",
"HoldingUnit": "sample string 6",
"Created": "2025-12-21",
"CanIssueShares": true
}