Update Job Code

Summary Description

The PUT Job Code method allows users to update the configuration of an existing Job Code within a specific company. The PUT method is designed to perform a full replacement of the resource. When a PUT request is made, the entire Job Code record is overwritten with the contents of the payload. This means that any fields omitted in the request will be set to null or their system defaults.

To use this endpoint, the payload must follow the schema defined by the Paylocity API for the Job Code object. Both the Company ID and Job Code ID are required path parameters.

This endpoint is typically used in scenarios where a complete update to a Job Code is necessary, such as modifying compensation groups, classifications, or job descriptions.

Use Cases

  • Update existing Job Codes in Paylocity with new information. Please note: All PUT requests will overwrite all data on the Job Code.
Language