Overview

Catalogs act as the dictionaries for your Worky environment. Before you can add employees or run payroll, you need to populate these lists. Many are pre-loaded (like SAT tax codes), but you need to configure your specific Job Positions,Cost Centers, and Departments.

1. Create Departments

Define the organizational structure.

POST/api/v1/accounts/bussiness-structures/departments
Request Body
{
  "name": "Engineering",
  "costCenterId": "cc-123",
  "managerId": "emp-001"
}

2. Define Job Positions

Standardize roles across the company.

POST/api/v1/accounts/catalogs/job-positions

3. System Catalogs (Read-Only)

Worky provides standard Mexican catalogs that you should reference but not modify.

Banks

GET/api/v1/accounts/catalogs/system/banks

Tax Regimes

GET/api/v1/accounts/catalogs/system/tax-regimes