Create Or Update A Job Post.
PATCH
/job
JOBS
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH '/job' \
--header 'Content-Type: application/json' \
--data-raw '{
"oid": "XMPL-874240",
"mid": "XMPL-874240_1",
"job_title": "Example Job Title",
"status": "draft",
"department": "BTech",
"code": "string",
"description": "Description of Job",
"requirements": "Requirements of Job",
"experience": "string",
"location": {
"mode": "on-site",
"location": "Agartala, Tripura",
"additional_locations": [
"string"
]
},
"completed": 0,
"employment_type": "full-time",
"expected_start_date": "string",
"application_deadline": "string",
"min": "string",
"max": "string",
"vacancy": 5,
"skills": [
{
"id": "product_development",
"name": "Product Development",
"preferred": false
}
],
"education": "1+ year",
"currency": "INR",
"benefits": "A very basic example benifit text. It has a minimum value of 100 character and maximum value of 1000 characters."
}'
Response Response Example
200 - Example 1
null
Request
Query Params
jid
stringÂ
Jid
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41