post https://shyftplan.com/api/v1/hour_accounts
Create an hour account for an employment who does not have an hour account yet.
Responses
Create an hour account for an employment who does not have an hour account yet.
xxxxxxxxxx
curl --request POST \
--url https://shyftplan.com/api/v1/hour_accounts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"hour_type": "weekly"
}
'
Try It!
to start a request and see the response here! Or choose an example: