Update a Scope Item Change Request
put
/primeapi/restapi/scopeItemChangeRequest
Send a request to this endpoint to update a scope item change request.
Request
Supported Media Types
- application/json
A scope item change request object.
Root Schema : ApiEntityScopeItemChangeRequest
Type:
Show Source
object
-
changedCostSheetItemId(optional):
integer(int64)
The cost breakdown structure code assigned to the scope item.
-
changedHours(optional):
object Hour
-
changedUnits(optional):
object Quantity
-
changeRequestId(optional):
integer(int64)
The identifier for the work package change request.
-
description(optional):
string
Details supporting the change request.
-
itemCode(optional):
string
The identifier for the change item of the scope item.
-
itemPrefix(optional):
string
Auto numbering prefix of a scope item code.
-
itemSuffix(optional):
integer(int64)
Auto numbering suffix of a scope item code.
-
link(optional):
string(url)
Read Only:
true
-
scopeItemChangeRequestId(optional):
integer(int64)
The unique identifier of a scope item change.
-
scopeItemId(optional):
integer(int64)
The unique identifier of the scope item.
-
status(optional):
string
Allowed Values:
[ "PENDING", "APPROVED", "REJECTED" ]
The state of the scope item in the change request.
Pending: The change item is awaiting a decision.
Rejected: The change item was not approved. -
type(optional):
string
Allowed Values:
[ "NEW", "QUANTITY", "CBS", "HOURS" ]
The type of change to be performed on the scope item.
Quantity: To increase or decrease the quantity of an existing scope item.
CBS: To change the CBS assignment for the scope item. -
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 : Quantity
Type:
object
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input.