POST api/VIPAddIntegral
调整积分接口
Request Information
URI Parameters
None.
Body Parameters
参数对象 AddIntegral
AddIntegralName | Description | Type | Additional information |
---|---|---|---|
VipAddIntegral_Date | string |
None. |
|
Manual_ID | string |
None. |
|
VIP | string |
None. |
|
Payment | string |
None. |
|
Integral | decimal number |
None. |
|
IsNegative | integer |
None. |
|
Remark | string |
None. |
|
TicketID | string |
None. |
|
TicketTypeID | integer |
None. |
|
ONLINEORDER |
线上订单号 2021-07-19 添加 |
string |
None. |
BusinessType |
业务类型 order、积分兑订单 other、其他 |
string |
None. |
Request Formats
application/json, text/json
示例:
{ "vipAddIntegral_Date": "sample string 1", "manual_ID": "sample string 2", "vip": "sample string 3", "payment": "sample string 4", "integral": 5.0, "isNegative": 1, "remark": "sample string 6", "ticketID": "sample string 7", "ticketTypeID": 8, "onlineorder": "sample string 9", "businessType": "sample string 10" }
application/xml, text/xml
示例:
<AddIntegral xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Integral"> <BusinessType>sample string 10</BusinessType> <Integral>5</Integral> <IsNegative>1</IsNegative> <Manual_ID>sample string 2</Manual_ID> <ONLINEORDER>sample string 9</ONLINEORDER> <Payment>sample string 4</Payment> <Remark>sample string 6</Remark> <TicketID>sample string 7</TicketID> <TicketTypeID>8</TicketTypeID> <VIP>sample string 3</VIP> <VipAddIntegral_Date>sample string 1</VipAddIntegral_Date> </AddIntegral>
application/x-www-form-urlencoded
示例:
Sample not available.
Response Information
Resource Description
FSResponseName | Description | Type | Additional information |
---|---|---|---|
Flag |
1:成功 0:失敗 |
string |
None. |
Message |
消息 |
string |
None. |
AdjustSheet |
正常返回单号 调整单号 |
string |
None. |
Response Formats
application/json, text/json
示例:
{ "flag": "sample string 1", "message": "sample string 2", "adjustSheet": "sample string 3" }
application/xml, text/xml
示例:
<FSResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models"> <AdjustSheet>sample string 3</AdjustSheet> <Flag>sample string 1</Flag> <Message>sample string 2</Message> </FSResponse>