GET /hr_api/v1/remuneration_package_keywords/:uuid

Return details of an existing Remuneration Package Keyword

Params

Property Required Details Location

uuid

Must be a String

URL

Examples

GET /hr_api/v1/remuneration_package_keywords/:uuid
200
{
  "remuneration_package_keyword": {
    "uuid": "a29e3f73-c030-4c53-b610-370c3c0a3254",
    "name": "remun kw",
    "currency_code": null,
    "base_interval": "year",
    "base_pay_amount_min": 1234,
    "base_pay_amount_max": 123567,
    "other_interval": null,
    "other_pay_amount_min": null,
    "other_pay_amount_max": null,
    "other_pay_calculation": "",
    "other_pay_comments": "",
    "insurance": null,
    "insurance_type": "",
    "retirement_or_savings_plan": null,
    "company_vehicle": null,
    "company_vehicle_description": "",
    "relocation_assistance": null,
    "relocation_assistance_description": "",
    "visa_sponsorship": "",
    "time_off_allowance": "",
    "expatriate_benefits": "",
    "other_benefits": "",
    "comments": "",
    "is_keyword": true,
    "sort": 10,
    "category_status": "active",
    "salary_text": "test"
  }
}