Update a job function configuration
patch
/fscmRestApi/resources/11.13.18.05/publicSectorJobFuncConfigurations/{publicSectorJobFuncConfigurationsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorJobFuncConfigurationsUniqID: integer
This is the hash key of the attributes which make up the composite key--- JobFuncId and JobFuncSecId ---for the Job Configurations resource and used to uniquely identify an instance of Job Configurations. The client should not generate the hash key value. Instead, the client should query on the Job Configurations collection resource with a filter on the primary key values in order to navigate to a specific instance of Job Configurations.
For example: publicSectorJobFuncConfigurations?q=JobFuncId=<value1>;JobFuncSecId=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorJobFuncConfigurations-item
Type:
Show Source
object-
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The name of the user who created the row. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
DeletedFlag(optional):
string
Maximum Length:
1Indicates whether the job configuration row is logically deleted (Y or N). Valid values are Y for a deleted record, and N for an active record. The default value is N. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates that the job configuration row is available to be used. -
JobFuncId(optional):
string
Title:
Job Function IDMaximum Length:50The identifier of the job function. -
JobFuncSecId(optional):
string
Title:
Job Attribute IDMaximum Length:50The identifier of the job attribute. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The name of the user who last updated the row. -
links(optional):
array Items
Title:
ItemsLink Relations -
SeedDataLock(optional):
integer(int32)
Indicates whether the row is seed data. Valid values are 0 for customer data, 1 for seed data that cannot be modified, and 2 or more for seed data that can be modified.
-
SeedDataSource(optional):
string
Maximum Length:
512The source of the seed data record. A value of "BULK_SEED_DATA_SCRIPT" indicates that the record was from bulk upload. The name of the seed data file is mentioned if no value is shown.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorJobFuncConfigurations-item
Type:
Show Source
object-
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The name of the user who created the row. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the row was created. -
DeletedFlag(optional):
string
Maximum Length:
1Indicates whether the job configuration row is logically deleted (Y or N). Valid values are Y for a deleted record, and N for an active record. The default value is N. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates that the job configuration row is available to be used. -
JobFuncId(optional):
string
Title:
Job Function IDMaximum Length:50The identifier of the job function. -
JobFuncSecId(optional):
string
Title:
Job Attribute IDMaximum Length:50The identifier of the job attribute. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the row was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The name of the user who last updated the row. -
links(optional):
array Items
Title:
ItemsLink Relations -
SeedDataLock(optional):
integer(int32)
Indicates whether the row is seed data. Valid values are 0 for customer data, 1 for seed data that cannot be modified, and 2 or more for seed data that can be modified.
-
SeedDataSource(optional):
string
Maximum Length:
512The source of the seed data record. A value of "BULK_SEED_DATA_SCRIPT" indicates that the record was from bulk upload. The name of the seed data file is mentioned if no value is shown.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.