Delete ResourceAssignmentUpdate
delete
/resourceAssignmentUpdate
Send a request to this endpoint to delete one or more ResourceAssignmentUpdate. 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 ResourceAssignmentUpdate objects.
Required fields: You must supply both the ResourceAssignmentObjectId and ChangeSetObjectId fields when you use the Delete ResourceAssignmentUpdate operation. All other fields are optional.
Root Schema : List<ResourceAssignmentUpdate>
Type:
array
Title:
Show Source
List<ResourceAssignmentUpdate>
-
Array of:
object ResourceAssignmentUpdate
Title:
ResourceAssignmentUpdate
ResourceAssignmentUpdate Entity
Nested Schema : ResourceAssignmentUpdate
Type:
object
Title:
ResourceAssignmentUpdate
ResourceAssignmentUpdate Entity
Show Source
-
ActivityObjectId: integer
(int32)
The name of the Contract Management Group.
-
AllData: string
The unique ID of the activity to which the activity code is assigned.
-
ApprovalDate: string
(date-time)
The date that the activity was approved.
-
ApprovalUserName: string
The username of the approved user.
-
ApprovalUserObjectId: integer
(int32)
The unique ID generated by the system for the approved user.
-
CalendarId: integer
(int32)
-
ChangeSetObjectId(required): integer
(int32)
The unique ID generated by the system for the change set object.
-
CreateUser: string
-
Date: string
(date-time)
The date of the resource assignment update.
-
HeldDate: string
(date-time)
The date of the held resource assignment.
-
OverrideActualFinishDate: string
(date-time)
The actual finish date for an override activity.
-
OverrideActualStartDate: string
(date-time)
The actual start date for an override activity.
-
OverrideActualUnits: number
(double)
The number of units for an override activity.
-
OverrideRemainingDuration: number
(double)
The remaining duration for an override activity.
-
OverrideRemainingFinishDate: string
(date-time)
The date that the override activity finishes.
-
OverrideRemainingUnits: number
(double)
The overridden new remaining units of work to be performed by this resource on this activity.
-
PendingActualFinishDate: string
(date-time)
The date on which the pending activity actually finishes if approval is required.
-
PendingActualStartDate: string
(date-time)
The date on which the pending activity actually starts if approval is required.
-
PendingActualUnits: number
(double)
The actual number of units associated with the the pending activity if approval is required.
-
PendingRemainingDuration: number
(double)
The remaining duration that is required to finish a pending activity if approval is required.
-
PendingRemainingFinishDate: string
(date-time)
The remaining finish date of a pending activity if approval is required.
-
PendingRemainingUnits: number
(double)
The remaining number of units associated with a pending activity if approval is required.
-
ProjectObjectId: integer
(int32)
The unique ID of the associated project.
-
RejectedBy: string
-
RejectedDate: string
(date-time)
-
RequestUserObjectId: integer
(int32)
The unique ID of the user modifying the task, assignment, or step.
-
ResourceAssignmentObjectId(required): integer
(int32)
The unique identifier for the ResourceAssignment. You can specify one or more ResourceAssignmentObjectID.
-
ResubmittedBy: string
-
ResubmittedDate: string
(date-time)
-
Status: string
The status of this budget change request. Possible values are 'Pending', 'Held', and 'Approved'.
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.