POST CustomerReviewReport/GetPieData
Request Information
URI Parameters
None.
Body Parameters
IConnect.Domain.Reports.CustomerReport.CustomerReviewReport.ReportViewModelName | Description | Type | Additional information |
---|---|---|---|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
ReportFormat | IConnect.Domain.Reports.ExportFormat |
None. |
|
SelectedCompanies | Collection of integer |
None. |
|
OrderSource | IConnect.Domain.Orders.DisplayOrderSource |
None. |
|
Start | date |
None. |
|
End | date |
None. |
|
StartDateObjectString | string |
None. |
|
EndDateObjectString | string |
None. |
|
SkipTimeZoneConvertion | boolean |
None. |
|
ForceImmediateExport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 1, "ReportFormat": 1, "SelectedCompanies": [ 1, 2 ], "OrderSource": 1, "Start": "2025-04-03T22:12:23.2850535-04:00", "End": "2025-04-03T22:12:23.2850535-04:00", "StartDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":12,\"seconds\":23,\"miliseconds\":285}", "EndDateObjectString": "{\"year\":2025,\"month\":4,\"date\":3,\"hours\":22,\"minutes\":12,\"seconds\":23,\"miliseconds\":285}", "SkipTimeZoneConvertion": true, "ForceImmediateExport": true }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of IConnect.Domain.Reports.CustomerReport.CustomerReviewReport.PieDataRowName | Description | Type | Additional information |
---|---|---|---|
Service | IConnect.Domain.Marketing.ExternalService |
None. |
|
ServiceName | string |
None. |
|
Quantity | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Service": 0, "ServiceName": "Reviews in Franpos", "Quantity": 1 }, { "Service": 0, "ServiceName": "Reviews in Franpos", "Quantity": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfPieDataRow xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Reports.CustomerReport.CustomerReviewReport"> <PieDataRow> <Quantity>1</Quantity> <Service>None</Service> </PieDataRow> <PieDataRow> <Quantity>1</Quantity> <Service>None</Service> </PieDataRow> </ArrayOfPieDataRow>