GET api/GetAllGateWays
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GateWayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GateWayID | integer |
None. |
|
| GateWayName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GateWayID": 1,
"GateWayName": "sample string 2"
},
{
"GateWayID": 1,
"GateWayName": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfGateWayModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Hogozati.PaymentTransaction.PrePayment.Models">
<GateWayModel>
<GateWayID>1</GateWayID>
<GateWayName>sample string 2</GateWayName>
</GateWayModel>
<GateWayModel>
<GateWayID>1</GateWayID>
<GateWayName>sample string 2</GateWayName>
</GateWayModel>
</ArrayOfGateWayModel>