GET api/Payment/{accountNumber}/Payment/{paymentID}

Gets the payments for the specified account number and payment id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountNumber

The account number

string

Required

paymentID

The payment ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

And arraylist of payments

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.