GET api/PaymentMethods?CurrencyID={CurrencyID}&typeRefund={typeRefund}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
CurrencyID

string

None.

typeRefund

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PaymentMethod
NameDescriptionTypeAdditional information
ID

string

None.

Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": "sample string 1",
    "Description": "sample string 2"
  },
  {
    "ID": "sample string 1",
    "Description": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDCReembolso.PaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Reembolso2._0.Models">
  <DCReembolso.PaymentMethod>
    <Description>sample string 2</Description>
    <ID>sample string 1</ID>
  </DCReembolso.PaymentMethod>
  <DCReembolso.PaymentMethod>
    <Description>sample string 2</Description>
    <ID>sample string 1</ID>
  </DCReembolso.PaymentMethod>
</ArrayOfDCReembolso.PaymentMethod>