@@ -386,8 +386,18 @@ public enum RestrictedReportTypes
386
386
public enum ReportTypes
387
387
{
388
388
GET_VENDOR_SALES_DIAGNOSTIC_REPORT ,
389
+ GET_VENDOR_SALES_REPORT ,
390
+ GET_VENDOR_TRAFFIC_REPORT ,
391
+ GET_VENDOR_FORECASTING_REPORT ,
389
392
GET_VENDOR_INVENTORY_HEALTH_AND_PLANNING_REPORT ,
390
393
GET_VENDOR_DEMAND_FORECAST_REPORT ,
394
+ GET_VENDOR_INVENTORY_REPORT ,
395
+ GET_VENDOR_NET_PURE_PRODUCT_MARGIN_REPORT ,
396
+ GET_PROMOTION_PERFORMANCE_REPORT ,
397
+ GET_MERCHANTS_LISTINGS_FYP_REPORT ,
398
+ GET_FBA_SNS_FORECAST_DATA ,
399
+ GET_FBA_SNS_PERFORMANCE_DATA ,
400
+ GET_COUPON_PERFORMANCE_REPORT ,
391
401
GET_FLAT_FILE_OPEN_LISTINGS_DATA ,
392
402
GET_MERCHANT_LISTINGS_ALL_DATA ,
393
403
GET_MERCHANT_LISTINGS_DATA ,
@@ -484,6 +494,11 @@ public enum ReportTypes
484
494
GET_BRAND_ANALYTICS_ALTERNATE_PURCHASE_REPORT ,
485
495
GET_BRAND_ANALYTICS_ITEM_COMPARISON_REPORT ,
486
496
GET_SALES_AND_TRAFFIC_REPORT ,
497
+ GET_GST_STR_ADHOC ,
498
+ GET_FLAT_FILE_VAT_INVOICE_DATA_REPORT ,
499
+ GET_XML_VAT_INVOICE_DATA_REPORT ,
500
+ GET_FLAT_FILE_GEO_OPPORTUNITIES ,
501
+ GET_DATE_RANGE_FINANCIAL_TRANSACTION_DATA
487
502
488
503
}
489
504
[ JsonConverter ( typeof ( StringEnumConverter ) ) ]
0 commit comments