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": "b8468312-1d41-4594-9fa3-5cf819bd0dbe",
"OuterSystemId": "cf2b59e5-10ab-4c5f-97cc-a27e69d87ad6",
"OuterOrderId": "sample string 3",
"LockId": "25606b86-f850-4bdc-96d5-faf288993fdc",
"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>b8468312-1d41-4594-9fa3-5cf819bd0dbe</AccountId> <LockId>25606b86-f850-4bdc-96d5-faf288993fdc</LockId> <OuterOrderId>sample string 3</OuterOrderId> <OuterSystemId>cf2b59e5-10ab-4c5f-97cc-a27e69d87ad6</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>