POST OutSource/GetPaymentMethods

Request Information

URI Parameters

None.

Body Parameters

PaymentMethodsModel
NameDescriptionTypeAdditional information
ApiKey

string

None.

ApiSecret

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiKey": "sample string 1",
  "ApiSecret": "sample string 2"
}

application/xml, text/xml

Sample:
<OutSource.PaymentMethodsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AlpaslanEntegrasyon.Models">
  <ApiKey>sample string 1</ApiKey>
  <ApiSecret>sample string 2</ApiSecret>
</OutSource.PaymentMethodsModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.