Estimated units

Update the number of units of time estimate

ParameterMandatoryDescriptionExamplesMore Info
APIYesThe API areatimesummary.json
GeneralYesParameters described in overviewuser=user&password=userStructure of an API call
ActionYesestimatedunitsaction=estimatedunits
TimesummaryYesIdentifies the estimate to updatetimesummary=1018008
EstimatedUnitsYesUpdate of the estimated units field of the estimateestimatedUnits=11.5

Example request:

https://<SERVER>/jsonapi/timesummary.json?user=user&password=user&version=4&action=estimatedunits&timesummary=1018008&EstimatedUnits=11.5

Example response:

{
"responsecode": 1,
"responsestatus": "OK",
"errorcode": 0,
"errormessage": "",
"responsemessage": "1 of 1 time summary Updated.",
"warningmessage": "",
"success": true,
"synversion": "15.001.0054",
"synapiversion": 6
}