Name | Description | Additional information |
---|---|---|
accountid | AccountID |
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 }, { "workorderid": 1, "accountid": 2 } ]
<ArrayOfworkorderlistbyaccountidmodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON"> <workorderlistbyaccountidmodel> <accountid>2</accountid> <workorderid>1</workorderid> </workorderlistbyaccountidmodel> <workorderlistbyaccountidmodel> <accountid>2</accountid> <workorderid>1</workorderid> </workorderlistbyaccountidmodel> </ArrayOfworkorderlistbyaccountidmodel>