Getting: Internal server error 500, when create a job

28 views
Skip to first unread message

Bastian Pérez

unread,
Apr 8, 2021, 2:05:24 PM4/8/21
to CATS API v3
I'm sending post request to  https://api.catsone.com/v3/jobs?check_duplicate=false, but i recived error 500 with the next response 
{
    "message": "Internal server error."
}
The problem is that, job is created and send error 500, but does not add custom fields, the post request i used to test is:

{
"title":"prueba jueves 08",
"location":{"city":"AnyCity","state":"state","postal_code":"000"},
"country_code":"CL",
"company_id":<mycompanyid>,
"cutsom_fields":[{
    "id":<mycustomfieldid>,
    "value":"TIPO CONTRATO TEST"
}]
}
i also tried without custom fields and i has te same error
Reply all
Reply to author
Forward
0 new messages