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