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