put https://api.gusto-demo.com/v1/companies//holiday_pay_policy
Update a company's holiday pay policy
scope: holiday_pay_policies:write
Responses
404Not Found
The requested resource does not exist. Make sure the provided UUID is valid.
Update a company's holiday pay policy
scope: holiday_pay_policies:write
404Not Found
The requested resource does not exist. Make sure the provided UUID is valid.
xxxxxxxxxx
curl --request PUT \
--url https://api.gusto-demo.com/v1/companies/company_uuid/holiday_pay_policy \
--header 'X-Gusto-API-Version: 2024-04-01' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Examplexxxxxxxxxx
64}
{
"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": {