POST api/UnlockAndExpend
Request Information
URI Parameters
None.
Body Parameters
UnlockAndExpendData| 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. |
|
| LockId | globally unique identifier |
None. |
|
| Id | string |
None. |
|
| Callback | string |
None. |
|
| State | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": "1c8715be-23de-4f3c-b884-03cdbc5c7cee",
"OuterSystemId": "65c7f150-409d-419d-b5aa-92d03e61ee85",
"OuterOrderId": "sample string 3",
"Amount": 4,
"Remark": "sample string 5",
"LockId": "e6a9b2ea-31c2-47e0-aa75-550aa93ebeeb",
"Id": "sample string 7",
"Callback": "sample string 8",
"State": "sample string 9"
}
application/xml, text/xml
Sample:
<UnlockAndExpendData 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>1c8715be-23de-4f3c-b884-03cdbc5c7cee</AccountId> <Amount>4</Amount> <LockId>e6a9b2ea-31c2-47e0-aa75-550aa93ebeeb</LockId> <OuterOrderId>sample string 3</OuterOrderId> <OuterSystemId>65c7f150-409d-419d-b5aa-92d03e61ee85</OuterSystemId> <Remark>sample string 5</Remark> </UnlockAndExpendData>
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>