Name | Description | Additional information |
---|---|---|
from | From Schedule Date |
Define this parameter in the request URI. |
to | To Schedule Date |
Define this parameter in the request URI. |
page | [1..x] |
Define this parameter in the request URI. |
List of Workorders by Page Number
[ { "workorderid": 1, "accountid": 2, "accountnum": "sample string 3" }, { "workorderid": 1, "accountid": 2, "accountnum": "sample string 3" } ]
<ArrayOfworkorderlistbyscheduledaterangemodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <workorderlistbyscheduledaterangemodel> <accountid>2</accountid> <accountnum>sample string 3</accountnum> <workorderid>1</workorderid> </workorderlistbyscheduledaterangemodel> <workorderlistbyscheduledaterangemodel> <accountid>2</accountid> <accountnum>sample string 3</accountnum> <workorderid>1</workorderid> </workorderlistbyscheduledaterangemodel> </ArrayOfworkorderlistbyscheduledaterangemodel>