GET api/entities/{superEntityId}/association-manager
GET connect property details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| superEntityId |
|
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EntityManagementTeamViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName |
|
string |
None. |
| LastName |
|
string |
None. |
|
|
string |
None. |
|
| Phone |
|
string |
None. |
| Extension |
|
string |
None. |
| HomePhone |
|
string |
None. |
| CellPhone |
|
string |
None. |
| Pager |
|
string |
None. |
| Fax |
|
string |
None. |
| UserType |
|
string |
None. |
Response Formats
application/json, text/json
{
"firstName": "sample string 1",
"lastName": "sample string 2",
"email": "sample string 3",
"phone": "sample string 4",
"extension": "sample string 5",
"homePhone": "sample string 6",
"cellPhone": "sample string 7",
"pager": "sample string 8",
"fax": "sample string 9",
"userType": "sample string 10"
}
application/xml, text/xml
<EntityManagementTeamViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CamAcctApi.ViewModels"> <CellPhone>sample string 7</CellPhone> <Email>sample string 3</Email> <Extension>sample string 5</Extension> <Fax>sample string 9</Fax> <FirstName>sample string 1</FirstName> <HomePhone>sample string 6</HomePhone> <LastName>sample string 2</LastName> <Pager>sample string 8</Pager> <Phone>sample string 4</Phone> <UserType>sample string 10</UserType> </EntityManagementTeamViewModel>