POST api/CandidateDashboard/HideDailySupplyJobOnDashboard
Request Information
URI Parameters
None.
Body Parameters
CandidateDashboardController+HideJobOnDashboardModel| Name | Description | Type | Additional information |
|---|---|---|---|
| JobUid | string |
None. |
|
| HideOnDashboard | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobUid": "sample string 1",
"HideOnDashboard": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.