GET api/Order/Sp_Yd_Dsfzf/T/Query/LastUsable/{orderid}/{paytypecode}
获取某个订单某种支付方式可用的交易ID。
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderid |
订单编号。 |
string |
Required |
| paytypecode |
支方式ID。 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取某个订单某种支付方式可用的交易ID。
CommonOperationResultWithTagOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": "sample string 3"
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>sample string 3</tag> </CommonOperationResultWithTagOfstring>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.