POST ConsumptionHandle/SExcuteRefundMent
Request Information
URI Parameters
None.
Body Parameters
SRefundMentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId | string |
None. |
|
| StatusType | string |
None. |
|
| Timestamp | string |
None. |
|
| RealPayPrice | string |
None. |
|
| Sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderId": "sample string 1",
"StatusType": "sample string 2",
"Timestamp": "sample string 3",
"RealPayPrice": "sample string 4",
"Sign": "sample string 5"
}
application/xml, text/xml
Sample:
<SRefundMentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/H3C.ConsumptionSystem.Model.InnerModel"> <OrderId>sample string 1</OrderId> <RealPayPrice>sample string 4</RealPayPrice> <Sign>sample string 5</Sign> <StatusType>sample string 2</StatusType> <Timestamp>sample string 3</Timestamp> </SRefundMentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AipResponseOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| Resultmsg | string |
None. |
|
| Data | Object |
None. |
|
| Sign | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"Resultmsg": "sample string 2",
"Data": {},
"Sign": "sample string 4"
}
application/xml, text/xml
Sample:
<AipResponseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/H3C.ConsumptionSystem.Model.Common"> <Data /> <Result>sample string 1</Result> <Resultmsg>sample string 2</Resultmsg> <Sign>sample string 4</Sign> </AipResponseOfanyType>