POST api/Dashboard/GetProgramCustJson
Request Information
URI Parameters
None.
Body Parameters
programCustJsonInput| Name | Description | Type | Additional information |
|---|---|---|---|
| PCH_ID | integer |
None. |
|
| PCH_PG_ID | integer |
None. |
|
| PCH_CP_ID | integer |
None. |
|
| PCH_PG_FORM_ID | string |
None. |
|
| PCH_PG_NAME | string |
None. |
|
| PCH_INITIAL_JSON | string |
None. |
|
| PCH_SECTION_JSON | string |
None. |
|
| PCH_STATUS | string |
None. |
|
| PCH_REMARKS | string |
None. |
|
| PCH_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PCH_ID": 1,
"PCH_PG_ID": 1,
"PCH_CP_ID": 1,
"PCH_PG_FORM_ID": "sample string 1",
"PCH_PG_NAME": "sample string 2",
"PCH_INITIAL_JSON": "sample string 3",
"PCH_SECTION_JSON": "sample string 4",
"PCH_STATUS": "sample string 5",
"PCH_REMARKS": "sample string 6",
"PCH_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<programCustJsonInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PCH_CP_ID>1</PCH_CP_ID> <PCH_CREATED_BY>1</PCH_CREATED_BY> <PCH_ID>1</PCH_ID> <PCH_INITIAL_JSON>sample string 3</PCH_INITIAL_JSON> <PCH_PG_FORM_ID>sample string 1</PCH_PG_FORM_ID> <PCH_PG_ID>1</PCH_PG_ID> <PCH_PG_NAME>sample string 2</PCH_PG_NAME> <PCH_REMARKS>sample string 6</PCH_REMARKS> <PCH_SECTION_JSON>sample string 4</PCH_SECTION_JSON> <PCH_STATUS>sample string 5</PCH_STATUS> </programCustJsonInput>
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. |