Update a Scope Item Assignment Change Request
put
/primeapi/restapi/scopeItemAssignmentChangeRequest
Send a request to this endpoint to update a scope item assignment change request.
Request
Supported Media Types
- application/json
A scope item assignment change request object.
Root Schema : ApiEntityScopeItemAssignmentChangeRequest
Type:
Show Source
object
-
changedCost(optional):
object Cost
-
changedCostProject(optional):
object Cost
-
changedHours(optional):
object Hour
-
changedRate(optional):
object Cost
-
changedRateProject(optional):
object Cost
-
changedUnits(optional):
object Quantity
-
changeRequestId(optional):
integer(int64)
The identifier for the work package change request.
-
costImpact(optional):
boolean
Indicates whether the change will impact the cost of the work package.
-
description(optional):
string
Details supporting the change item.
-
finishDate(optional):
string(date-time)
The date the change will no longer take effect.
-
id(optional):
integer(int64)
The unique identifier of a scope change item.
-
itemCode(optional):
string
The identifier for the work package change.
-
itemPrefix(optional):
string
The auto numbering prefix of a code.
-
itemSuffix(optional):
integer(int64)
The auto numbering suffix of a code.
-
link(optional):
string(url)
Read Only:
true
-
scheduleImpact(optional):
boolean
Indicates whether this change will impact the schedule of the work package.
-
scopeItemAssignmentId(optional):
integer(int64)
The unique identifier of a work package.
-
startDate(optional):
string(date-time)
The date the change will start to take effect.
-
status(optional):
string
Allowed Values:
[ "PENDING", "APPROVED", "REJECTED" ]
The state of the scope assignment change request.
Pending: The change request is awaiting a decision.
Approved: The change request was approved.
Rejected: The change request was not approved. -
type(optional):
string
Allowed Values:
[ "NEW", "QUANTITY", "HOURS" ]
The type of change to be performed on the scope assignment.
Quantity: To increase or decrease the quantity of an existing scope assignment.
Hours: To increase or decrease the hours assigned to an existing scope assignment.
CBS: To change the CBS code selection for an existing scope assignment. -
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Cost
Type:
object
Nested Schema : Quantity
Type:
object
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input.