Remove employees from a company's holiday pay policy
PUT {{baseUrl}}/v1/companies/:company_uuid/holiday_pay_policy/remove
Remove employees from a company's holiday pay policy
scope: holiday_pay_policies:write
Request Body
{"version"=>"<string>", "employees"=>[{"uuid"=>"<string>"}, {"uuid"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"version":"1b37938b017c7fd7116bada007072290","company_uuid":"b7845189-f12b-4378-918a-d2b9de3dc4ea","federal_holidays":{"new_years_day":{"selected":false,"name":"New Year's Day","date":"January 1"},"mlk_day":{"selected":true,"name":"Martin Luther King, Jr. Day","date":"Third Monday in January"},"presidents_day":{"selected":false,"name":"Presidents' Day","date":"Third Monday in February"},"memorial_day":{"selected":true,"name":"Memorial Day","date":"Last Monday in May"},"juneteenth":{"selected":false,"name":"Juneteenth","date":"June 19"},"independence_day":{"selected":true,"name":"Independence Day","date":"July 4"},"labor_day":{"selected":false,"name":"Labor Day","date":"First Monday in September"},"columbus_day":{"selected":false,"name":"Columbus Day (Indigenous Peoples' Day)","date":"Second Monday in October"},"veterans_day":{"selected":true,"name":"Veterans Day","date":"November 11"},"thanksgiving":{"selected":true,"name":"Thanksgiving","date":"Fourth Thursday in November"},"christmas_day":{"selected":true,"name":"Christmas Day","date":"December 25"}},"employees":{"uuid":"1ca3cd25-3eda-48c6-ac88-f0e7fb91a15a"}}