Create a custom talent rating item
post
/hcmRestApi/resources/11.13.18.05/talentRatings/{talentRatingsUniqID}/child/userDefinedRatingSections/{ProfileSectionId}/child/userDefinedRatings
Request
Path Parameters
-
ProfileSectionId(required): integer(int64)
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=
-
talentRatingsUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Talent Ratings resource and used to uniquely identify an instance of Talent Ratings. The client should not generate the hash key value. Instead, the client should query on the Talent Ratings collection resource in order to navigate to a specific instance of Talent Ratings to get the hash key.
Header Parameters
-
Metadata-Context: string
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: string
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: string
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-
Description: string
(byte)
Title:
CommentsDescription of the user-defined talent rating item. -
RatingId: integer
(int64)
Title:
Rating IDUnique identifier of the user-defined talent rating item. -
RatingLevelCode: string
Title:
Rating Level CodeMaximum Length:30Code representing rating level associated with the user-defined talent rating item. -
RatingLevelId: integer
(int64)
Title:
Rating Level IDUnique identifier of the rating level associated with the user-defined talent rating item. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the performance rating item is profile, talent review, or talent review meeting. Valid values are CUSTOMPROFILE, CUSTOMTR, or CUSTOMTRMP. -
SourceType: string
Maximum Length:
30Code associated with source type of the user-defined talent rating item.
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 : talentRatings-userDefinedRatingSections-userDefinedRatings-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the user-defined talent rating item. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time when the user-defined talent rating item was created. -
Description: string
(byte)
Title:
CommentsDescription of the user-defined talent rating item. -
FromDate: string
(date)
Title:
From DateRead Only:trueDate and time when the user-defined talent rating item becomes valid. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate and time when the user-defined talent rating item was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64User who last updated the user-defined talent rating item. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameRead Only:trueMaximum Length:2000Name of the user-defined talent rating item. -
NumericRating: number
Title:
Numeric RatingRead Only:trueNumeric value of the rating level associated with the user-defined talent rating item. -
RatingId: integer
(int64)
Title:
Rating IDUnique identifier of the user-defined talent rating item. -
RatingLevel: string
Title:
NameRead Only:trueMaximum Length:2000Name of the rating level associated with the custom talent rating item. -
RatingLevelCode: string
Title:
Rating Level CodeMaximum Length:30Code representing rating level associated with the user-defined talent rating item. -
RatingLevelId: integer
(int64)
Title:
Rating Level IDUnique identifier of the rating level associated with the user-defined talent rating item. -
RatingModelId: integer
(int64)
Title:
Talent Rating ModelRead Only:trueUnique identifier of the rating model associated with the user-defined talent rating item. -
Source: string
Title:
SourceMaximum Length:30Indicates whether the source of the performance rating item is profile, talent review, or talent review meeting. Valid values are CUSTOMPROFILE, CUSTOMTR, or CUSTOMTRMP. -
SourceDescription: string
Title:
SourceRead Only:trueMaximum Length:4000Source of the user-defined talent rating item. -
SourceKey: integer
(int64)
Read Only:
trueUnique identifier of the source where the custom talent rating item is used. -
SourceType: string
Maximum Length:
30Code associated with source type of the user-defined talent rating item. -
SubmittedBy: string
Read Only:
trueMaximum Length:255User who submitted the user-defined talent rating item. -
ToDate: string
(date)
Title:
End DateRead Only:trueDate and time until which the user-defined talent rating item is valid.
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
- RatingLevelVO
-
The following properties are defined on the LOV link relation:
- Source Attribute: RatingLevelCode; Target Attribute: RatingLevelCode
- Display Attribute: RatingDescription