GET api/MallOrder/GetOrderUnwriteoffCode?orderDetailId={orderDetailId}

获取订单未核销的核销码

Request Information

URI Parameters

NameDescriptionTypeAdditional information
orderDetailId

订单行标识

integer

Required

Body Parameters

None.

Response Information

Resource Description

获取订单未核销的核销码

Collection of mh163k_Mall_Writeoff
NameDescriptionTypeAdditional information
Id

主键

integer

None.

UserId

核销人用户id

integer

None.

WriteofCode

核销码

string

None.

WriteoffImage

核销码二维码

string

None.

ReceiveTime

核销时间

date

None.

WriteoffFromTime

合法核销时间从

date

None.

WriteoffToTime

合法核销时间到

date

None.

OrderId

关联订单标识

integer

None.

OrderDetailId

关联订单详情标识

integer

None.

IsReceive

是否已核销

boolean

None.

ShopId

好店商家id

integer

None.

ShopName

好店商家名称

string

None.

ProductId

商品标识

integer

None.

ProductName

商品名称

string

None.

ProductNum

商品数量

integer

None.

Money

结算金额

decimal number

None.

UnitPrice

结算单价

decimal number

None.

SettleId

提现单id

integer

None.

IsEffective

是否有效,为空或为真时表示有效,否则无效

boolean

None.

WriteoffCodeGenerate

核销码生成方式(为空默认是2,即一物一码)

WriteoffCodeGenerateType

None.

IsAdminWriteoff

是否管理员核销

boolean

None.

AdminUserId

核销管理员标识

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: 无法访问已关闭的流。

text/json

Sample:

An exception has occurred while using the formatter 'JsonpMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: 无法访问已关闭的流。

application/xml, text/xml

Sample:
<ArrayOfmh163k_Mall_Writeoff xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mh.Mall.Service.Model">
  <mh163k_Mall_Writeoff>
    <AdminUserId>17</AdminUserId>
    <Id>1</Id>
    <IsAdminWriteoff>true</IsAdminWriteoff>
    <IsEffective>true</IsEffective>
    <IsReceive>true</IsReceive>
    <Money>13.1</Money>
    <OrderDetailId>6</OrderDetailId>
    <OrderId>5</OrderId>
    <ProductId>10</ProductId>
    <ProductName>sample string 11</ProductName>
    <ProductNum>12</ProductNum>
    <ReceiveTime>2024-04-30T11:06:27.9885797+08:00</ReceiveTime>
    <SettleId>15</SettleId>
    <ShopId>8</ShopId>
    <ShopName>sample string 9</ShopName>
    <UnitPrice>14.1</UnitPrice>
    <UserId>2</UserId>
    <WriteofCode>sample string 3</WriteofCode>
    <WriteoffCodeGenerate>OneOrderOneCode</WriteoffCodeGenerate>
    <WriteoffFromTime>2024-04-30T11:06:27.9885797+08:00</WriteoffFromTime>
    <WriteoffImage>sample string 4</WriteoffImage>
    <WriteoffToTime>2024-04-30T11:06:27.9885797+08:00</WriteoffToTime>
  </mh163k_Mall_Writeoff>
  <mh163k_Mall_Writeoff>
    <AdminUserId>17</AdminUserId>
    <Id>1</Id>
    <IsAdminWriteoff>true</IsAdminWriteoff>
    <IsEffective>true</IsEffective>
    <IsReceive>true</IsReceive>
    <Money>13.1</Money>
    <OrderDetailId>6</OrderDetailId>
    <OrderId>5</OrderId>
    <ProductId>10</ProductId>
    <ProductName>sample string 11</ProductName>
    <ProductNum>12</ProductNum>
    <ReceiveTime>2024-04-30T11:06:27.9885797+08:00</ReceiveTime>
    <SettleId>15</SettleId>
    <ShopId>8</ShopId>
    <ShopName>sample string 9</ShopName>
    <UnitPrice>14.1</UnitPrice>
    <UserId>2</UserId>
    <WriteofCode>sample string 3</WriteofCode>
    <WriteoffCodeGenerate>OneOrderOneCode</WriteoffCodeGenerate>
    <WriteoffFromTime>2024-04-30T11:06:27.9885797+08:00</WriteoffFromTime>
    <WriteoffImage>sample string 4</WriteoffImage>
    <WriteoffToTime>2024-04-30T11:06:27.9885797+08:00</WriteoffToTime>
  </mh163k_Mall_Writeoff>
</ArrayOfmh163k_Mall_Writeoff>