Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| DateOption | DateOptionEnum |
Required |
|
| FromDate | date |
Required |
|
| ToDate | date |
Required |
Body Parameters
WorkOrderFilterOption| Name | Description | Type | Additional information |
|---|---|---|---|
| FilterKeys | Collection of string |
None. |
|
| FilterType | KeyFilterEnum |
None. |
|
| StatusType | StatusFilterEnum |
None. |
Request Formats
application/json, text/json
Sample:
{
"FilterKeys": [
"sample string 1",
"sample string 2"
],
"FilterType": 0,
"StatusType": 0
}
application/xml, text/xml
Sample:
<WorkOrderFilterOption xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Promium.ClientConnectAPI">
<FilterKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</FilterKeys>
<FilterType>None</FilterType>
<StatusType>None</StatusType>
</WorkOrderFilterOption>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WorkOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| Wrk | string |
None. |
|
| Client | string |
None. |
|
| ClientName | string |
None. |
|
| Project | string |
None. |
|
| ProjectName | string |
None. |
|
| ProjectNumber | string |
None. |
|
| FacilityCode | string |
None. |
|
| LabManager | string |
None. |
|
| LabManagerName | string |
None. |
|
| ClientManager | string |
None. |
|
| ClientManagerName | string |
None. |
|
| Logged | date |
None. |
|
| LoggedByName | string |
None. |
|
| Received | date |
None. |
|
| ReceivedByName | string |
None. |
|
| Shipper | string |
None. |
|
| Status | string |
None. |
|
| StatusDate | date |
None. |
|
| StatusByName | string |
None. |
|
| Due | date |
None. |
|
| PkgDue | date |
None. |
|
| TempC | decimal number |
None. |
|
| TAT | integer |
None. |
|
| isOnTime | boolean |
None. |
|
| SDGID | string |
None. |
|
| COCNum | string |
None. |
|
| Comments | string |
None. |
|
| InvoiceComments | string |
None. |
|
| PONumber | string |
None. |
|
| ProjBillCode | string |
None. |
|
| SampleCount | integer |
None. |
|
| SpecialInfos |
List of Custom Fields |
Collection of SpecialInfo |
None. |
| Documents |
List of documents |
Collection of DocumentMetadata |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.