GET ProfileRelations/Roles/{id}
Not yet supported.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProfileRelationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| RelationID | integer |
None. |
|
| ProfileID | integer |
None. |
|
| RelProfileID | integer |
None. |
|
| RelationTypeID | integer |
None. |
|
| InvRelationTypeID | integer |
None. |
|
| RelationType | string |
None. |
|
| InvRelationType | string |
None. |
|
| DateCreated | date |
None. |
|
| DateChanged | date |
None. |
|
| MainContact | boolean |
None. |
|
| ReceivesCommunication | boolean |
None. |
|
| Title | string |
None. |
|
| RoleID | integer |
None. |
|
| BillingContact | boolean |
None. |
|
| ObjectState | ObjectStateEnum |
None. |
Response Formats
application/json, text/json
Sample:
{
- "RelationID": 1,
- "ProfileID": 1,
- "RelProfileID": 1,
- "RelationTypeID": 1,
- "InvRelationTypeID": 1,
- "RelationType": "sample string 2",
- "InvRelationType": "sample string 3",
- "DateCreated": "2025-11-01T22:43:36.3217491Z",
- "DateChanged": "2025-11-01T22:43:36.3217491Z",
- "MainContact": true,
- "ReceivesCommunication": true,
- "Title": "sample string 4",
- "RoleID": 1,
- "BillingContact": true,
- "ObjectState": 0