GET api/Rechargeoperator
Recharge operator
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of RechargeOperator| Name | Description | Type | Additional information |
|---|---|---|---|
| OperatorID |
OperatorID |
integer |
None. |
| OperatorName |
OperatorName |
string |
None. |
| ServiceName |
ServiceName |
string |
None. |
| operaotimage |
operaotimage |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OperatorID": 1,
"OperatorName": "sample string 2",
"ServiceName": "sample string 3",
"operaotimage": "sample string 4"
},
{
"OperatorID": 1,
"OperatorName": "sample string 2",
"ServiceName": "sample string 3",
"operaotimage": "sample string 4"
}
]