GET api/cli/balance/bycli/{cli}
Return CLI Outstanding Balance for specified CLI string.
Error Messages
- 404/NotFound- CLI x not found - Specified CLI is not found in the database
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cli | Filter by CLI string | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns OutstandingBalance and RequestId
CLIOutstandingBalanceResponseName | Description | Type | Additional information |
---|---|---|---|
OutstandingBalance | decimal number |
None. |
|
RequestID | integer |
None. |