GET api/eftposterminals

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PaymentEFTPosTerminal
NameDescriptionTypeAdditional information
Id

integer

None.

TId

string

None.

EFTPosId

string

None.

OAuthKey

string

None.

EFTPosIP

string

None.

EFTPosPort

integer

None.

EFTPosProviderId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "TId": "sample string 2",
    "EFTPosId": "sample string 3",
    "OAuthKey": "sample string 4",
    "EFTPosIP": "sample string 5",
    "EFTPosPort": 6,
    "EFTPosProviderId": 7
  },
  {
    "Id": 1,
    "TId": "sample string 2",
    "EFTPosId": "sample string 3",
    "OAuthKey": "sample string 4",
    "EFTPosIP": "sample string 5",
    "EFTPosPort": 6,
    "EFTPosProviderId": 7
  }
]

application/xml, text/xml

Sample:
<ArrayOfPaymentEFTPosTerminal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.SharedModels.WebModels">
  <PaymentEFTPosTerminal>
    <EFTPosIP>sample string 5</EFTPosIP>
    <EFTPosId>sample string 3</EFTPosId>
    <EFTPosPort>6</EFTPosPort>
    <EFTPosProviderId>7</EFTPosProviderId>
    <Id>1</Id>
    <OAuthKey>sample string 4</OAuthKey>
    <TId>sample string 2</TId>
  </PaymentEFTPosTerminal>
  <PaymentEFTPosTerminal>
    <EFTPosIP>sample string 5</EFTPosIP>
    <EFTPosId>sample string 3</EFTPosId>
    <EFTPosPort>6</EFTPosPort>
    <EFTPosProviderId>7</EFTPosProviderId>
    <Id>1</Id>
    <OAuthKey>sample string 4</OAuthKey>
    <TId>sample string 2</TId>
  </PaymentEFTPosTerminal>
</ArrayOfPaymentEFTPosTerminal>