Create one or more qualifications for a project resource request

post

/fscmRestApi/resources/11.13.18.05/projectResourceRequests/{ResourceRequestId}/child/ProjectResourceRequestQualifications

Request

Path Parameters
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: Competency Proficiency Level
    Level of expertise or ability to perform a competency. You may enter a value for only this attribute or for Competency Proficiency Level ID but not both.
  • Title: Competency Proficiency Level ID
    Identifier of the level of expertise or ability to perform a competency. You may enter a value for only this attribute or for Competency Proficiency Level but not both. Competency Proficiency level applies only if the Qualification Type value is Competency.
  • Title: Keyword
    Maximum Length: 240
    Unstructured words or phrases that appear as keywords on a project resource request.
  • Title: Mandatory Qualification
    Maximum Length: 1
    Indicates whether the qualification is mandatory or optional.
  • Title: Qualification ID
    Identifier of a structured content item such as a competency or language. The structured content items are defined in HCM Talent Profile. You may enter a value for only this attribute or for Qualification Name but not both.
  • Title: Qualification Name
    Name of a structured content item such as a competency or language. The structured content items are defined in HCM Talent Profile. You may enter a value for only this attribute or for Qualification ID but not both.
  • Title: Qualification Type
    Type of the structured content item to indicate whether the qualification is Competency or Language.
  • Title: Reading Language Proficiency Level
    Level of ability to read text in a specific language. You may enter a value for only this attribute or for Reading Language Proficiency Level ID but not both.
  • Title: Reading Language Proficiency Level ID
    Identifier of the level of ability to read text in a specific language. You may enter a value for only this attribute or for Reading Language Proficiency Level Name but not both. Reading Language Proficiency level applies only if the Qualification Type value is Language.
  • Title: Content Section ID
    Identifier of the qualification content section. You may enter a value for only this attribute or for Content Section Name but not both.
  • Title: Content Section Name
    Maximum Length: 255
    Content section name for the qualification.
  • Title: Speaking Language Proficiency Level
    Level of ability to speak a specific language. You may enter a value for only this attribute or for Speaking Language Proficiency Level ID but not both.
  • Title: Speaking Language Proficiency Level ID
    Identifier of the level of ability to speak a specific language. You may enter a value for only this attribute or for Speaking Language Proficiency Level Name but not both. Speaking Language Proficiency level applies only if the Qualification Type value is Language.
  • Title: Writing Language Proficiency Level
    Level of ability to write text in a specific language. You may enter a value for only this attribute or for Writing Language Proficiency Level ID but not both.
  • Title: Writing Language Proficiency Level ID
    Identifier of the level of ability to write text in a specific language. You may enter a value for only this attribute or for Write Language Proficiency Level Name but not both. Writing Language Proficiency level applies only if the Qualification Type value is Language.
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 : projectResourceRequests-ProjectResourceRequestQualifications-item-response
Type: object
Show Source
  • Title: Competency Proficiency Level
    Level of expertise or ability to perform a competency. You may enter a value for only this attribute or for Competency Proficiency Level ID but not both.
  • Title: Competency Proficiency Level ID
    Identifier of the level of expertise or ability to perform a competency. You may enter a value for only this attribute or for Competency Proficiency Level but not both. Competency Proficiency level applies only if the Qualification Type value is Competency.
  • Title: Keyword
    Maximum Length: 240
    Unstructured words or phrases that appear as keywords on a project resource request.
  • Links
  • Title: Mandatory Qualification
    Maximum Length: 1
    Indicates whether the qualification is mandatory or optional.
  • Title: Qualification ID
    Identifier of a structured content item such as a competency or language. The structured content items are defined in HCM Talent Profile. You may enter a value for only this attribute or for Qualification Name but not both.
  • Title: Qualification Name
    Name of a structured content item such as a competency or language. The structured content items are defined in HCM Talent Profile. You may enter a value for only this attribute or for Qualification ID but not both.
  • Title: Qualification Type
    Type of the structured content item to indicate whether the qualification is Competency or Language.
  • Title: Reading Language Proficiency Level
    Level of ability to read text in a specific language. You may enter a value for only this attribute or for Reading Language Proficiency Level ID but not both.
  • Title: Reading Language Proficiency Level ID
    Identifier of the level of ability to read text in a specific language. You may enter a value for only this attribute or for Reading Language Proficiency Level Name but not both. Reading Language Proficiency level applies only if the Qualification Type value is Language.
  • Title: Resource Request Detail ID
    Read Only: true
    Unique identifier of the resource request qualification associated to the request.
  • Title: Content Section ID
    Identifier of the qualification content section. You may enter a value for only this attribute or for Content Section Name but not both.
  • Title: Content Section Name
    Maximum Length: 255
    Content section name for the qualification.
  • Title: Speaking Language Proficiency Level
    Level of ability to speak a specific language. You may enter a value for only this attribute or for Speaking Language Proficiency Level ID but not both.
  • Title: Speaking Language Proficiency Level ID
    Identifier of the level of ability to speak a specific language. You may enter a value for only this attribute or for Speaking Language Proficiency Level Name but not both. Speaking Language Proficiency level applies only if the Qualification Type value is Language.
  • Title: Writing Language Proficiency Level
    Level of ability to write text in a specific language. You may enter a value for only this attribute or for Writing Language Proficiency Level ID but not both.
  • Title: Writing Language Proficiency Level ID
    Identifier of the level of ability to write text in a specific language. You may enter a value for only this attribute or for Write Language Proficiency Level Name but not both. Writing Language Proficiency level applies only if the Qualification Type value is Language.
Back to Top

Examples

The following example shows how to create qualifications for a project resource request 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/projectResourceRequests/ResourceRequestId/child/ProjectResourceRequestQualifications

Request Body Example

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

{
            "QualificationName": "Structured Query Language (SQL)",
            "QualificationType": "Competencies",
            "CompetencyProficiencyLevel": "Advanced"
        }

Response Body Example

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

{
            "ResourceRequestDetailId": 300100170619150,
            "Keyword": null,
            "QualificationId": 109000048,
            "QualificationName": "Spanish",
            "QualificationType": "Languages",
            "CompetencyProficiencyLevelId": null,
            "CompetencyProficiencyLevel": null,
            "ReadingLanguageProficiencyLevelId": 8003,
            "ReadingLanguageProficiencyLevel": "High",
            "WritingLanguageProficiencyLevelId": 8002,
            "WritingLanguageProficiencyLevel": "Moderate",
            "SpeakingLanguageProficiencyLevelId": 8001,
            "SpeakingLanguageProficiencyLevel": "Low"
        }
Back to Top