POST api/Report/PutReportSummary
Request Information
URI Parameters
None.
Body Parameters
ReportSummaryInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| RSS_ID | integer |
None. |
|
| RSS_RSH_CODE | string |
None. |
|
| RSS_S_TYPE | string |
None. |
|
| RSS_TYPE | string |
None. |
|
| RSS_COLUMN | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"RSS_ID": 1,
"RSS_RSH_CODE": "sample string 1",
"RSS_S_TYPE": "sample string 2",
"RSS_TYPE": "sample string 3",
"RSS_COLUMN": "sample string 4"
}
application/xml, text/xml
Sample:
<ReportSummaryInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <RSS_COLUMN>sample string 4</RSS_COLUMN> <RSS_ID>1</RSS_ID> <RSS_RSH_CODE>sample string 1</RSS_RSH_CODE> <RSS_S_TYPE>sample string 2</RSS_S_TYPE> <RSS_TYPE>sample string 3</RSS_TYPE> </ReportSummaryInputs>
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. |