GET Api/Contacts/Get?accountName={accountName}
The api/Contacts method will get a list of all Contacts (case managers) for the specified account. <param name="accountName">The account name matching a child account of the provider. </param>
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProviderContactName | Description | Type | Additional information |
---|---|---|---|
ContactID | integer |
None. |
|
FullName | string |
None. |
|
Title | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.