Update a Work Package Change Request
put
/primeapi/restapi/workPackageChangeRequest
Send a request to this endpoint to update a work package change request.
Request
A work package change request object.
Root Schema : ApiEntityWorkPackageChangeRequest
Type:
Show Source
object
-
changeRequest(optional):
integer(int64)
The identifier for the work package change request.
-
description(optional):
string
Allowed Values:
[ "Length[1-4000]" ]
Provides additional details about the work package. -
itemCode(optional):
string
Allowed Values:
[ "Length[1-60]" ]
The identifier for the work package change when a work package is added. -
itemPrefix(optional):
string
Allowed Values:
[ "Length[1-255]" ]
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
-
status(optional):
string
Allowed Values:
[ "Length[1-20]" ]
The status of the work package. -
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. -
workPackage(optional):
integer(int64)
The unique identifier of a work package.
-
workPackageChangeRequestId(optional):
integer(int64)
The unique identifier of a work package.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the Work Package Change Request Service.