POST api/Master/GetProcessMasterList
Request Information
URI Parameters
None.
Body Parameters
GetProcessMasterList| Name | Description | Type | Additional information |
|---|---|---|---|
| PRC_ID | integer |
None. |
|
| PRC_CODE | string |
None. |
|
| PRC_FORM_ID | string |
None. |
|
| PRC_REPORT_ID | string |
None. |
|
| START | integer |
None. |
|
| LENGTH | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRC_ID": 1,
"PRC_CODE": "sample string 1",
"PRC_FORM_ID": "sample string 2",
"PRC_REPORT_ID": "sample string 3",
"START": 1,
"LENGTH": 1
}
application/xml, text/xml
Sample:
<GetProcessMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <LENGTH>1</LENGTH> <PRC_CODE>sample string 1</PRC_CODE> <PRC_FORM_ID>sample string 2</PRC_FORM_ID> <PRC_ID>1</PRC_ID> <PRC_REPORT_ID>sample string 3</PRC_REPORT_ID> <START>1</START> </GetProcessMasterList>
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. |