REST API Minimum payload to add an assignment
search cancel

REST API Minimum payload to add an assignment

book

Article ID: 252221

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

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?

Environment

Release : Any

Resolution

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"}