| Name | Description | Additional information |
|---|---|---|
| fromdate |
Define this parameter in the request URI. |
|
| todate |
Define this parameter in the request URI. |
|
| companyid |
Define this parameter in the request URI. |
{
"fromdate": "2025-10-28T22:11:55.0462704+00:00",
"todate": "2025-10-28T22:11:55.0462704+00:00",
"total": 1,
"jobscompleted": 2,
"jobscompletedrate": 3.0,
"message": "sample string 4"
}
<estimatejobscompletedmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <fromdate>2025-10-28T22:11:55.0462704+00:00</fromdate> <jobscompleted>2</jobscompleted> <jobscompletedrate>3</jobscompletedrate> <message>sample string 4</message> <todate>2025-10-28T22:11:55.0462704+00:00</todate> <total>1</total> </estimatejobscompletedmodel>