Update ProjectThreshold

put

/projectThreshold

Send a request to this endpoint to update one or more ProjectThreshold. An application object will be created for each JSON object provided in the request body

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
A list of projectthreshold objects.
Root Schema : List<ProjectThreshold>
Type: array
Title: List<ProjectThreshold>
Show Source
Nested Schema : ProjectThreshold
Type: object
Title: ProjectThreshold
ProjectThreshold Entity
Show Source
  • The date this project threshold was created.
  • The name of the user that created this project threshold.
  • The level of detail to monitor, either Activity or WBS. The project threshold is calculated at the activity level or at the WBS level, whichever is selected.
  • The starting custom date of the time window that is monitored against a project threshold. Any activities or WBS elements with start/finish dates which intersect this time window are monitored.
  • The expression for the starting date of the time window that is monitored against a project threshold. Valid values are PS (the project StartDate), PF (the project FinishDate), DD (the project Data Date), CD (Current Date), CW (Current Week), or CM (Current Month). All values can be combined with arithmetic operators + or - and a numerical calendar value. For example, PS+5D, DD-1M. The calendar abbreviation specified in the expression (H, D, W, M, Y) must match the value of the corresponding GlobalPreferences field: HourChar, DayChar, WeekChar, MonthChar, or YearChar. You could specify a custom date by setting a date value for the FromDate field. If you set values for both the FromDate and FromDateExpression fields, the FromDateExpression will be ignored.
  • The boolean value indicating if this business object is related to a Project or Baseline
  • The priority of any issues generated from the project threshold.
  • The boolean value indicating if this business object is related to a template Project.
  • The date this project threshold was last updated.
  • The name of the user that last updated this project threshold.
  • The lower value of a project threshold that will trigger an issue. An issue is identified by the project threshold monitor when the actual/observed value of the project threshold parameter is found to be less than or equal to the lower project threshold value. If the lower project threshold value is null, it is ignored. Example: The Total Float lower project threshold is set to one day. Whenever the observed total float is less than or equal to one day, a project issue is raised
  • The unique ID generated by the system.
  • The unique ID of the associated OBS for this project threshold.
  • The Project short code that uniquely identifies the project.
  • The unique ID of the associated project for this project threshold.
  • The current status of the project threshold.
  • The unique ID of the associated threshold parameter for this project threshold.
  • The ending custom date of the time window that is monitored against a project threshold. Any activities or WBS elements with start/finish dates which intersect this time window are monitored.
  • The expression for the ending date of the time window that is monitored against a project threshold. Valid values are PS (the project StartDate), PF (the project FinishDate), DD (the project Data Date), CD (Current Date), CW (Current Week), or CM (Current Month). All values can be combined with arithmetic operators + or - and a numerical calendar value. For example, PS+5d, DD-1M. The calendar abbreviation specified in the expression (H, D, W, M, Y) must match the value of the corresponding GlobalPreferences field: HourChar, DayChar, WeekChar, MonthChar, or YearChar. You could specify a custom date by setting a date value for the FromDate field. If you set values for both the ToDate and ToDateExpression fields, the ToDateExpression will be ignored.
  • The upper value of a project threshold parameter which will trigger an issue. An issue is identified by the project threshold monitor when the actual/observed value of the project threshold parameter is found to be greater than or equal to the upper project threshold value. If the upper project threshold value is null, it is ignored. Example: The Cost % of Planned upper project threshold is set to 120%. Whenever the actual cost is greater than or equal to 120% of planned, an issue is raised.
  • The short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes.
  • The name of the WBS element.
  • The unique ID of the associated WBS for this project threshold.
Back to Top

Response

Supported Media Types

200 Response

OK.
Body ()
Root Schema : schema
Type: boolean

400 Response

Bad Request.

401 Response

Unauthorized.

403 Response

Forbidden.

404 Response

Not Found.

405 Response

Invalid Input.

500 Response

Internal Server Error.
Back to Top