GET api/GetOperator
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of APIDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| OperatorName | string |
None. |
|
| ServiceType | string |
None. |
|
| OperatorCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"OperatorName": "sample string 1",
"ServiceType": "sample string 2",
"OperatorCode": 3
},
{
"OperatorName": "sample string 1",
"ServiceType": "sample string 2",
"OperatorCode": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfAPIDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.Api.Models">
<APIDetails>
<OperatorCode>3</OperatorCode>
<OperatorName>sample string 1</OperatorName>
<ServiceType>sample string 2</ServiceType>
</APIDetails>
<APIDetails>
<OperatorCode>3</OperatorCode>
<OperatorName>sample string 1</OperatorName>
<ServiceType>sample string 2</ServiceType>
</APIDetails>
</ArrayOfAPIDetails>