Update a project team member
patch
/fscmRestApi/resources/11.13.18.05/projectTemplates/{projectTemplatesUniqID}/child/ProjectTeamMembers/{TeamMemberId}
Request
Path Parameters
-
TeamMemberId(required): integer(int64)
Unique identifier of the team member assigned to the project.
-
projectTemplatesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Project Templates resource and used to uniquely identify an instance of Project Templates. The client should not generate the hash key value. Instead, the client should query on the Project Templates collection resource in order to navigate to a specific instance of Project Templates to get the hash key.
Header Parameters
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
AssignmentType: string
Title:
Assignment TypeIndicates if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank. -
AssignmentTypeCode: string
Title:
Assignment Type CodeMaximum Length:30Code to indicate if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank. -
BillablePercent: integer
Title:
Billable PercentIndicates the percentage of assignment time that is billable for an assignment that is defined as billable assignment. For a non-billable assignment, the value is ignored. Valid values are positive integers between 0 and 100. -
BillablePercentReason: string
Title:
Billable Percent ReasonIndicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored. -
BillablePercentReasonCode: string
Title:
Billable Percent Reason CodeMaximum Length:30Code that indicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored. -
FinishDate: string
(date)
Date on which the assignment of the project team member to the project is scheduled to end.
-
ResourceAllocationPercentage: number
Title:
Resource Allocation PercentagePercentage of time for which a resource is assigned to the project. The default value is 100. -
ResourceAssignmentEffortInHours: number
Title:
Resource Assignment Effort in HoursNumber of hours for which a resource is assigned to the project. -
ResourcePlanningBillRate: number
Title:
Resource Planning Bill RateBill rate of the resource assignment for the planning purpose. If no value is specified, then the bill rate of the resource defined in the Project Enterprise Resource is used if it is available in the project currency. -
ResourcePlanningCostRate: number
Title:
Resource Planning Cost RateCost rate of the resource assignment for the planning purpose. If no value is specified, cost rate of the resource defined in Project Enterprise Resource is used if it is available in the project currency. -
StartDate: string
(date)
Date from which the assignment of the team member to the project is scheduled to begin.
-
TrackTimeFlag: boolean
Maximum Length:
1Indicates whether time cards are expected from internal team members. Valid values are true and false. The default value is false. Information about missing time cards is displayed on the project manager dashboard.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : projectTemplates-ProjectTeamMembers-item-response
Type:
Show Source
object-
AssignmentType: string
Title:
Assignment TypeIndicates if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank. -
AssignmentTypeCode: string
Title:
Assignment Type CodeMaximum Length:30Code to indicate if a request is for a billable or a nonbillable assignment. Examples are BILLABLE, NON-BILLABLE, or leave blank. -
BillablePercent: integer
Title:
Billable PercentIndicates the percentage of assignment time that is billable for an assignment that is defined as billable assignment. For a non-billable assignment, the value is ignored. Valid values are positive integers between 0 and 100. -
BillablePercentReason: string
Title:
Billable Percent ReasonIndicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored. -
BillablePercentReasonCode: string
Title:
Billable Percent Reason CodeMaximum Length:30Code that indicates the reason that the billable percentage of the project resource assignment is less than 100%. For a non-billable assignment, the value is ignored. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
FinishDate: string
(date)
Date on which the assignment of the project team member to the project is scheduled to end.
-
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonEmail: string
Title:
Team Member EmailMaximum Length:240Email of the person assigned as a team member to the project. -
PersonId: integer
(int64)
Title:
Person IDUnique identifier of the person assigned as a team member to the project. -
PersonName: string
Title:
Team Member NameMaximum Length:240Name of the person assigned as a team member to the project. -
ProjectRoleId: integer
(int64)
Title:
Project Role IDUnique identifier of the project role. -
ProjectRoleName: string
Title:
Project Role NameMaximum Length:240A classification of the relationship that an employee has to a project. You use project roles to define an employee's level of access to project information. Examples are Project Manager, Project Accountant, and Technical Lead. -
ResourceAllocationPercentage: number
Title:
Resource Allocation PercentagePercentage of time for which a resource is assigned to the project. The default value is 100. -
ResourceAssignmentEffortInHours: number
Title:
Resource Assignment Effort in HoursNumber of hours for which a resource is assigned to the project. -
ResourcePlanningBillRate: number
Title:
Resource Planning Bill RateBill rate of the resource assignment for the planning purpose. If no value is specified, then the bill rate of the resource defined in the Project Enterprise Resource is used if it is available in the project currency. -
ResourcePlanningCostRate: number
Title:
Resource Planning Cost RateCost rate of the resource assignment for the planning purpose. If no value is specified, cost rate of the resource defined in Project Enterprise Resource is used if it is available in the project currency. -
StartDate: string
(date)
Date from which the assignment of the team member to the project is scheduled to begin.
-
TeamMemberId: integer
(int64)
Title:
Team Member IDRead Only:trueUnique identifier of the team member assigned to the project. -
TrackTimeFlag: boolean
Maximum Length:
1Indicates whether time cards are expected from internal team members. Valid values are true and false. The default value is false. Information about missing time cards is displayed on the project manager dashboard.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.