POST api/eftposterminals/manage

Request Information

URI Parameters

None.

Body Parameters

PaymentEFTPosTerminal
NameDescriptionTypeAdditional information
Id

integer

None.

TId

string

None.

EFTPosId

string

None.

OAuthKey

string

None.

EFTPosIP

string

None.

EFTPosPort

integer

None.

EFTPosProviderId

integer

None.

Request 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
}

application/xml, text/xml

Sample:
<PaymentEFTPosTerminal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.SharedModels.WebModels">
  <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>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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
}

application/xml, text/xml

Sample:
<PaymentEFTPosTerminal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Atlantis.Library.SharedModels.WebModels">
  <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>