get https://api.gusto-demo.com/v1/companies//holiday_pay_policy
Get a company's holiday pay policy
scope: holiday_pay_policies:read
Responses
404Not Found
The requested resource does not exist. Make sure the provided ID/UUID is valid.
Get a company's holiday pay policy
scope: holiday_pay_policies:read
404Not Found
The requested resource does not exist. Make sure the provided ID/UUID is valid.
xxxxxxxxxx
curl --request GET \
--url https://api.gusto-demo.com/v1/companies/company_uuid/holiday_pay_policy \
--header 'accept: application/json'
xxxxxxxxxx
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": {