GET api/Bonus/Check/Get/{payOutProcessID}/{checkNumber}/{payOutMethodID}
The user can call this API to get a list of paid checks based on the given criteria. This will give the user a list with the following information for each check transaction found: Rep, check number, check amount, and check void status.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
payOutProcessID |
The identifier for a given Payout Process. |
integer |
Default value is 0 |
checkNumber |
Check Number |
integer |
Default value is 0 |
payOutMethodID |
Payout Method Identifier |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/xml, text/xml, application/json, text/json
Sample:
Sample not available.