Batch Create Work Package Change Requests
post
/primeapi/restapi/workPackageChangeRequest/batch
Send a request to this endpoint to create one or more work package change requests.
Request
Supported Media Types
- application/json
One or more work package change request objects.
Root Schema : List<ApiEntityWorkPackageChangeRequest>
Type:
array
Title:
Show Source
List<ApiEntityWorkPackageChangeRequest>
Nested 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
201 Response
The object was successfully created.
Nested 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.
400 Response
Invalid input for the Work Package Change Request Service.