Zoho API - ticket creation - Validation failed for the condition : Ticket Status Info should not be empty
Hi !
I'm trying to create ticket through Zoho API, and I'm getting a 422 response : "Validation failed for the condition : Ticket Status Info should not be empty"
My request looks like this :
--header 'orgId: 20111214606' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \ \
--data '{
"contactId" : "####",
"subject" : "Test",
"departmentId" : "####",
"description" : "API ticket creation test",
"status" : "Open"
}
Am I doing something wrong ?
Regards.