Create a set of job groups

post

/fscmRestApi/resources/11.13.18.05/publicSectorJobGroups

Request

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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Job Group Functions
Type: array
Title: Job Group Functions
The job group functions resource is used to view the list of job functions that are associated to a job group definition.
Show Source
Nested Schema : schema
Type: object
Show Source
  • Title: Agency ID
    Default Value: 1
    The identifier of the public sector agency.
  • Title: Enabled
    Maximum Length: 1
    Identifies if the function is available for assignment.
  • Title: Job Group ID
    Maximum Length: 50
    The unique identifier for the job group definition.
  • Title: Job Function
    Maximum Length: 50
    The unique identifier for the job function.
  • Job Group Attributes
    Title: Job Group Attributes
    The job group attributes resource is used to list the job attributes that are assigned to a job function definition.
  • 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.
Nested Schema : Job Group Attributes
Type: array
Title: Job Group Attributes
The job group attributes resource is used to list the job attributes that are assigned to a job function definition.
Show Source
Nested Schema : schema
Type: object
Show Source
  • Title: Agency ID
    Default Value: 1
    The identifier of the public sector agency.
  • Title: Enabled
    Maximum Length: 1
    Indicates that the attribute is an agency staff available to be used.
  • The auto generated identifier of the unique 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 attribute.
  • 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 : publicSectorJobGroups-item-response
Type: object
Show Source
Nested Schema : Job Group Functions
Type: array
Title: Job Group Functions
The job group functions resource is used to view the list of job functions that are associated to a job group definition.
Show Source
Nested Schema : publicSectorJobGroups-JobGrpFunc-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
    Identifies if the function is available for assignment.
  • Title: Job Group ID
    Maximum Length: 50
    The unique identifier for the job group definition.
  • Title: Job Function
    Maximum Length: 50
    The unique identifier for the job function.
  • Job Group Attributes
    Title: Job Group Attributes
    The job group attributes resource is used to list the job attributes that are assigned to a job function definition.
  • 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.
Nested Schema : Job Group Attributes
Type: array
Title: Job Group Attributes
The job group attributes resource is used to list the job attributes that are assigned to a job function definition.
Show Source
Nested Schema : publicSectorJobGroups-JobGrpFunc-JobGrpFuncSec-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 attribute is an agency staff available to be used.
  • The auto generated identifier of the unique 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 attribute.
  • 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