GET Profile/{id}/Affiliations
Get affiliations associated with a given profile
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The profile's ProfileID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AffProDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AffProId | integer |
None. |
|
| AffCode | string |
None. |
|
| ProfileId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
- {
- "AffProId": 1,
- "AffCode": "sample string 2",
- "ProfileId": 1
{
- "AffProId": 1,
- "AffCode": "sample string 2",
- "ProfileId": 1