Home / API Documentation

Get Work Order List by diferents options

Method: POST api/v1/WorkOrder/PostWorkOrderListByOptions

Response Format:

application/json

Required Parameters Description Additional information
companyid
No documentation available.

Define this parameter in the request body.

CompletedDate
No documentation available.

Define this parameter in the request body.

branchid
No documentation available.

Define this parameter in the request body.

accountnum
No documentation available.

Define this parameter in the request body.

eventypeid
No documentation available.

Define this parameter in the request body.

eventid
No documentation available.

Define this parameter in the request body.

eventname
No documentation available.

Define this parameter in the request body.

woamount
No documentation available.

Define this parameter in the request body.

page
No documentation available.

Define this parameter in the request body.

pagelimit
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "companyid": 1,
  "CompletedDate": "2025-02-23T06:18:57.8004291+00:00",
  "branchid": 3,
  "accountnum": "sample string 4",
  "eventypeid": 5,
  "eventid": 6,
  "eventname": "sample string 7",
  "woamount": 8.0,
  "page": 9,
  "pagelimit": 10
};