Yup! That did it! Thank you!
M
Posts made by mkroon
-
UVDesk API usage with Postman
Hello!
I've recently installed and started using the API package with UVDesk. I've followed the instructions here: https://www.uvdesk.com/en/blog/api-resource/ and here: https://github.com/uvdesk/api-bundle/wiki/Ticket-Related-APIs
I've been able to GET single tickets and all tickets, now I'm trying POST to create a ticket. Does anyone have a walk through for that? I thought I had all the query params setup. Right now, I get the error message:
{
"status": false,
"message": "An unexpected error occurred. Please try again later."
}Thanks in advance!