POST api/VipOrderCreditsOffset

会员 订单积分 冲减

Request Information

URI Parameters

None.

Body Parameters

UseInfoIntegral
NameDescriptionTypeAdditional information
Vip

Vip卡号

string

None.

ErpAdjustNo

调整单号 如没有可不填

string

None.

BusinessType

使用类型:order:订单 coupons:券

string

None.

OrderNumber

订单号 根据业务类型赋值

string

None.

TicketNo

券号 根据类型赋值

string

None.

Integral

decimal number

None.

standby1

string

None.

standby2

string

None.

Request Formats

application/json, text/json

示例:
{
  "vip": "sample string 1",
  "erpAdjustNo": "sample string 2",
  "businessType": "sample string 3",
  "orderNumber": "sample string 4",
  "ticketNo": "sample string 5",
  "integral": 6.0,
  "standby1": "sample string 7",
  "standby2": "sample string 8"
}

application/xml, text/xml

示例:
<UseInfoIntegral xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Integral">
  <BusinessType>sample string 3</BusinessType>
  <ErpAdjustNo>sample string 2</ErpAdjustNo>
  <Integral>6</Integral>
  <OrderNumber>sample string 4</OrderNumber>
  <TicketNo>sample string 5</TicketNo>
  <Vip>sample string 1</Vip>
  <standby1>sample string 7</standby1>
  <standby2>sample string 8</standby2>
</UseInfoIntegral>

application/x-www-form-urlencoded

示例:

Sample not available.

Response Information

Resource Description

FResponse
NameDescriptionTypeAdditional information
Flag

string

None.

Message

string

None.

Response Formats

application/json, text/json

示例:
{
  "flag": "sample string 1",
  "message": "sample string 2"
}

application/xml, text/xml

示例:
<FResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models">
  <Flag>sample string 1</Flag>
  <Message>sample string 2</Message>
</FResponse>