Update a participant detail

patch

/fscmRestApi/resources/11.13.18.05/incentiveCompensationParticipants/{incentiveCompensationParticipantsUniqID}/child/ParticipantDetails/{ParticipantDetailId}

Request

Path Parameters
  • The unique identifier for the participant's detail record. A participant can have multiple details records without overlapping date ranges.
  • This is the hash key of the attributes which make up the composite key for the Participants resource and used to uniquely identify an instance of Participants. The client should not generate the hash key value. Instead, the client should query on the Participants collection resource in order to navigate to a specific instance of Participants 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: Cost Center
    Maximum Length: 30
    The participant's cost center as of the effective date range of the detail record.
  • Title: Country
    Maximum Length: 30
    The code representing the country where the participant works, as of the effective date range of the detail record.
  • Title: Home Currency
    Maximum Length: 30
    The code representing the participant's home currency, as of the effective date range of the detail record.
  • Title: Effective End Date
    The date and time when the detail stops applying for the participant.
  • Participant Details Descriptive Flex Fields
    Title: Participant Details Descriptive Flex Fields
    The participant details descriptive flex fields resource is used to view, create, or update custom attributes for a participant details resource and define validations for them. It is also used to delete an existing participant details flex field.
  • Title: Effective Start Date
    The date and time when the detail record starts applying for the participant.
Nested Schema : Participant Details Descriptive Flex Fields
Type: array
Title: Participant Details Descriptive Flex Fields
The participant details descriptive flex fields resource is used to view, create, or update custom attributes for a participant details resource and define validations for them. It is also used to delete an existing participant details flex field.
Show Source
Nested Schema : schema
Type: object
Show Source
  • Title: Context Value
    Maximum Length: 30
    The flex context segment code for the participant details. It determines which context-sensitive segments are displayed.
  • Title: Context Value
    The flex context segment display name for the participant details. It determines which context-sensitive segments are displayed.
  • The unique identifier for the participant's detail record. A participant can have multiple detail records without overlapping date ranges.
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 : incentiveCompensationParticipants-ParticipantDetails-item-response
Type: object
Show Source
Nested Schema : Participant Details Descriptive Flex Fields
Type: array
Title: Participant Details Descriptive Flex Fields
The participant details descriptive flex fields resource is used to view, create, or update custom attributes for a participant details resource and define validations for them. It is also used to delete an existing participant details flex field.
Show Source
Nested Schema : incentiveCompensationParticipants-ParticipantDetails-participantDetailsDFF-item-response
Type: object
Show Source
  • Title: Context Value
    Maximum Length: 30
    The flex context segment code for the participant details. It determines which context-sensitive segments are displayed.
  • Title: Context Value
    The flex context segment display name for the participant details. It determines which context-sensitive segments are displayed.
  • Links
  • The unique identifier for the participant's detail record. A participant can have multiple detail records without overlapping date ranges.
Back to Top