Update a job function
patch
/fscmRestApi/resources/11.13.18.05/publicSectorEmployees/{PersonId}/child/PersonJobFunctions/{PersonJobFunctionsUniqID}
Request
Path Parameters
-
PersonId(required): integer(int64)
The identifier of the person for whom the record is created.
-
PersonJobFunctionsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- PersJobFuncId, PersonId and JobFuncId ---for the Person Job Functions resource and used to uniquely identify an instance of Person Job Functions. The client should not generate the hash key value. Instead, the client should query on the Person Job Functions collection resource with a filter on the primary key values in order to navigate to a specific instance of Person Job Functions.
For example: PersonJobFunctions?q=PersJobFuncId=<value1>;PersonId=<value2>;JobFuncId=<value3>
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
EnabledFlag: string
Title:
EnabledMaximum Length:1Indicates that the job functions and the associated job attributes are available for the employee to use. -
PersonJobFuncAssignments: array
Person Job Attributes
Title:
Person Job AttributesThe person job attributes resource is used to list the job attributes and their values assigned to a person.
Nested Schema : Person Job Attributes
Type:
arrayTitle:
Person Job AttributesThe person job attributes resource is used to list the job attributes and their values assigned to a person.
Show Source
Nested Schema : publicSectorEmployees-PersonJobFunctions-PersonJobFuncAssignments-item-patch-request
Type:
Show Source
object-
EnabledFlag: string
Title:
EnabledMaximum Length:1Indicates that the job attribute is available for the employee to use. -
JobFuncSecId: string
Title:
Job AttributeMaximum Length:50A unique identifier of the job attribute. -
JobFuncSectnValue: string
Title:
Attribute ValueMaximum Length:1000A unique value of the job attribute.
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 : publicSectorEmployees-PersonJobFunctions-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1An identifier of the public sector agency. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The name of the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
EnabledFlag: string
Title:
EnabledMaximum Length:1Indicates that the job functions and the associated job attributes are available for the employee to use. -
JobFuncId: string
Title:
Job Function IDMaximum Length:50A unique identifier of the job function. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The name of the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersJobFuncId: integer
(int64)
An identifier of the unique row using an auto generated number.
-
PersonId: integer
(int64)
An identifier of the person for whom the row is created.
-
PersonJobFuncAssignments: array
Person Job Attributes
Title:
Person Job AttributesThe person job attributes resource is used to list the job attributes and their values assigned to a person.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Person Job Attributes
Type:
arrayTitle:
Person Job AttributesThe person job attributes resource is used to list the job attributes and their values assigned to a person.
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.
Nested Schema : publicSectorEmployees-PersonJobFunctions-PersonJobFuncAssignments-item-response
Type:
Show Source
object-
AgencyId: integer
(int32)
Title:
Agency IDDefault Value:1An identifier of the public sector agency. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The name of the user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
EnabledFlag: string
Title:
EnabledMaximum Length:1Indicates that the job attribute is available for the employee to use. -
JobFuncId: string
Title:
Job Function IDMaximum Length:50A unique identifier of the job function. -
JobFuncSecId: string
Title:
Job AttributeMaximum Length:50A unique identifier of the job attribute. -
JobFuncSectnValue: string
Title:
Attribute ValueMaximum Length:1000A unique value of the job attribute. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The name of the user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersJobFuncAssignId: integer
(int64)
An identifier for the row assigned using an auto generated number.
-
PersJobFuncId: integer
(int64)
An identifier for the unique row assigned using an auto generated number.
-
PersonId: integer
(int64)
The name of the person for whom the row was created.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- PersonJobFuncAssignments
-
Parameters:
- PersonId:
$request.path.PersonId - PersonJobFunctionsUniqID:
$request.path.PersonJobFunctionsUniqID
The person job attributes resource is used to list the job attributes and their values assigned to a person. - PersonId: