Yearly Goals
Set yearly goal
Creates or updates the yearly revenue goal for a specific year
post/yearly-goals/{year}
Path parameters
yearinteger required
Year
Request body
Example request
{
"goal": 100000
}Response
Successful response
Creates or updates the yearly revenue goal for a specific year
Year
{
"goal": 100000
}Successful response