Add a new Task to a Project

Introduction

Task represents the single unit of work and a project file consist of a number of tasks. Tasks are typically coupled to different tasks, to point dependency, and generally have a time duration. Aspose.Tasks Cloud allows you to add a new task to project using our REST API which can be used with any language, like .NET, Java, PHP, Ruby, Rails, Python, jQuery and many more.

API Information

API Type Description Resource Link
/tasks/{name}/tasks POST Add a new Task PostTask

cURL Example

SDKs

The Aspose.Tasks Cloud SDKs can be downloaded from the following page: Available SDKs

SDK Examples