POST api/Tools/CustomerPointsSummaryReport
Request Information
URI Parameters
None.
Body Parameters
CustomerPointsSummaryReportInputs| Name | Description | Type | Additional information |
|---|---|---|---|
| DBName | string |
None. |
|
| BranchInternalCode | string |
None. |
|
| UserInternalCode | string |
None. |
|
| BranchList | string |
None. |
|
| MessageTypeList | string |
None. |
|
| TemplateList | string |
None. |
|
| WhtsAppAccountList | string |
None. |
|
| EmailAccountList | string |
None. |
|
| CustomerSearchCode | string |
None. |
|
| PointsFilterTypeCode | string |
None. |
|
| PointsFilterValueCode | string |
None. |
|
| StartValueTxt | string |
None. |
|
| EndValueTxt | string |
None. |
|
| MoblNumbTxt | string |
None. |
|
| GroupBy1 | string |
None. |
|
| GroupBy2 | string |
None. |
|
| GroupBy3 | string |
None. |
|
| GroupBy1Name | string |
None. |
|
| GroupBy2Name | string |
None. |
|
| GroupBy3Name | string |
None. |
|
| DownloadReport | boolean |
None. |
|
| CustomerWiseReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DBName": "sample string 1",
"BranchInternalCode": "sample string 2",
"UserInternalCode": "sample string 3",
"BranchList": "sample string 4",
"MessageTypeList": "sample string 5",
"TemplateList": "sample string 6",
"WhtsAppAccountList": "sample string 7",
"EmailAccountList": "sample string 8",
"CustomerSearchCode": "sample string 9",
"PointsFilterTypeCode": "sample string 10",
"PointsFilterValueCode": "sample string 11",
"StartValueTxt": "sample string 12",
"EndValueTxt": "sample string 13",
"MoblNumbTxt": "sample string 14",
"GroupBy1": "sample string 15",
"GroupBy2": "sample string 16",
"GroupBy3": "sample string 17",
"GroupBy1Name": "sample string 18",
"GroupBy2Name": "sample string 19",
"GroupBy3Name": "sample string 20",
"DownloadReport": true,
"CustomerWiseReport": true
}
application/xml, text/xml
Sample:
<CustomerPointsSummaryReportInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APXWebLibDataProvider.Models.Tools"> <BranchInternalCode>sample string 2</BranchInternalCode> <BranchList>sample string 4</BranchList> <CustomerSearchCode>sample string 9</CustomerSearchCode> <CustomerWiseReport>true</CustomerWiseReport> <DBName>sample string 1</DBName> <DownloadReport>true</DownloadReport> <EmailAccountList>sample string 8</EmailAccountList> <EndValueTxt>sample string 13</EndValueTxt> <GroupBy1>sample string 15</GroupBy1> <GroupBy1Name>sample string 18</GroupBy1Name> <GroupBy2>sample string 16</GroupBy2> <GroupBy2Name>sample string 19</GroupBy2Name> <GroupBy3>sample string 17</GroupBy3> <GroupBy3Name>sample string 20</GroupBy3Name> <MessageTypeList>sample string 5</MessageTypeList> <MoblNumbTxt>sample string 14</MoblNumbTxt> <PointsFilterTypeCode>sample string 10</PointsFilterTypeCode> <PointsFilterValueCode>sample string 11</PointsFilterValueCode> <StartValueTxt>sample string 12</StartValueTxt> <TemplateList>sample string 6</TemplateList> <UserInternalCode>sample string 3</UserInternalCode> <WhtsAppAccountList>sample string 7</WhtsAppAccountList> </CustomerPointsSummaryReportInputs>
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. |