POST api/Operation/DepositYesNo
Request Information
URI Parameters
None.
Body Parameters
DepositResponseModelName | Description | Type | Additional information |
---|---|---|---|
Reference | string |
None. |
|
AccountId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "reference": "sample string 1", "accountId": "f2f5cd61-55d6-4b31-a3d4-82d3854bdff5" }
application/xml, text/xml
Sample:
<DepositResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EvenEdgeService.Models"> <AccountId>f2f5cd61-55d6-4b31-a3d4-82d3854bdff5</AccountId> <Reference>sample string 1</Reference> </DepositResponseModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultViewDepositYesNoModelName | Description | Type | Additional information |
---|---|---|---|
Result | string |
None. |
|
ErrorLog | Collection of string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.