POST api/Master/GetProcessMaster
Request Information
URI Parameters
None.
Body Parameters
ProcessMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| PRC_ID | integer |
None. |
|
| PRC_CODE | string |
None. |
|
| PRC_DESC | string |
None. |
|
| PRC_PG_ID | integer |
None. |
|
| PRC_REPORT_ID | string |
None. |
|
| PRC_NOTES | string |
None. |
|
| PRC_STATUS | string |
None. |
|
| PRC_CREATED_BY | integer |
None. |
|
| PRC_MODIFIED_BY | integer |
None. |
|
| PRC_PG_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PRC_ID": 1,
"PRC_CODE": "sample string 1",
"PRC_DESC": "sample string 2",
"PRC_PG_ID": 1,
"PRC_REPORT_ID": "sample string 3",
"PRC_NOTES": "sample string 4",
"PRC_STATUS": "sample string 5",
"PRC_CREATED_BY": 1,
"PRC_MODIFIED_BY": 1,
"PRC_PG_NAME": "sample string 6"
}
application/xml, text/xml
Sample:
<ProcessMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PRC_CODE>sample string 1</PRC_CODE> <PRC_CREATED_BY>1</PRC_CREATED_BY> <PRC_DESC>sample string 2</PRC_DESC> <PRC_ID>1</PRC_ID> <PRC_MODIFIED_BY>1</PRC_MODIFIED_BY> <PRC_NOTES>sample string 4</PRC_NOTES> <PRC_PG_ID>1</PRC_PG_ID> <PRC_PG_NAME>sample string 6</PRC_PG_NAME> <PRC_REPORT_ID>sample string 3</PRC_REPORT_ID> <PRC_STATUS>sample string 5</PRC_STATUS> </ProcessMaster>
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. |