GET api/Report/GetReport/{country}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| country | string |
Required |
Body Parameters
ReportInput| Name | Description | Type | Additional information |
|---|---|---|---|
| SHOP | integer |
None. |
|
| DATUM | string |
None. |
|
| REPORT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SHOP": 1,
"DATUM": "sample string 2",
"REPORT": 3
}
application/xml, text/xml
Sample:
<ReportInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCLB.Models"> <DATUM>sample string 2</DATUM> <REPORT>3</REPORT> <SHOP>1</SHOP> </ReportInput>
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.