Create support contingent
Creates a new support contingent (retainer plan) for a project.
Required fields:
projectId: ID of the projecttitle: Name of the contingent planfromDate: Start date (ISO 8601 date format)toDate: End date (ISO 8601 date format)frequency: Frequency in monthsprice: Total price for the periodhours: Total hours allocated
Optional fields:
transferable: Whether unused hours can be transferred (default: false)
Validation:
- Date periods must not overlap with existing contingents in the same project
- Rate is automatically calculated as price / hours
- All numeric values must be non-negative
Note: Requires WsSettings.manageSettings permission.
/administration/project-settings/support-contingentsAuthorizationOAuth2 access token · headerrequiredapi:writeAuthorizationBearer token (JWT) · headerrequiredapplication/jsonfrequencynumberrequiredFrequency in months for the contingent period
fromDatestringrequiredStart date of the contingent period (ISO 8601 date format)
hoursnumberrequiredTotal hours allocated for the contingent period
pricenumberrequiredTotal price for the contingent period
projectIdstringrequiredID of the project this contingent belongs to (UUID)
titlestringrequiredTitle or name of the support contingent plan
toDatestringEnd date of the contingent period (ISO 8601 date format). If not set, the contingent is active forever.
transferablebooleanWhether unused hours can be transferred to the next period
Support contingent created successfully
successbooleanrequiredOperation success flag
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions