GET CompanyEntityType/Get/{id}

Gets a specified Company's Entity Type based on the identifier.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The Company Entity Type identifier.

Body Parameters

None.

Response Information

Resource Description

Company Entity Type
NameTypeAdditional informationDescription
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": "2024-03-29",
  "CanIssueShares": true
}