POST api/clients/favourite
Set recent JobRole or Talent pool candidate as favourite
Request Information
URI Parameters
None.
Body Parameters
UserFavouriteViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EntityId | string |
Required |
|
| Data | string |
None. |
|
| EntityType | FavouriteEntityType |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"EntityId": "sample string 3",
"Data": "sample string 4",
"EntityType": 1
}
Response Information
Resource Description
200 - if success 400 - if error 404 - if entity not found
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.