While trying the POST to add an assignment to a project in Clarity via REST API it is not allowing us to add the assignment. What all are the mandatory attributes to add to an assignment in a project task. Is there an example?
Release : Any
The minimum payload request to add an assignment is the below (example ID and date):
{"resource":5019002,"startDate":"2022-11-08T00:00:00","finishDate":"2022-11-11T00:00:00"}