POST api/SDXCheckCoupons
圣得西驿氪券核销
Request Information
URI Parameters
None.
Body Parameters
EzrRequestName | Description | Type | Additional information |
---|---|---|---|
AppId | string |
None. |
|
Timestamp | string |
None. |
|
Sign | string |
None. |
|
Args | string |
None. |
|
AppSystem | string |
None. |
Request Formats
application/json, text/json
示例:
{ "appId": "sample string 1", "timestamp": "sample string 2", "sign": "sample string 3", "args": "sample string 4", "appSystem": "sample string 5" }
application/xml, text/xml
示例:
<EzrRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Shengdexi"> <AppId>sample string 1</AppId> <AppSystem>sample string 5</AppSystem> <Args>sample string 4</Args> <Sign>sample string 3</Sign> <Timestamp>sample string 2</Timestamp> </EzrRequest>
application/x-www-form-urlencoded
示例:
Sample not available.
Response Information
Resource Description
EzrResponseOfStringName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
StatusCode | integer |
None. |
|
Msg | string |
None. |
|
Timestamp | string |
None. |
|
Sign | string |
None. |
|
Result | string |
None. |
Response Formats
application/json, text/json
示例:
{ "status": true, "statusCode": 2, "msg": "sample string 3", "timestamp": "sample string 4", "sign": "sample string 5", "result": "sample string 6" }
application/xml, text/xml
示例:
<EzrResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Shengdexi"> <Msg>sample string 3</Msg> <Result>sample string 6</Result> <Sign>sample string 5</Sign> <Status>true</Status> <StatusCode>2</StatusCode> <Timestamp>sample string 4</Timestamp> </EzrResponseOfstring>