POST api/Unlock
Request Information
URI Parameters
None.
Body Parameters
UnlockData| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| OuterSystemId | globally unique identifier |
None. |
|
| OuterOrderId | string |
None. |
|
| LockId | globally unique identifier |
None. |
|
| Remark | string |
None. |
|
| Id | string |
None. |
|
| Callback | string |
None. |
|
| State | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountId": "8294b863-d048-4003-acb4-749729fdeea4",
"OuterSystemId": "e650bef9-a4ba-4fb5-902d-5f65f45a0248",
"OuterOrderId": "sample string 3",
"LockId": "3e7c9c6d-abc4-4159-96b1-fff049602a5a",
"Remark": "sample string 5",
"Id": "sample string 6",
"Callback": "sample string 7",
"State": "sample string 8"
}
application/xml, text/xml
Sample:
<UnlockData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Desn.FastTransaction.Communication.Data"> <Callback>sample string 7</Callback> <Id>sample string 6</Id> <State>sample string 8</State> <AccountId>8294b863-d048-4003-acb4-749729fdeea4</AccountId> <LockId>3e7c9c6d-abc4-4159-96b1-fff049602a5a</LockId> <OuterOrderId>sample string 3</OuterOrderId> <OuterSystemId>e650bef9-a4ba-4fb5-902d-5f65f45a0248</OuterSystemId> <Remark>sample string 5</Remark> </UnlockData>
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>