GET api/Payment/{accountNumber}/Payment/{paymentID}
Gets the payments for the specified account number and payment id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountNumber |
The account number |
string |
Required |
paymentID |
The payment ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
And arraylist of payments
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.