Update a job title override

patch

/fscmRestApi/resources/11.13.18.05/contracts/{contractsUniqID}/child/BillPlan/{BillPlanUniqID}/child/JobTitleOverride/{JobTitleOverrideUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- BillPlanId and MajorVersion ---for the Bill Plans resource and used to uniquely identify an instance of Bill Plans. The client should not generate the hash key value. Instead, the client should query on the Bill Plans collection resource with a filter on the primary key values in order to navigate to a specific instance of Bill Plans.

    For example: BillPlan?q=BillPlanId=<value1>;MajorVersion=<value2>
  • This is the hash key of the attributes which make up the composite key--- JobTitleOverrideId and MajorVersion ---for the Job Title Overrides resource and used to uniquely identify an instance of Job Title Overrides. The client should not generate the hash key value. Instead, the client should query on the Job Title Overrides collection resource with a filter on the primary key values in order to navigate to a specific instance of Job Title Overrides.

    For example: JobTitleOverride?q=JobTitleOverrideId=<value1>;MajorVersion=<value2>
  • This is the hash key of the attributes which make up the composite key for the Contracts resource and used to uniquely identify an instance of Contracts. The client should not generate the hash key value. Instead, the client should query on the Contracts collection resource in order to navigate to a specific instance of Contracts to get the hash key.
Header Parameters
  • This header accepts a string value. The string is a semi-colon separated list of =. It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers.
  • 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: Billing Title Override
    Maximum Length: 80
    Name of the override job title being assigned to the job for this bill plan. Used to display on the invoice to the customer.
  • Title: Contract Line ID
    Unique identifier of the contract line for which the job title override is defined.
  • Title: Contract Line Number
    Maximum Length: 150
    The contract line number for which the job title override is defined.
  • Title: End Date
    The date to which a job title override applies.
  • Title: External Reference Key
    Maximum Length: 150
    Unique identifier of the job title override in the source application. Used to identify job title overrides created through external webservices.
  • Title: External Source Key
    Maximum Length: 150
    Unique identifier of the source application from where the job title override originates. Used to identify job title overrides created through external webservices.
  • Title: Job Code
    Code of the job for which the job title override is defined.
  • Title: Job ID
    Unique identifier of the job for which the job title override is defined.
  • Title: Job Name
    Maximum Length: 240
    Name for the Job for which the job title override is defined.
  • Title: Version
    Default Value: 1
    Version of the contract containing this particular set of job title override details.
  • Title: Start Date
    The date from which a job title override applies.
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 : contracts-BillPlan-JobTitleOverride-item-response
Type: object
Show Source
  • Title: Billing Title Override
    Maximum Length: 80
    Name of the override job title being assigned to the job for this bill plan. Used to display on the invoice to the customer.
  • Title: Contract Line ID
    Unique identifier of the contract line for which the job title override is defined.
  • Title: Contract Line Number
    Maximum Length: 150
    The contract line number for which the job title override is defined.
  • Title: End Date
    The date to which a job title override applies.
  • Title: External Reference Key
    Maximum Length: 150
    Unique identifier of the job title override in the source application. Used to identify job title overrides created through external webservices.
  • Title: External Source Key
    Maximum Length: 150
    Unique identifier of the source application from where the job title override originates. Used to identify job title overrides created through external webservices.
  • Title: Job Code
    Code of the job for which the job title override is defined.
  • Title: Job ID
    Unique identifier of the job for which the job title override is defined.
  • Title: Job Name
    Maximum Length: 240
    Name for the Job for which the job title override is defined.
  • Title: Job Title Override ID
    Unique identifier of the job title override on the bill plan that identifies the negotiated job title assigned to a specific person, rather than the normal title for that person.
  • Links
  • Title: Version
    Default Value: 1
    Version of the contract containing this particular set of job title override details.
  • Title: Start Date
    The date from which a job title override applies.
Back to Top