GET api/Payment/{accountNumber}/PendingPayments

Gets a list of pending payments for this account

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountNumber

The account number

string

Required

Body Parameters

None.

Response Information

Resource Description

An arraylist of pending payments

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.