POST api/PaymentResponses/select

Retrieves a list of payment responses that match the given criteria.

Request Information

URI Parameters

None.

Body Parameters

The criteria model to filter payment responses by.

PaymentResponseFilterCriteria
NameDescriptionTypeAdditional information
PaymentRequestId

integer

None.

TenantId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PaymentRequestId": 1,
  "TenantId": "d4e3224c-2a96-41da-ae58-5bd268a79ddc"
}

application/xml, text/xml

Sample:
<PaymentResponseFilterCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Pay.Models.FilterCriteria">
  <PaymentRequestId>1</PaymentRequestId>
  <TenantId>d4e3224c-2a96-41da-ae58-5bd268a79ddc</TenantId>
</PaymentResponseFilterCriteria>

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.