GET api/brusper/get_charge?code={code}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of brusper_charge| Name | Description | Type | Additional information |
|---|---|---|---|
| get_charge | string |
None. |
|
| brusper_charge_error | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"get_charge": "sample string 1",
"brusper_charge_error": "sample string 2"
},
{
"get_charge": "sample string 1",
"brusper_charge_error": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfbrusper_charge xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Brusper_api.Models">
<brusper_charge>
<brusper_charge_error>sample string 2</brusper_charge_error>
<get_charge>sample string 1</get_charge>
</brusper_charge>
<brusper_charge>
<brusper_charge_error>sample string 2</brusper_charge_error>
<get_charge>sample string 1</get_charge>
</brusper_charge>
</ArrayOfbrusper_charge>