POST PaymentCollection/GetOrder?access_token={access_token}
请求参数
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
access_token | string |
Required |
Body 参数
GetPaymentOrderRP名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
orderNo | string |
无。 |
|
orderArray | string |
无。 |
|
orderNos | string 集合 |
无。 |
|
unitId | string |
无。 |
|
userId | string |
无。 |
请求格式
application/json, text/json
示例:
{ "orderNo": "sample string 1", "orderArray": "sample string 2", "orderNos": [ "sample string 1", "sample string 2" ], "unitId": "sample string 3", "userId": "sample string 4" }
application/xml, text/xml
示例:
<GetPaymentOrderRP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Module.Order.Order.Request"> <unitId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 3</unitId> <userId xmlns="http://schemas.datacontract.org/2004/07/JIT.CPOS.DTO.Base">sample string 4</userId> <orderArray>sample string 2</orderArray> <orderNo>sample string 1</orderNo> <orderNos xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </orderNos> </GetPaymentOrderRP>
application/x-www-form-urlencoded
示例:
Sample not available.
Response 信息
资源描述
HttpResponseMessage名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
Version | Version |
无。 |
|
Content | HttpContent |
无。 |
|
StatusCode | HttpStatusCode |
无。 |
|
ReasonPhrase | string |
无。 |
|
Headers | Object 集合 |
无。 |
|
RequestMessage | HttpRequestMessage |
无。 |
|
IsSuccessStatusCode | boolean |
无。 |