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

goalnumber required

Example request

{
  "goal": 100000
}

Response

Successful response

messagestring

Changes

No recorded changes to this endpoint across all 4 revisions of this API.