POST api/YingErCouponVerification
Request Information
URI Parameters
None.
Body Parameters
YingErCouponVerificationName | Description | Type | Additional information |
---|---|---|---|
OrderNo | string |
None. |
|
CoupNo | string |
None. |
|
ChannelCode | string |
None. |
|
CoupCheckTime | date |
None. |
Request Formats
application/json, text/json
示例:
{ "orderNo": "sample string 1", "coupNo": "sample string 2", "channelCode": "sample string 3", "coupCheckTime": "2025-02-24T02:45:39.7474044+08:00" }
application/xml, text/xml
示例:
<YingErCouponVerification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Yinger.Request"> <ChannelCode>sample string 3</ChannelCode> <CoupCheckTime>2025-02-24T02:45:39.7474044+08:00</CoupCheckTime> <CoupNo>sample string 2</CoupNo> <OrderNo>sample string 1</OrderNo> </YingErCouponVerification>
application/x-www-form-urlencoded
示例:
Sample not available.
Response Information
Resource Description
FResponsesOfStringName | Description | Type | Additional information |
---|---|---|---|
Flag | string |
None. |
|
Message | string |
None. |
|
data | string |
None. |
Response Formats
application/json, text/json
示例:
{ "flag": "sample string 1", "message": "sample string 2", "data": "sample string 3" }
application/xml, text/xml
示例:
<FResponsesOfstring 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> <data>sample string 3</data> </FResponsesOfstring>