GET api/MallWriteoff/GetAdminWriteoff?ShopName={ShopName}&ShopId={ShopId}&UserId={UserId}&ProductName={ProductName}&SettleId={SettleId}&OrderId={OrderId}&WriteofCode={WriteofCode}&ReceiveFromTime={ReceiveFromTime}&ReceiveToTime={ReceiveToTime}&SettleStatus={SettleStatus}&PageSize={PageSize}&Keywords={Keywords}&PageID={PageID}

后台-获取商家核销记录带分页

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ShopName

好店商家名称

string

None.

ShopId

好店商家Id

integer

None.

UserId

区别店长/核销员(前端无需传值)

integer

None.

ProductName

商品名称

string

None.

SettleId

好店结算申请标识

integer

None.

OrderId

关联订单标识

integer

None.

WriteofCode

核销码

string

None.

ReceiveFromTime

核销时间从

date

None.

ReceiveToTime

核销时间到

date

None.

SettleStatus

结算状态

SettleStatus

None.

PageSize

每页条数

integer

None.

Keywords

关键字

string

None.

PageID

分页页数

integer

None.

Body Parameters

None.

Response Information

Resource Description

后台-获取商家核销记录带分页

PagedOfWriteoffDto
NameDescriptionTypeAdditional information
Data

Collection of WriteoffDto

None.

TotalRecord

integer

None.

TotalPage

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<PagedOfWriteoffDtodyv0geZY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Infrastructure.Pages">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Dto.Writeoff">
    <d2p1:WriteoffDto>
      <AdminUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">19</AdminUserId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
      <IsAdminWriteoff xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsAdminWriteoff>
      <IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsEffective>
      <IsReceive xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsReceive>
      <Money xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">15.1</Money>
      <OrderId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">8</OrderId>
      <ProductId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">12</ProductId>
      <ProductName xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 13</ProductName>
      <ProductNum xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">14</ProductNum>
      <ReceiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-03-29T02:12:05.0598771+08:00</ReceiveTime>
      <SettleId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">17</SettleId>
      <ShopId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">10</ShopId>
      <ShopName xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 11</ShopName>
      <UnitPrice xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">16.1</UnitPrice>
      <UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">5</UserId>
      <WriteofCode xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 6</WriteofCode>
      <WriteoffCodeGenerate xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">OneOrderOneCode</WriteoffCodeGenerate>
      <WriteoffFromTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-03-29T02:12:05.0598771+08:00</WriteoffFromTime>
      <WriteoffImage xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 7</WriteoffImage>
      <WriteoffToTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-03-29T02:12:05.0598771+08:00</WriteoffToTime>
      <d2p1:AdminUserName>sample string 3</d2p1:AdminUserName>
      <d2p1:CashOutStatus>Await</d2p1:CashOutStatus>
      <d2p1:OrderTime>2024-03-29T02:12:05.0598771+08:00</d2p1:OrderTime>
      <d2p1:WriteoffUserName>sample string 2</d2p1:WriteoffUserName>
    </d2p1:WriteoffDto>
    <d2p1:WriteoffDto>
      <AdminUserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">19</AdminUserId>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">4</Id>
      <IsAdminWriteoff xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsAdminWriteoff>
      <IsEffective xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsEffective>
      <IsReceive xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">true</IsReceive>
      <Money xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">15.1</Money>
      <OrderId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">8</OrderId>
      <ProductId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">12</ProductId>
      <ProductName xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 13</ProductName>
      <ProductNum xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">14</ProductNum>
      <ReceiveTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-03-29T02:12:05.0598771+08:00</ReceiveTime>
      <SettleId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">17</SettleId>
      <ShopId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">10</ShopId>
      <ShopName xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 11</ShopName>
      <UnitPrice xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">16.1</UnitPrice>
      <UserId xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">5</UserId>
      <WriteofCode xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 6</WriteofCode>
      <WriteoffCodeGenerate xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">OneOrderOneCode</WriteoffCodeGenerate>
      <WriteoffFromTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-03-29T02:12:05.0598771+08:00</WriteoffFromTime>
      <WriteoffImage xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">sample string 7</WriteoffImage>
      <WriteoffToTime xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">2024-03-29T02:12:05.0598771+08:00</WriteoffToTime>
      <d2p1:AdminUserName>sample string 3</d2p1:AdminUserName>
      <d2p1:CashOutStatus>Await</d2p1:CashOutStatus>
      <d2p1:OrderTime>2024-03-29T02:12:05.0598771+08:00</d2p1:OrderTime>
      <d2p1:WriteoffUserName>sample string 2</d2p1:WriteoffUserName>
    </d2p1:WriteoffDto>
  </Data>
  <TotalPage>2</TotalPage>
  <TotalRecord>1</TotalRecord>
</PagedOfWriteoffDtodyv0geZY>