Update ResourceAssignmentSpread
put
/spread/resourceAssignmentSpread
Send a request to this endpoint to update one or more ResourceAssignmentSpread. An application object will be created for each JSON object provided in the request body
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
ResourceAssignmentSpread object.
Root Schema : UpdateResourceAssignmentSpread
Type:
object
Title:
UpdateResourceAssignmentSpread
UpdateResourceAssignmentSpread Entity
Show Source
-
PeriodType: string
Spread period type enumerations are used to specify the spread interval for EPS, project, WBS, Activity, and resource assignment spreads.
-
ResourceAssignmentSpread: array
ResourceAssignmentSpread
The live resource assignment spread data.
Nested Schema : ResourceAssignmentSpread
Type:
array
The live resource assignment spread data.
Show Source
-
Array of:
object ResourceAssignmentSpread
The live resource assignment spread data.
Nested Schema : ResourceAssignmentSpread
Type:
object
The live resource assignment spread data.
Show Source
-
Period: array
Period
-
ResourceAssignmentObjectId: string
The unique ID of the associated resource assignment.
Nested Schema : Period
Type:
Show Source
object
-
PlannedUnits: number
(double)
The planned units of work for the resource assignment on the activity. This field is named BudgetedUnits in Primavera's Engineering & Construction and Maintenance & Turnaround solutions.
-
RemainingUnits: number
(double)
The remaining units of work to be performed by this resource on this activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero.
-
StartDate: string
(date-time)
The start of the time period that you are interested in.
Response
Supported Media Types
- application/json
200 Response
OK.
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.