REST API for creating tasks and assignment for a service request
Hi,
I am working in using REST APIs to create service requests, tasks and their assignments, debriefs using REST APIs.
I have exposed Oracle seeded packages as REST API.
I am able to create service request and a task for the service request.
While creating task assignment, I am getting error "JTF_TASK_MISSING_TASK", which seems to be API was not able to find the task.
the task exists though in database and I am able to view it in EBS UI also.
unfortunately there absolutely no documentation on how to use these APIs as REST API.
Has anyone tried this?