Update Progress Goal

POST https://api.profit.co/app/goals?a=updateGoalProgress&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

Request Params

KeyDatatypeRequiredDescription
astringaction type
apiKeystringRequired: API key of your Profit.co Account
accessKeystringRequired: Access key of your Profit.co Account

Request Body

[{"name"=>"sc", "value"=>"<STATUS_CODE>", "datatype"=>"string"}, {"name"=>"sn", "value"=>"<STATUS_NAME>", "datatype"=>"string"}, {"name"=>"progress", "value"=>"<PROGRESS_VALUE>", "datatype"=>"string"}, {"name"=>"comment", "value"=>"Test Comment", "datatype"=>"string"}, {"name"=>"goalId", "value"=>"<GOAL_ID>", "datatype"=>"string"}]