Update a project classification

patch

/fscmRestApi/resources/11.13.18.05/projectTemplates/{projectTemplatesUniqID}/child/ProjectClassifications/{ProjectClassificationId}

Request

Path Parameters
  • Unique identifier of the project classification.
  • 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
  • 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: Class Code
    Maximum Length: 240
    Name of the project class code. Enter a value for either this attribute or Class Code ID but not both.
  • Title: Class Code ID
    Unique identifier of the project class code. Enter a value for either this attribute or Class Code but not both.
  • Title: Code Percentage
    Indicates the relative proportion of each class code when multiple class codes are associated with a single class category. The definition of the class category determines whether the sum of all class code percentages must equal 100. Valid values are numbers between 0 and 100.
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 : projectTemplates-ProjectClassifications-item-response
Type: object
Show Source
  • Title: Class Category
    Maximum Length: 240
    Name of the project class category. Enter a value for either this attribute or Class Category ID but not both.
  • Title: Class Category ID
    Unique identifier of the project class category. Enter a value for either this attribute or Class Category but not both.
  • Title: Class Code
    Maximum Length: 240
    Name of the project class code. Enter a value for either this attribute or Class Code ID but not both.
  • Title: Class Code ID
    Unique identifier of the project class code. Enter a value for either this attribute or Class Code but not both.
  • Title: Code Percentage
    Indicates the relative proportion of each class code when multiple class codes are associated with a single class category. The definition of the class category determines whether the sum of all class code percentages must equal 100. Valid values are numbers between 0 and 100.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the record.
  • Title: Creation Date
    Read Only: true
    The date when the record was created.
  • Title: Last Updated Date
    Read Only: true
    The date when the record was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the record.
  • Links
  • Title: Project Classification ID
    Read Only: true
    Unique identifier of the project classification.
Back to Top