Add employees to a company's holiday pay policy

PUT {{baseUrl}}/v1/companies/:company_uuid/holiday_pay_policy/add

Add employees to a company's holiday pay policy

scope: holiday_pay_policies:write

Request Body

{"version"=>"<string>", "employees"=>[{"uuid"=>"<string>"}, {"uuid"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;version&quot;:&quot;1b37938b017c7fd7116bada007072290&quot;,&quot;company_uuid&quot;:&quot;b7845189-f12b-4378-918a-d2b9de3dc4ea&quot;,&quot;federal_holidays&quot;:{&quot;new_years_day&quot;:{&quot;selected&quot;:false,&quot;name&quot;:&quot;New Year&#39;s Day&quot;,&quot;date&quot;:&quot;January 1&quot;},&quot;mlk_day&quot;:{&quot;selected&quot;:true,&quot;name&quot;:&quot;Martin Luther King, Jr. Day&quot;,&quot;date&quot;:&quot;Third Monday in January&quot;},&quot;presidents_day&quot;:{&quot;selected&quot;:false,&quot;name&quot;:&quot;Presidents&#39; Day&quot;,&quot;date&quot;:&quot;Third Monday in February&quot;},&quot;memorial_day&quot;:{&quot;selected&quot;:true,&quot;name&quot;:&quot;Memorial Day&quot;,&quot;date&quot;:&quot;Last Monday in May&quot;},&quot;juneteenth&quot;:{&quot;selected&quot;:false,&quot;name&quot;:&quot;Juneteenth&quot;,&quot;date&quot;:&quot;June 19&quot;},&quot;independence_day&quot;:{&quot;selected&quot;:true,&quot;name&quot;:&quot;Independence Day&quot;,&quot;date&quot;:&quot;July 4&quot;},&quot;labor_day&quot;:{&quot;selected&quot;:false,&quot;name&quot;:&quot;Labor Day&quot;,&quot;date&quot;:&quot;First Monday in September&quot;},&quot;columbus_day&quot;:{&quot;selected&quot;:false,&quot;name&quot;:&quot;Columbus Day (Indigenous Peoples&#39; Day)&quot;,&quot;date&quot;:&quot;Second Monday in October&quot;},&quot;veterans_day&quot;:{&quot;selected&quot;:true,&quot;name&quot;:&quot;Veterans Day&quot;,&quot;date&quot;:&quot;November 11&quot;},&quot;thanksgiving&quot;:{&quot;selected&quot;:true,&quot;name&quot;:&quot;Thanksgiving&quot;,&quot;date&quot;:&quot;Fourth Thursday in November&quot;},&quot;christmas_day&quot;:{&quot;selected&quot;:true,&quot;name&quot;:&quot;Christmas Day&quot;,&quot;date&quot;:&quot;December 25&quot;}},&quot;employees&quot;:{&quot;uuid&quot;:&quot;1ca3cd25-3eda-48c6-ac88-f0e7fb91a15a&quot;}}