Discussions
Create Zuper Job using Api
18 days ago by Mitra
Hi Team,
I am trying to create a zuper job using the api call. I am getting this error even if I am passing the property "job_category" and "job_title" in the payload.
{
"message": "Job Title / Job Category Missing",
"title": "Missing Job Title / Job Category",
"type": "error"
}
Here is a part of payload...
{
"job_priority": "LOW",
"job_type": "NEW",
"job_title": "Test Job",
"job_category": "234bf4b0-d332-11ee-85b4-c3e8faa104d9",
....
}