POST Api/Mandator/{mandatorId}
Updates an existing mandator.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mandatorId |
The ID of the mandator to update. |
integer |
Required |
Body Parameters
The updated setting of the mandator.
MandatorUpdateParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
Request Formats
application/json, text/json
{
"Name": "sample string 1"
}
application/xml, text/xml
<MandatorUpdateParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eRecruiter.Api.Parameters"> <Name>sample string 1</Name> </MandatorUpdateParameter>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
The updated mandator.
MandatorResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The unique identifier of the mandator. |
integer |
None. |
| Name |
The name of the mandator. |
string |
None. |
| PortalSettings | PortalSettingsResponse |
None. |
|
| Translations |
All available translations for values, identified by a key. |
Collection of TranslationResponse |
None. |
| JobProfiles |
A list containing all the job profile names. |
Collection of string |
None. |
| GroupedJobProfiles |
All available job profiles containing group and culture information. |
Collection of JobProfileResponse |
None. |
| Cultures |
All available cultures for the mandator. |
Collection of string |
None. |
| Regions | Collection of RegionResponse |
None. |
|
| Urls | Collection of string |
None. |
|
| ApplicantDocumentTypes | Collection of string |
None. |
|
| TitlesBeforeName | Collection of TitleResponse |
None. |
|
| TitlesAfterName | Collection of TitleResponse |
None. |
|
| Countries | Collection of string |
None. |
|
| PublicationTypes | Collection of string |
None. |
|
| Languages | Collection of string |
None. |
|
| LanguageLevels | Collection of string |
None. |
|
| CertificateTypes | Collection of string |
None. |
|
| EducationTypes | Collection of string |
None. |
|
| CareerLevels | Collection of string |
None. |
|
| SalaryCurrencies | Collection of string |
None. |
|
| DomesticTravellingTypes | Collection of string |
None. |
|
| AbroadTravellingTypes | Collection of string |
None. |
|
| PhoneTimes | Collection of string |
None. |
|
| Knowledges | Collection of string |
None. |
|
| KnowledgeLevels | Collection of string |
None. |
|
| Referrers | Collection of ReferrerResponse |
None. |
|
| JobPublicationTypes | Collection of JobPublicationResponse |
None. |
|
| CustomFields | Collection of CustomFieldResponse |
None. |
|
| ClassificationTypes | Collection of string |
None. |
|
| VideoRecruitingProvider | VideoRecruitingProvider |
None. |
|
| OccupationTypes |
All available values for occupation types for jobs. |
Collection of string |
None. |
| CammioClientId | string |
None. |
|
| CammioSecret | string |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.