POST api/RefundAnalysis/Query

Request Information

URI Parameters

None.

Body Parameters

RefundAnalysisReportReq
NameDescriptionTypeAdditional information
Periodic

ShopReportPeriodicEnum

None.

IsLike

boolean

None.

ReportType

ReportRefundTypeEnum

None.

SearchField

ReportRefundSearchFieldEnum

None.

SearchValue

string

None.

Currency

CurrencyTypeEnum

None.

FetchAll

boolean

None.

Sort

SearchSort

None.

OrderProductIds

Collection of integer

None.

IsNoPage

boolean

None.

IsExport

boolean

None.

StartTime

date

None.

EndTime

date

None.

PlatformTypes

Collection of PlatformType

None.

ShopIds

Collection of integer

None.

BrushOrderType

BrushOrderTypeEnum

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Periodic": 0,
  "IsLike": true,
  "ReportType": 0,
  "SearchField": 0,
  "SearchValue": "sample string 2",
  "Currency": 0,
  "FetchAll": true,
  "Sort": {
    "Field": "sample string 1",
    "IsDesc": true
  },
  "OrderProductIds": [
    1,
    2
  ],
  "IsNoPage": true,
  "IsExport": true,
  "StartTime": "2026-08-11 21:22:36",
  "EndTime": "2026-08-11 21:22:36",
  "PlatformTypes": [
    0,
    0
  ],
  "ShopIds": [
    1,
    2
  ],
  "BrushOrderType": 0,
  "PageIndex": 8,
  "PageSize": 9
}

application/xml, text/xml

Sample:
<RefundAnalysisReportReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop.RefundAnalysis">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">8</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">9</PageSize>
  <BrushOrderType xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">Normal</BrushOrderType>
  <Currency xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">CNY</Currency>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">2026-08-11T21:22:36.5705546+08:00</EndTime>
  <Periodic xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">SelectDateRange</Periodic>
  <PlatformTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Willv.Common.Enum" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
    <d2p1:PlatformType>AliExpress</d2p1:PlatformType>
  </PlatformTypes>
  <ShopIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </ShopIds>
  <StartTime xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop">2026-08-11T21:22:36.5705546+08:00</StartTime>
  <Currency>CNY</Currency>
  <FetchAll>true</FetchAll>
  <IsExport>true</IsExport>
  <IsLike>true</IsLike>
  <IsNoPage>true</IsNoPage>
  <OrderProductIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </OrderProductIds>
  <Periodic>SelectDateRange</Periodic>
  <ReportType>RefundOrder</ReportType>
  <SearchField>OnlineProductId</SearchField>
  <SearchValue>sample string 2</SearchValue>
  <Sort xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.Product">
    <d2p1:Field>sample string 1</d2p1:Field>
    <d2p1:IsDesc>true</d2p1:IsDesc>
  </Sort>
</RefundAnalysisReportReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfRefundAnalysisReportRes
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

RefundAnalysisReportRes

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "RefundStatistics": [
      {
        "RefundType": "RefundOrderTotal"
      },
      {
        "RefundType": "RefundOrderTotal"
      }
    ],
    "Report": {
      "Rows": [
        {},
        {}
      ],
      "Total": 1,
      "PageIndex": 2,
      "PageSize": 3
    }
  }
}

application/xml, text/xml

Sample:
<ResponseResultOfRefundAnalysisReportResBpbPOOZh xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.Shop.RefundAnalysis">
    <d2p1:RefundStatistics>
      <d2p1:BaseRefundStatisticsReportInfo>
        <d2p1:RefundType>RefundOrderTotal</d2p1:RefundType>
      </d2p1:BaseRefundStatisticsReportInfo>
      <d2p1:BaseRefundStatisticsReportInfo>
        <d2p1:RefundType>RefundOrderTotal</d2p1:RefundType>
      </d2p1:BaseRefundStatisticsReportInfo>
    </d2p1:RefundStatistics>
    <d2p1:Report xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.Common">
      <d3p1:PageIndex>2</d3p1:PageIndex>
      <d3p1:PageSize>3</d3p1:PageSize>
      <d3p1:Rows>
        <d2p1:BaseFullRefundAnalysisReportInfo />
        <d2p1:BaseFullRefundAnalysisReportInfo />
      </d3p1:Rows>
      <d3p1:Total>1</d3p1:Total>
    </d2p1:Report>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfRefundAnalysisReportResBpbPOOZh>