Create ResourceAssignmentCreate
post
/resourceAssignmentCreate
Send a request to this endpoint to create one or more ResourceAssignmentCreate. 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
A list of ResourceAssignmentCreate objects.
Root Schema : List<ResourceAssignmentCreate>
Type:
array
Title:
Show Source
List<ResourceAssignmentCreate>
-
Array of:
object ResourceAssignmentCreate
Title:
ResourceAssignmentCreate
ResourceAssignmentCreate Entity
Nested Schema : ResourceAssignmentCreate
Type:
object
Title:
ResourceAssignmentCreate
ResourceAssignmentCreate Entity
Show Source
-
ActivityObjectId(required): integer
(int32)
The unique ID of the activity to which the associated assignment is assigned.
-
ActualFinishDate: string
(date-time)
The date the resource actually finished working on the activity.
-
ActualStartDate: string
(date-time)
The date the resource actually started working on the activity.
-
ActualUnits: number
(double)
The actual units worked by the resource on this activity.
-
AssignmentIsRead: string
To determine whether or not the newly created assignment from P6 Team Member Web is viewed by the manager in the Control Status Update.
-
ChangeSetObjectId: integer
(int32)
The unique ID of the associated Changeset.
-
Date: string
(date-time)
The date of the transaction.
-
ProjectObjectId: integer
(int32)
The unique identifier of the project that is associated with the ResourceAssignmentCreate object.
-
RemainingDuration: number
(double)
The remaining finish date for the resource working on the activity.
-
RemainingFinishDate: string
(date-time)
The remaining finish date for the resource working on the activity.
-
RemainingUnits: number
(double)
The remaining units of work to be performed by this resource on this activity.
-
RequestUserObjectId: integer
(int32)
The unique ID of the user modifying the task, assignment or step.
-
ResourceAssignmentCreateObjectId: integer
(int32)
The unique identifier of the ResourceAssignment that is associated to the ResourceAssignmentCreate.
-
ResourceAssignmentObjectId: integer
(int32)
The unique identifier of the ResourceAssignment that is associated with ResourceAssignmentCreate object.
-
ResourceObjectId(required): integer
(int32)
The unique identifier of the associated resource.
-
Status: string
The status of the resource assignment. [not sure about the filter orderable or read only]
Response
Supported Media Types
- application/json
201 Response
Resource Created.
Root Schema : String
Type:
string
Title:
String
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.