Skip to main content
POST
Create contract milestone
SystemUser accessible. Required policy actions:
  • MilestoneService:createMilestone

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

contractId
string
required

Contract ID

Body

application/json
name
string
required
Example:

"Go-live"

expectedDate
string<date>
required
Example:

"2026-03-31"

description
string
Example:

"Production rollout is complete."

type
string
Example:

"manual"

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)