POST api/CheckAccountBalance?MCODE={MCODE}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| MCODE | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Responsen| Name | Description | Type | Additional information |
|---|---|---|---|
| statusCode | string |
None. |
|
| balanceAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusCode": "sample string 1",
"balanceAmount": 2.1
}
application/xml, text/xml
Sample:
<Responsen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DIAPI.Models"> <balanceAmount>2.1</balanceAmount> <statusCode>sample string 1</statusCode> </Responsen>