GET api/Recharge/Amounts/{cardId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cardId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of decimal numberResponse Formats
application/json, text/json
Sample:
[ 1.1, 2.1 ]
application/xml, text/xml
Sample:
<ArrayOfdouble xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <double>1.1</double> <double>2.1</double> </ArrayOfdouble>