Name | Description | Additional information |
---|---|---|
routename |
Define this parameter in the request URI. |
|
from |
Define this parameter in the request URI. |
|
to |
Define this parameter in the request URI. |
|
page |
Define this parameter in the request URI. |
[ { "scheduledate": "sample string 1", "eventname": "sample string 2", "programname": "sample string 3", "wonumber": "sample string 4", "routeid": 5, "routename": "sample string 6", "invoiceamount": 7.0, "productionamount": 8.0, "commissionamount": 9.0 }, { "scheduledate": "sample string 1", "eventname": "sample string 2", "programname": "sample string 3", "wonumber": "sample string 4", "routeid": 5, "routename": "sample string 6", "invoiceamount": 7.0, "productionamount": 8.0, "commissionamount": 9.0 } ]
<ArrayOfworkorderlistbyscheduledaterangebyroutemodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <workorderlistbyscheduledaterangebyroutemodel> <commissionamount>9</commissionamount> <eventname>sample string 2</eventname> <invoiceamount>7</invoiceamount> <productionamount>8</productionamount> <programname>sample string 3</programname> <routeid>5</routeid> <routename>sample string 6</routename> <scheduledate>sample string 1</scheduledate> <wonumber>sample string 4</wonumber> </workorderlistbyscheduledaterangebyroutemodel> <workorderlistbyscheduledaterangebyroutemodel> <commissionamount>9</commissionamount> <eventname>sample string 2</eventname> <invoiceamount>7</invoiceamount> <productionamount>8</productionamount> <programname>sample string 3</programname> <routeid>5</routeid> <routename>sample string 6</routename> <scheduledate>sample string 1</scheduledate> <wonumber>sample string 4</wonumber> </workorderlistbyscheduledaterangebyroutemodel> </ArrayOfworkorderlistbyscheduledaterangebyroutemodel>