POST Skyways/SKW_GetWorkOrdersCount
Request Information
URI Parameters
None.
Body Parameters
XS.CoreApi.Pentagon.Model.XS_SkywaysWorkOrderCount_Params| Name | Description | Type | Additional information |
|---|---|---|---|
| COUNT_BY | string |
None. |
|
| DIVISION | string |
None. |
|
| DEPART | string |
None. |
|
| WO_STATUSE_LIST | Collection of string |
None. |
|
| CUST_REF1_LIST | Collection of string |
None. |
|
| PRODUCT_LINE_LIST | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"COUNT_BY": "sample string 1",
"DIVISION": "sample string 2",
"DEPART": "sample string 3",
"WO_STATUSE_LIST": [
"sample string 1",
"sample string 2"
],
"CUST_REF1_LIST": [
"sample string 1",
"sample string 2"
],
"PRODUCT_LINE_LIST": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<XS_SkywaysWorkOrderCount_Params xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XS.CoreApi.Pentagon.Model">
<COUNT_BY>sample string 1</COUNT_BY>
<CUST_REF1_LIST xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</CUST_REF1_LIST>
<DEPART>sample string 3</DEPART>
<DIVISION>sample string 2</DIVISION>
<PRODUCT_LINE_LIST xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</PRODUCT_LINE_LIST>
<WO_STATUSE_LIST xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</WO_STATUSE_LIST>
</XS_SkywaysWorkOrderCount_Params>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Net.Http.HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | System.Version |
None. |
|
| Content | System.Net.Http.HttpContent |
None. |
|
| StatusCode | System.Net.HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |