Skip to content

Project Milestones Create

POST
/v1/Projects/{projectNumber}/milestones

Create a new milestone on Project

Parameters

Path Parameters

projectNumber*string

Project No

Example p1

Request Body

application/json
object
Format"int32"
Format"int32"
Min Length1
Format"date-time"
Format"date-time"

Responses

OK

application/json
JSON
{
"id": 0,
"projectId": 0,
"name": "string",
"plannedDate": "string",
"actualDate": "string"
}