POST api/Operation/DepositYesNo
Request Information
URI Parameters
None.
Body Parameters
DepositResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Reference | string |
None. |
|
| AccountId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"reference": "sample string 1",
"accountId": "a9b8db2c-7c52-428a-b8da-90d1ca6d950b"
}
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>a9b8db2c-7c52-428a-b8da-90d1ca6d950b</AccountId> <Reference>sample string 1</Reference> </DepositResponseModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultViewDepositYesNoModel| Name | 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.