GET api/Accounts/GetAccountBalance?pAccountNum={pAccountNum}&pAccBranchCode={pAccBranchCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pAccountNum | integer |
Required |
|
| pAccBranchCode | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AccBalance| Name | Description | Type | Additional information |
|---|---|---|---|
| price | decimal number |
None. |
|
| vat | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"price": 1.0,
"vat": 2.0
}
application/xml, text/xml
Sample:
<BLAccounts.AccBalance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.Accounts"> <price>1</price> <vat>2</vat> </BLAccounts.AccBalance>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.