POST api/AccountBalance
Request Information
URI Parameters
None.
Body Parameters
AccountBalanceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InstallationID | integer |
None. |
|
| VC | integer |
None. |
|
| ConfirmationCode | integer |
None. |
|
| SenderConfirmationCode | integer |
None. |
|
| LangID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InstallationID": 1,
"VC": 2,
"ConfirmationCode": 3,
"SenderConfirmationCode": 4,
"LangID": 5
}
text/xml
Sample:
<AccountBalanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iCashAPI.Models"> <ConfirmationCode>3</ConfirmationCode> <InstallationID>1</InstallationID> <LangID>5</LangID> <SenderConfirmationCode>4</SenderConfirmationCode> <VC>2</VC> </AccountBalanceModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |