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-02-23T06:18:33.8405569+00:00", "todate": "2025-02-23T06:18:33.8405569+00:00", "total": 1, "jobsnotcompleted": 2, "jobsnotcompletedrate": 3.0, "message": "sample string 4" }
<estimatejobsnotcompletedmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <fromdate>2025-02-23T06:18:33.8405569+00:00</fromdate> <jobsnotcompleted>2</jobsnotcompleted> <jobsnotcompletedrate>3</jobsnotcompletedrate> <message>sample string 4</message> <todate>2025-02-23T06:18:33.8405569+00:00</todate> <total>1</total> </estimatejobsnotcompletedmodel>