POST api/Report/CustomReportCount/{country}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| country | string |
Required |
Body Parameters
CustomReportParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| DT | string |
None. |
|
| DT2 | string |
None. |
|
| STORE | integer |
None. |
|
| NOTICE | string |
None. |
|
| DIV | integer |
None. |
|
| DEP | integer |
None. |
|
| SEC | integer |
None. |
|
| LIST | integer |
None. |
|
| GAP | integer |
None. |
|
| LOCAL_FROZEN | integer |
None. |
|
| IRE | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DT": "sample string 1",
"DT2": "sample string 2",
"STORE": 3,
"NOTICE": "sample string 4",
"DIV": 5,
"DEP": 6,
"SEC": 7,
"LIST": 8,
"GAP": 9,
"LOCAL_FROZEN": 10,
"IRE": 11
}
application/xml, text/xml
Sample:
<CustomReportParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCLB.Models"> <DEP>6</DEP> <DIV>5</DIV> <DT>sample string 1</DT> <DT2>sample string 2</DT2> <GAP>9</GAP> <IRE>11</IRE> <LIST>8</LIST> <LOCAL_FROZEN>10</LOCAL_FROZEN> <NOTICE>sample string 4</NOTICE> <SEC>7</SEC> <STORE>3</STORE> </CustomReportParameters>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.