POST api/RechargeAndExpend
Request Information
URI Parameters
None.
Body Parameters
RechargeAndExpendData| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| OuterSystemId | globally unique identifier |
None. |
|
| OuterOrderId | string |
None. |
|
| Amount | unsigned integer |
None. |
|
| Remark | string |
None. |
|
| Sign | string |
None. |
|
| Id | string |
None. |
|
| Callback | string |
None. |
|
| State | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": "80a54912-9184-4eb2-99a3-bb3f95f01f8d",
"OuterSystemId": "ab4d793d-47ec-4017-ae00-b72838a0e3fe",
"OuterOrderId": "sample string 3",
"Amount": 4,
"Remark": "sample string 5",
"Sign": "sample string 6",
"Id": "sample string 7",
"Callback": "sample string 8",
"State": "sample string 9"
}
application/xml, text/xml
Sample:
<RechargeAndExpendData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Desn.FastTransaction.Communication.Data"> <Callback>sample string 8</Callback> <Id>sample string 7</Id> <State>sample string 9</State> <AccountId>80a54912-9184-4eb2-99a3-bb3f95f01f8d</AccountId> <Amount>4</Amount> <OuterOrderId>sample string 3</OuterOrderId> <OuterSystemId>ab4d793d-47ec-4017-ae00-b72838a0e3fe</OuterSystemId> <Remark>sample string 5</Remark> <Sign>sample string 6</Sign> </RechargeAndExpendData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>