Create a project labor resource
post
/fscmRestApi/resources/11.13.18.05/projectLaborResources
Request
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.
-
Upsert-Mode:
Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
Allocation: number
Title:
Allocation PercentageDefault Value:100The percentage of hours a resource is allocated to the project for a specified duration. -
AssignmentStatus: string
Status of the resource assignment on the project, such as Assigned, Planning, and Canceled.
-
AssignmentStatusCode: string
Maximum Length:
30Default Value:PLANNING_ONLYCode for the status of the assignment. -
AssignmentType: string
Title:
Assignment TypeIndicates whether a request is for a billable assignment. Examples are BILLABLE, NONBILLABLE, or leave blank. -
AssignmentTypeCode: string
Title:
Assignment Type CodeMaximum Length:30Code to indicate whether a request is for a billable assignment. Examples are BILLABLE, NONBILLABLE, 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 nonbillable 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 nonbillable 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 nonbillable assignment, the value is ignored. -
DailyHours: number
Title:
Resource Assignment Hours per DayWorking hours of a resource for each working day during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is N. -
DefaultStaffingOwnerFlag: boolean
Indicates whether all project resource requests will be assigned to the staffing owner by default.
-
Email: string
Title:
EmailMaximum Length:240Email address of the resource. -
FridayHours: number
Title:
Resource Assignment Hours on FridaysWorking hours of a resource for every Friday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
FromDate: string
(date)
Title:
From DateThe date when the resource assignment is to start on the project. -
LaborBillRate: number
Title:
Bill RateThe amount paid to a business by its customer for a unit of work completed by the project enterprise resource. -
LaborCostRate: number
Title:
Cost RateThe cost of a unit of work by the project enterprise resource. -
LaborEffort: number
Title:
Effort in HoursThe number of hours that a resource is assigned or allocated to work on a project. -
MondayHours: number
Title:
Resource Assignment Hours on MondaysWorking hours of a resource for every Monday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
Name: string
Title:
NameMaximum Length:240Display name of the resource. -
ProjectCurrencyCode: string
Maximum Length:
15Default Value:USDThe code for the currency used in the project. The currency code is a three-letter ISO code associated with a currency. -
ProjectId: integer
(int64)
Title:
Project IDUnique identifier of the project associated to the resource assignment. To identify the project, provide a value for this attribute, or any one of the Project Number attribute or the Project Name attribute. Project is mandatory when creating an assignment. -
ProjectName: string
Title:
Project NameMaximum Length:240Name of the project. -
ProjectNumber: string
Title:
Project NumberMaximum Length:25Alphanumeric identifier of the project. -
ProjectResourceAssignmentId: integer
(int64)
Title:
Assignment IDUnique identifier of the project resource assignment. -
ProjectRoleId: integer
(int64)
Title:
Project Role IDDefault Value:13Identifier of the role that the selected resource is assigned to on a project assignment. To identify the project role, provide a value either for this attribute or the Project Role Name attribute but not both. Project Role value is mandatory when creating an assignment. -
ProjectRoleName: string
Title:
Project Role NameName of the role that the selected resource is assigned to on a project resource assignment. To identify the project role, provide a value either for this attribute or for the Project Role ID attribute but not both. -
Reason: string
Title:
ReasonReason for requesting modification of the resource assignment. -
ResourceId: integer
(int64)
Title:
Resource IDUnique identifier of the project enterprise resource. -
SaturdayHours: number
Title:
Resource Assignment Hours on SaturdaysWorking hours of a resource for every Saturday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
ScheduleHoursType: string
Title:
Resource Assignment Schedule Hours IndicatorMaximum Length:1Indicates whether working hours are assigned to resources based on the project calendar, per week, per day, or the day of the week. Valid values are Y, N, X, and W. If the value is Y, hours are assigned based on the project calendar. If the value is N, hours are assigned per day. If the value is X, hours are assigned based on the day of the week and can vary across days. If the value is set to W, hours are assigned per week. The default value is Y. -
SundayHours: number
Title:
Resource Assignment Hours on SundaysWorking hours of a resource for every Sunday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
ThursdayHours: number
Title:
Resource Assignment Hours on ThursdaysWorking hours of a resource for every Thursday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
ToDate: string
(date)
Title:
To DateThe date when the resource assignment is to end on the project. -
TuesdayHours: number
Title:
Resource Assignment Hours on TuesdaysWorking hours of a resource for every Tuesday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
WednesdayHours: number
Title:
Resource Assignment Hours on WednesdaysWorking hours of a resource for every Wednesday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
WeeklyHours: number
Working hours of a resource for each week during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is W.
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 : projectLaborResources-item-response
Type:
Show Source
object-
Allocation: number
Title:
Allocation PercentageDefault Value:100The percentage of hours a resource is allocated to the project for a specified duration. -
AssignmentStatus: string
Status of the resource assignment on the project, such as Assigned, Planning, and Canceled.
-
AssignmentStatusCode: string
Maximum Length:
30Default Value:PLANNING_ONLYCode for the status of the assignment. -
AssignmentType: string
Title:
Assignment TypeIndicates whether a request is for a billable assignment. Examples are BILLABLE, NONBILLABLE, or leave blank. -
AssignmentTypeCode: string
Title:
Assignment Type CodeMaximum Length:30Code to indicate whether a request is for a billable assignment. Examples are BILLABLE, NONBILLABLE, 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 nonbillable 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 nonbillable 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 nonbillable assignment, the value is ignored. -
CalendarId: integer
(int64)
Title:
Calendar IDRead Only:trueIdentifier of the calendar that establishes the normal working days, hours per day, and exceptions for a project enterprise resource. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64Indicates the resource who created the row of data. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the row of data was created. -
DailyHours: number
Title:
Resource Assignment Hours per DayWorking hours of a resource for each working day during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is N. -
DefaultStaffingOwnerFlag: boolean
Indicates whether all project resource requests will be assigned to the staffing owner by default.
-
Email: string
Title:
EmailMaximum Length:240Email address of the resource. -
FridayHours: number
Title:
Resource Assignment Hours on FridaysWorking hours of a resource for every Friday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
FromDate: string
(date)
Title:
From DateThe date when the resource assignment is to start on the project. -
LaborBillRate: number
Title:
Bill RateThe amount paid to a business by its customer for a unit of work completed by the project enterprise resource. -
LaborCostRate: number
Title:
Cost RateThe cost of a unit of work by the project enterprise resource. -
LaborEffort: number
Title:
Effort in HoursThe number of hours that a resource is assigned or allocated to work on a project. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate when the record was last edited. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Indicates who last edited the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MondayHours: number
Title:
Resource Assignment Hours on MondaysWorking hours of a resource for every Monday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
Name: string
Title:
NameMaximum Length:240Display name of the resource. -
ProjectCurrencyCode: string
Maximum Length:
15Default Value:USDThe code for the currency used in the project. The currency code is a three-letter ISO code associated with a currency. -
ProjectId: integer
(int64)
Title:
Project IDUnique identifier of the project associated to the resource assignment. To identify the project, provide a value for this attribute, or any one of the Project Number attribute or the Project Name attribute. Project is mandatory when creating an assignment. -
ProjectName: string
Title:
Project NameMaximum Length:240Name of the project. -
ProjectNumber: string
Title:
Project NumberMaximum Length:25Alphanumeric identifier of the project. -
ProjectResourceAssignmentId: integer
(int64)
Title:
Assignment IDUnique identifier of the project resource assignment. -
ProjectRoleId: integer
(int64)
Title:
Project Role IDDefault Value:13Identifier of the role that the selected resource is assigned to on a project assignment. To identify the project role, provide a value either for this attribute or the Project Role Name attribute but not both. Project Role value is mandatory when creating an assignment. -
ProjectRoleName: string
Title:
Project Role NameName of the role that the selected resource is assigned to on a project resource assignment. To identify the project role, provide a value either for this attribute or for the Project Role ID attribute but not both. -
ProjResourceId: integer
(int64)
Read Only:
trueUnique identifier of the project resource. -
Reason: string
Title:
ReasonReason for requesting modification of the resource assignment. -
ResourceId: integer
(int64)
Title:
Resource IDUnique identifier of the project enterprise resource. -
SaturdayHours: number
Title:
Resource Assignment Hours on SaturdaysWorking hours of a resource for every Saturday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
ScheduleHoursType: string
Title:
Resource Assignment Schedule Hours IndicatorMaximum Length:1Indicates whether working hours are assigned to resources based on the project calendar, per week, per day, or the day of the week. Valid values are Y, N, X, and W. If the value is Y, hours are assigned based on the project calendar. If the value is N, hours are assigned per day. If the value is X, hours are assigned based on the day of the week and can vary across days. If the value is set to W, hours are assigned per week. The default value is Y. -
SundayHours: number
Title:
Resource Assignment Hours on SundaysWorking hours of a resource for every Sunday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
ThursdayHours: number
Title:
Resource Assignment Hours on ThursdaysWorking hours of a resource for every Thursday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
ToDate: string
(date)
Title:
To DateThe date when the resource assignment is to end on the project. -
TuesdayHours: number
Title:
Resource Assignment Hours on TuesdaysWorking hours of a resource for every Tuesday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
WednesdayHours: number
Title:
Resource Assignment Hours on WednesdaysWorking hours of a resource for every Wednesday during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is X. -
WeeklyHours: number
Working hours of a resource for each week during the assignment date range. This value can be set only if the value of UseProjCalendarHourFlag is W.
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.
Links
- resourceReplacement
-
Operation: /fscmRestApi/resources/11.13.18.05/projectLaborResources/{ProjResourceId}/action/resourceReplacementParameters:
- ProjResourceId:
$request.path.ProjResourceId
This method will be used when the user requests a replacement for a confirmed or a reserved resource. - ProjResourceId:
- resourceRequest
-
Operation: /fscmRestApi/resources/11.13.18.05/projectLaborResources/{ProjResourceId}/action/resourceRequestParameters:
- ProjResourceId:
$request.path.ProjResourceId
This method will be used when the user requests a planned resource. - ProjResourceId:
Examples
The following example shows how to create a project labor resource by submitting a POST request on the REST resource using cURL.
curl --user ppm_cloud_user -X POST -d @example_request_payload.json --header "Content-Type: application/json" https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectTemplates
Request Body Example
The following shows an example of the request body in JSON format.
{
"ProjectId":"300100190426224"
"ResourceId":"300100024326751",
"Name":"Devon Smith",
"Email":"prj_wf_in_grp@vision.com",
}
Response Body Example
The following shows an example of the response body in JSON format.
{
"ProjectId": 300100190426224,
"ProjectName": "PRJPJTProjectLaborRes2020-12-05 21:40:32.979",
"ProjectNumber": "300100190426224",
"ProjectRoleId": 13,
"DefaultStaffingOwnerFlag": null,
"ResourceId": 300100024326751,
"ProjectRoleName": "Team Member",
"ProjectResourceAssignmentId": null,
"CreatedBy": "Carlton.Baugh",
"CreationDate": "2020-12-06T05:40:38+00:00",
"LastUpdatedBy": "Carlton.Baugh",
"LastUpdateDate": "2020-12-06T05:40:38.028+00:00",
"Allocation": 100,
"LaborEffort": null,
"AssignmentStatusCode": "PLANNING_ONLY",
"AssignmentStatus": "Planned",
"LaborBillRate": 150,
"LaborCostRate": 125,
"FromDate": null,
"ToDate": null,
"ProjResourceId": 300100190426236,
"ProjectCurrencyCode": "USD",
"BillablePercent": null,
"BillablePercentReasonCode": null,
"AssignmentTypeCode": null,
"AssignmentType": null,
"BillablePercentReason": null,
"CalendarId": 300100010293735,
"ScheduleHoursType": "Y",
"DailyHours": null,
"SundayHours": null,
"MondayHours": null,
"TuesdayHours": null,
"WednesdayHours": null,
"ThursdayHours": null,
"FridayHours": null,
"SaturdayHours": null,
"WeeklyHours": null,
"Name": "Devon Smith",
"Email": "prj_wf_in_grp@vision.com",
"links": [
{
"rel": "self",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectLaborResources/300100190426236",
"name": "projectLaborResources",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
}
},
{
"rel": "canonical",
"href": "https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectLaborResources/300100190426236",
"name": "projectLaborResources",
"kind": "item"
}
]
}