POST api/Master/PostProgramMaster
Request Information
URI Parameters
None.
Body Parameters
ProgramMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| PG_ID | integer |
None. |
|
| PG_NAME | string |
None. |
|
| PG_SERIAL | integer |
None. |
|
| PG_FORM_ID | string |
None. |
|
| PG_REPORT_ID | string |
None. |
|
| PG_ICON_ID | integer |
None. |
|
| PG_STATUS | string |
None. |
|
| PG_KEY_VALUE | string |
None. |
|
| PG_SM_ID | integer |
None. |
|
| PG_CREATED_BY | integer |
None. |
|
| PG_MM_ID | integer |
None. |
|
| PG_DESC | string |
None. |
|
| PG_M_ID | string |
None. |
|
| PG_ICON | string |
None. |
|
| PG_URL | string |
None. |
|
| PG_TITLE | string |
None. |
|
| PG_PROJECT_KEY | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PG_ID": 1,
"PG_NAME": "sample string 1",
"PG_SERIAL": 1,
"PG_FORM_ID": "sample string 2",
"PG_REPORT_ID": "sample string 3",
"PG_ICON_ID": 1,
"PG_STATUS": "sample string 4",
"PG_KEY_VALUE": "sample string 5",
"PG_SM_ID": 1,
"PG_CREATED_BY": 1,
"PG_MM_ID": 1,
"PG_DESC": "sample string 6",
"PG_M_ID": "sample string 7",
"PG_ICON": "sample string 8",
"PG_URL": "sample string 9",
"PG_TITLE": "sample string 10",
"PG_PROJECT_KEY": "sample string 11"
}
application/xml, text/xml
Sample:
<ProgramMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <PG_CREATED_BY>1</PG_CREATED_BY> <PG_DESC>sample string 6</PG_DESC> <PG_FORM_ID>sample string 2</PG_FORM_ID> <PG_ICON>sample string 8</PG_ICON> <PG_ICON_ID>1</PG_ICON_ID> <PG_ID>1</PG_ID> <PG_KEY_VALUE>sample string 5</PG_KEY_VALUE> <PG_MM_ID>1</PG_MM_ID> <PG_M_ID>sample string 7</PG_M_ID> <PG_NAME>sample string 1</PG_NAME> <PG_PROJECT_KEY>sample string 11</PG_PROJECT_KEY> <PG_REPORT_ID>sample string 3</PG_REPORT_ID> <PG_SERIAL>1</PG_SERIAL> <PG_SM_ID>1</PG_SM_ID> <PG_STATUS>sample string 4</PG_STATUS> <PG_TITLE>sample string 10</PG_TITLE> <PG_URL>sample string 9</PG_URL> </ProgramMaster>
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. |