POST api/contact/favorite/add/{contacttype}/{contactid}/{listid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| contacttype | integer |
Required |
|
| contactid | integer |
Required |
|
| listid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Advoco.Models.Favorite.Favorite| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ContactType | Advoco.Models.Contact.CType |
None. |
|
| FavoriteListId | integer |
None. |
|
| PersonId | integer |
None. |
|
| GroupId | integer |
None. |
|
| ExternalContactId | integer |
None. |
|
| ExternalId | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.