Billhighway Cloud API

<back to all web services

OutstandingPushRequest

The following routes are available for this service:
GET/api/lockbox/outstandingtrans
OutstandingPushResponse Parameters:
NameParameterData TypeRequiredDescription
ItemsformOutstandingLockboxItem[]No
OutstandingLockboxItem Parameters:
NameParameterData TypeRequiredDescription
ImportLk53formintNo
ClientUserIdformintNo
FirstNameformstringNo
LastNameformstringNo
ChapIdformintNo
DesignationformstringNo
PaymentTypeformstringNo
CheckNoformlongNo
AmountformdecimalNo
ProcessingCurrencyformstringNo
RemitterformstringNo
LastUpdatedformDateTimeNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /api/lockbox/outstandingtrans HTTP/1.1 
Host: devapi.billhighway.com 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"Items":[{"ImportLk53":0,"ClientUserId":0,"FirstName":"String","LastName":"String","ChapId":0,"Designation":"String","PaymentType":"String","CheckNo":0,"Amount":0,"ProcessingCurrency":"String","Remitter":"String","LastUpdated":"0001-01-01T00:00:00.0000000"}]}