POST api/Report/GetReportFieldDetails
Request Information
URI Parameters
None.
Body Parameters
ReportInputParam| Name | Description | Type | Additional information |
|---|---|---|---|
| RPH_CODE | string |
None. |
|
| RPH_PROGRAM_ID | string |
None. |
|
| RPH_USER | integer |
None. |
|
| RPH_ID | integer |
None. |
|
| RPH_CP_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"RPH_CODE": "sample string 1",
"RPH_PROGRAM_ID": "sample string 2",
"RPH_USER": 1,
"RPH_ID": 1,
"RPH_CP_ID": 1
}
application/xml, text/xml
Sample:
<ReportInputParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <RPH_CODE>sample string 1</RPH_CODE> <RPH_CP_ID>1</RPH_CP_ID> <RPH_ID>1</RPH_ID> <RPH_PROGRAM_ID>sample string 2</RPH_PROGRAM_ID> <RPH_USER>1</RPH_USER> </ReportInputParam>
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. |