Create a new job.
Request
Body
- position_name
string
>= 1 characters (required)
- headcount
integer
it must have positive integer(required)
- tags
string
Allowed Comma-separated values:- [Java,Leadership]
- skills
string
Allowed Comma-separated values:- [Java,PHP,Mysql]
- description
string
>= 1 characters
- currency_id
integer
- talent_funnel_id
integer
- minimum_salary
number
it can have any numeric value
- maximum_salary
number
it can have any numeric value
- country
string
>= 1 characters
- frequency_type
integer
Allowed Values:
1 => Annual,
2 => Monthly,
3 => Weekly,
4 => Daily,
5 => Hourly - job_contract_type_id
integer
Allowed Values:
1 => Full Time,
2 => Part Time,
3 => Contract,
4 => Temporary,
5 => Freelance,
6 => Internship,
7 => Apprenticeship,
8 => Remote,
9 => Contract To Permanent - category
string
>= 1 characters
- qualification_id
integer
- specialization
string
>= 1 characters
- industry_id
integer
- open_date
string
Format: YYYY-MM-DD (e.g., 1990-01-01)
- close_date
string
Format: YYYY-MM-DD (e.g., 1990-01-01)
- city
string
>= 1 characters
- state
string
>= 1 characters
- address
string
>= 1 characters
- collaborator_ids
string
Comma-separated values:- [1,2,3]
- minimum_experience
integer
it must have positive integer
- maximum_experience
integer
it must have positive integer
- job_description
string
>= 1 characters
- job_status_id
integer
- primary_contact_slug
string
>= 1 characters
- created_by
integer
- owner_id
integer
(required)
- organization_slug
string
>= 1 characters
- custom fields:
Array[object]
For Example:
"id": 1,
"value": "textfeild"
Response
201
Body
- id
number
Example: 19
- position_name
string
Example: SS
- headcount
number
Example: 1
- slug
string
Example: job_82f997b417b262392261
- tags
string
Example: [frontend, developer, javascript]
- description
string
Example: Experienced software engineer with a focus on frontend development.
- currency
object
Example:
"id": 1,
"country": "usa",
"code": "ALL",
"currency": "dollar",
"symbol": "$" - talent_funnel_id
integer
Example: 3
- contract_details_id
integer
Example: 1
- minimum_salary
number
Example: 0
- maximum_salary
number
Example: 0
- country
string
Example: india
- frequency_type
integer
Example: 1
- category
string
Example: web designing
- qualification
object
Example:
"id": 1,
"name": "btech", - specialization
string
Example: Artificial intelligence
- industry
object
Example:
"id": 1,
"name": "btech", - open_date
string
Example: 1990-04-04
- close_date
string
Example: 1990-04-04
- city
string
Example: rewa
- state
string
Example: M.P.
- address
string
Example: pipariya
- skills
string
Example:[java,php]
- collaborators
object
Example:
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null - job_status
object
Example:
"id": 1,
"label": "open", - organizations
object
Example:
"id": 1 - contacts
object
Example:
"id": 1 - created_at
string (ISO 8601 date)
Example: 2015-05-15T00:00:00Z
- updated_at
string (ISO 8601 date)
Example: 2015-05-15T00:00:00Z
- created_by
object
Example:
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null - updated_by
object
Example:
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null - owner_id
object
Example:
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null - custom fields:
object
Example:
"id": 1,
"field_name": "textfeild",
"field_type": "string",
"value": "anjali"
401
Body
- unauthorised
400
Body
- Unprocessable Entity
Response Example
{
"id": 12,
"position_name": "Test job for custommfields ",
"headcount": 1,
"slug": "job_2433eb46dd7056e36998",
"tags": "java,python,c,c++",
"description": "<p>desc </p>",
"currency": null,
"talent_funnel_id": 3,
"contract_details_id": 1,
"minimum_salary": 0,
"maximum_salary": 0,
"country": "",
"frequency_type": 1,
"category": "",
"qualification": {
"id": 1
},
"specialization": "",
"industry": null,
"open_date": "",
"close_date": "",
"city": "",
"state": "",
"address": "",
"skills": "java,python,c,c++,dot net",
"collaborators": [
{
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null
}
],
"job_status": {
"id": 1,
"label": "Open"
},
"organization": {
"id": 5
},
"contact": {
"id": 8
},
"created_at": "2024-06-27T17:43:17.000Z",
"updated_at": "2024-06-28T01:05:34.000Z",
"created_by": {
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null
},
"updated_by": {
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null
},
"owner_id": {
"id": 1,
"email": "Rohan@abc.com",
"first_name": "Rohan",
"last_name": "Sharma",
"full_name": "Rohan Sharma",
"role": "Admin",
"phone": null
},
"custom_fields": [
{
"id": 1,
"field_name": "Job DD",
"field_type": "dropdown",
"value": "2"
}
]
}