Update a project resource actual hour record

patch

/fscmRestApi/resources/11.13.18.05/projectResourceActualHours/{TransactionId}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
  • 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".
  • 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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Billable Utilization Indicator
    Maximum Length: 1
    Default Value: true
    Indicates whether the actual hours reported will be included in billable resource utilization calculation. Valid values are Y or N. If no value is provided, it will default to Y if ActualHoursWorkedCategoryCode is PROJECT_WORK and to N if ActualHoursWorkedCategoryCode is PTO,TRAINING or OTHER.
  • Title: Transaction ID
    Unique identifier of the actual hours record.
  • Title: Resource Utilization Indicator
    Maximum Length: 1
    Default Value: true
    Indicates whether the actual hours reported are eligible to be included in utilization calculations for the resource. Valid values are Y or N. It will default to Y if ActualHoursWorkedCategoryCode is PROJECT_WORK and to N if ActualHoursWorkedCategoryCode is PTO,TRAINING or OTHER.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : projectResourceActualHours-item-response
Type: object
Show Source
  • Title: Actual Hours Worked Category
    Maximum Length: 80
    Type of activity that's represented by the actual hours. Examples are Project Work, Paid Time Off, Training, and Other.
  • Title: Actual Hours Worked Category Code
    Maximum Length: 80
    Code for the type of activity that's represented by the actual hours. Examples are PROJECT_WORK, PTO, TRAINING, and OTHER.
  • Title: Adjusted Transaction Reference
    Maximum Length: 120
    Reference to the original transaction that this transaction adjusts, if this transaction is for an adjustment. This is an optional value even for an adjustment transaction.
  • Title: Adjustment Entry Indicator
    Maximum Length: 1
    Default Value: false
    Indicates if the actual hours reported represent an adjustment to existing actual hours for a resource. This attribute is set to N during POST operation if no value is specified.
  • Title: Billable Utilization Indicator
    Maximum Length: 1
    Default Value: true
    Indicates whether the actual hours reported will be included in billable resource utilization calculation. Valid values are Y or N. If no value is provided, it will default to Y if ActualHoursWorkedCategoryCode is PROJECT_WORK and to N if ActualHoursWorkedCategoryCode is PTO,TRAINING or OTHER.
  • Title: Comments
    Maximum Length: 240
    Information about the actual hours reported.
  • Title: Resource Person ID
    Read Only: true
    HCM Person identifier of the project enterprise resource for which actual hours are reported.
  • Links
  • Title: Original Transaction Reference
    Maximum Length: 120
    Reference to the transaction details in the originating source system.
  • Title: Project ID
    Identifier of the project for which the project enterprise resource reported the actual hours worked.
  • Title: Project Name
    Maximum Length: 240
    Name of the project for which the project enterprise resource reported the actual hours worked.
  • Title: Project Number
    Maximum Length: 25
    Number of the project for which the project enterprise resource reported the actual hours worked.
  • Title: Quantity
    Total actual hours worked that the resource reports for a day. The actual hours worked can be positive or negative with a maximum of two decimal places.
  • Title: Resource Email
    Maximum Length: 240
    Email of the project enterprise resource who reported actual hours worked.
  • Title: Resource ID
    Identifier of the project enterprise resource who reported actual hours worked.
  • Title: Resource Name
    Read Only: true
    Maximum Length: 240
    Name of the project enterprise resource who reported actual hours worked.
  • Title: Task ID
    Identifier of the task for which the project enterprise resource reported actual hours worked.
  • Title: Task Name
    Maximum Length: 255
    Name of the task for which the project enterprise resource reported actual hours worked.
  • Title: Transaction ID
    Unique identifier of the actual hours record.
  • Title: Utilization Date
    Date that's associated with the actual hours worked for utilization reporting purposes. If no value is specified, then the utilization date is based on the work date.
  • Title: Resource Utilization Indicator
    Maximum Length: 1
    Default Value: true
    Indicates whether the actual hours reported are eligible to be included in utilization calculations for the resource. Valid values are Y or N. It will default to Y if ActualHoursWorkedCategoryCode is PROJECT_WORK and to N if ActualHoursWorkedCategoryCode is PTO,TRAINING or OTHER.
  • Title: Work Date
    Date on which the project enterprise resource worked.
Back to Top

Examples

The following example shows how to update a project resource actual hour record by submitting a PATCH request on the REST resource using cURL.

curl --user ppm_cloud_user -X PATCH -d @example_request_payload.json --header "Content-Type: application/json" https://your_organization.com:port/fscmRestApi/resources/11.13.18.05/projectResourceActualHours/300100211631583

Request Body Example

The following shows an example of the request body in JSON format.

{
   "UtilizationFlag": true,
  "BillableUtilizationFlag": false
}

Response Body Example

The following shows an example of the response body in JSON format.

{
  "TransactionId": 300100211631583,
  "ResourceId": 300100024326422,
  "ResourceEmail": "Wolfgang.Beura@oracle.com",
  "HCMPersonId": 300100012548630,
  "ResourceName": "Wolfgang Beura",
  "WorkDate": "2020-12-01",
  "UtilizationDate": "2020-12-01",
  "ProjectId": 300100025404031,
  "ProjectNumber": "300100025404031",
  "ProjectName": "zBIQA_Rel8_RM7",
  "TaskId": null,
  "TaskName": null,
  "ActualHoursWorkedCategory": "Project work",
  "ActualHoursWorkedCategoryCode": "PROJECT_WORK",
  "Quantity": 2,
  "Comments": "No Comments",
  "UtilizationFlag": true,
  "BillableUtilizationFlag": false,
  "OriginalTransactionReference": null,
  "AdjustmentEntryFlag": false,
  "AdjustedTransactionReference": null,
  "links": [
    {
      "rel": "self",
      "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectResourceActualHours/300100211631583",
      "name": "projectResourceActualHours",
      "kind": "item",
      "properties": {
        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
      }
    },
    {
      "rel": "canonical",
      "href": "https://your_organization:port/fscmRestApi/resources/11.13.18.05/projectResourceActualHours/300100211631583",
      "name": "projectResourceActualHours",
      "kind": "item"
    }
  ]
}
Back to Top