POST api/getworkFlowList
Request Information
URI Parameters
None.
Body Parameters
getWorkFlowRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| workFlowTypeName | string |
None. |
|
| workFlowType | string |
None. |
|
| leadCode | string |
None. |
|
| clientCode | string |
None. |
|
| workFlowName | string |
None. |
|
| sDate | date |
None. |
|
| eDate | date |
None. |
|
| workFlowstatus | string |
None. |
|
| workFlowId | integer |
None. |
|
| workFlowJson | string |
None. |
|
| createBy | string |
None. |
|
| isactive | string |
None. |
|
| ready | string |
None. |
|
| subType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"workFlowTypeName": "sample string 1",
"workFlowType": "sample string 2",
"leadCode": "sample string 3",
"clientCode": "sample string 4",
"workFlowName": "sample string 5",
"sDate": "2026-01-07T12:02:42.3848951+07:00",
"eDate": "2026-01-07T12:02:42.3848951+07:00",
"workFlowstatus": "sample string 6",
"workFlowId": 7,
"workFlowJson": "sample string 8",
"createBy": "sample string 9",
"isactive": "sample string 10",
"ready": "sample string 11",
"subType": "sample string 12"
}
application/xml, text/xml
Sample:
<getWorkFlowRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VentilatorAPI.HTTP.Request"> <clientCode>sample string 4</clientCode> <createBy>sample string 9</createBy> <eDate>2026-01-07T12:02:42.3848951+07:00</eDate> <isactive>sample string 10</isactive> <leadCode>sample string 3</leadCode> <ready>sample string 11</ready> <sDate>2026-01-07T12:02:42.3848951+07:00</sDate> <subType>sample string 12</subType> <workFlowId>7</workFlowId> <workFlowJson>sample string 8</workFlowJson> <workFlowName>sample string 5</workFlowName> <workFlowType>sample string 2</workFlowType> <workFlowTypeName>sample string 1</workFlowTypeName> <workFlowstatus>sample string 6</workFlowstatus> </getWorkFlowRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.