Update a job group attribute

patch

/fscmRestApi/resources/11.13.18.05/publicSectorJobGroupFuncSections/{publicSectorJobGroupFuncSectionsUniqID}

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key--- GrpSecAssignId, AgencyId, JobFuncGrpId, JobFuncId and JobFuncSecId ---for the Job Group Attributes resource and used to uniquely identify an instance of Job Group Attributes. The client should not generate the hash key value. Instead, the client should query on the Job Group Attributes collection resource with a filter on the primary key values in order to navigate to a specific instance of Job Group Attributes.

    For example: publicSectorJobGroupFuncSections?q=GrpSecAssignId=<value1>;AgencyId=<value2>;JobFuncGrpId=<value3>;JobFuncId=<value4>;JobFuncSecId=<value5>
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: Enabled
    Maximum Length: 1
    Indicates that the section is an agency staff available to be used.
  • Title: Attribute Value
    Maximum Length: 1000
    The unique value for the job section.
  • Title: Module
    Maximum Length: 32
    The identifier of the module that owns the row. A module is an entry in the application taxonomy such as a Logical Business Area. If there are values available for the MODULE_ID column and the owner of the row is not specified, then the Seed Data Framework does not extract the row as seed data.
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 : publicSectorJobGroupFuncSections-item-response
Type: object
Show Source
  • Title: Agency ID
    Default Value: 1
    The identifier of the public sector agency.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The name of the user who created the row.
  • Title: Creation Date
    Read Only: true
    The date and time when the row was created.
  • Title: Enabled
    Maximum Length: 1
    Indicates that the section is an agency staff available to be used.
  • The auto generated number to identify a unqiue row.
  • Title: Job Group ID
    Maximum Length: 50
    The unique identifier of the job group definition.
  • Title: Job Function ID
    Maximum Length: 50
    The unique identifier of the job function.
  • Title: Job Attribute
    Maximum Length: 50
    The unique identifier of the job group attribute.
  • Title: Attribute Value
    Maximum Length: 1000
    The unique value for the job section.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the row was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The name of the user who last updated the row.
  • Links
  • Title: Module
    Maximum Length: 32
    The identifier of the module that owns the row. A module is an entry in the application taxonomy such as a Logical Business Area. If there are values available for the MODULE_ID column and the owner of the row is not specified, then the Seed Data Framework does not extract the row as seed data.
Back to Top