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": "aa1fc00a-9e4d-4977-bbd4-44746efa983c" }
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>aa1fc00a-9e4d-4977-bbd4-44746efa983c</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.