PUT {bucket}/job
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bucket | string |
Required |
Body Parameters
JobModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId | unsigned integer |
None. |
|
| ManagerId | unsigned integer |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| Reference | string |
None. |
|
| CompanyDescription | string |
None. |
|
| ListJobStatusId | unsigned integer |
None. |
|
| ListJobFunctionId | unsigned integer |
None. |
|
| ListJobIndustryId | unsigned integer |
None. |
|
| ListJobContractId | unsigned integer |
None. |
|
| ListLocationId | unsigned integer |
None. |
|
| ListCandidateExperienceId | unsigned integer |
None. |
|
| CandidateProfile | string |
None. |
|
| EventInfoList | Collection of EventInfoModel |
None. |
|
| Uid | unsigned integer |
None. |
|
| Type | string |
None. |
|
| Created | date |
None. |
|
| Updated | date |
None. |
|
| Archived | date |
None. |
|
| CreatedBy | string |
None. |
|
| UpdatedBy | string |
None. |
|
| ArchivedBy | string |
None. |
|
| Version | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BrandId": 1,
"ManagerId": 1,
"Title": "sample string 1",
"Description": "sample string 2",
"Reference": "sample string 3",
"CompanyDescription": "sample string 4",
"ListJobStatusId": 1,
"ListJobFunctionId": 1,
"ListJobIndustryId": 1,
"ListJobContractId": 1,
"ListLocationId": 1,
"ListCandidateExperienceId": 1,
"CandidateProfile": "sample string 5",
"EventInfoList": [
{
"ListEventActionId": 1,
"ChuckNorrisId": 1,
"Response": {
"EventId": 1,
"ErrorMessage": "sample string 1"
}
},
{
"ListEventActionId": 1,
"ChuckNorrisId": 1,
"Response": {
"EventId": 1,
"ErrorMessage": "sample string 1"
}
}
],
"Uid": 1,
"Type": "sample string 6",
"Created": "2025-12-14T20:27:54.2961587+01:00",
"Updated": "2025-12-14T20:27:54.2961587+01:00",
"Archived": "2025-12-14T20:27:54.2961587+01:00",
"CreatedBy": "sample string 7",
"UpdatedBy": "sample string 8",
"ArchivedBy": "sample string 9",
"Version": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.