GET ProfileTypes/VertAptAssoc_ProfileType_Owners/GetByProfileId/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
VertAptAssoc_ProfileType_OwnerDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProfileId | integer |
None. |
|
| OwnerStatusTypeId | integer |
None. |
|
| TotalUnitsInPortfolio | integer |
None. |
|
| TotalUnitsInPortfolioOverridden | boolean |
None. |
|
| NAAId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
- "Id": 1,
- "ProfileId": 2,
- "OwnerStatusTypeId": 3,
- "TotalUnitsInPortfolio": 4,
- "TotalUnitsInPortfolioOverridden": true,
- "NAAId": "sample string 6"