POST Api/V1/ServiceWorkOrder/List
Request Information
URI Parameters
None.
Body Parameters
Mobile_ServiceWorkOrder_Filter| Name | Description | Type | Additional information |
|---|---|---|---|
| CreatedDate | string |
None. |
|
| Date | integer |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| Type | integer |
None. |
|
| ViewType | integer |
None. |
|
| SWStatus | integer |
None. |
|
| SWNumber | string |
None. |
|
| TimeZone | string |
None. |
|
| page | integer |
None. |
|
| recordsperpage | integer |
None. |
|
| search | string |
None. |
|
| sortingData | string |
None. |
|
| UsrId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"CreatedDate": "sample string 1",
"Date": 2,
"FromDate": "sample string 3",
"ToDate": "sample string 4",
"Type": 5,
"ViewType": 6,
"SWStatus": 7,
"SWNumber": "sample string 8",
"TimeZone": "sample string 9",
"page": 10,
"recordsperpage": 11,
"search": "sample string 12",
"sortingData": "sample string 13",
"UsrId": 14
}
application/xml, text/xml
Sample:
<Mobile_ServiceWorkOrder_Filter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models"> <CreatedDate>sample string 1</CreatedDate> <Date>2</Date> <FromDate>sample string 3</FromDate> <SWNumber>sample string 8</SWNumber> <SWStatus>7</SWStatus> <TimeZone>sample string 9</TimeZone> <ToDate>sample string 4</ToDate> <Type>5</Type> <UsrId>14</UsrId> <ViewType>6</ViewType> <page>10</page> <recordsperpage>11</recordsperpage> <search>sample string 12</search> <sortingData>sample string 13</sortingData> </Mobile_ServiceWorkOrder_Filter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |