POST Volume_Resident/App_GetMyVolume_ByRetailerID
根据商家ID 获取我的优惠卷
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
suborder | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "str": "sample string 1", "ResidentID": "sample string 2", "AddressID": "sample string 3", "MsgType": 4 }
application/xml, text/xml
Sample:
<SubOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models"> <AddressID>sample string 3</AddressID> <MsgType>4</MsgType> <ResidentID>sample string 2</ResidentID> <str>sample string 1</str> </SubOrder>
application/x-www-form-urlencoded
Sample: