GET | /api/lockbox/outstandingtrans |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Items | form | OutstandingLockboxItem[] | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ImportLk53 | form | int | No | |
ClientUserId | form | int | No | |
FirstName | form | string | No | |
LastName | form | string | No | |
ChapId | form | int | No | |
Designation | form | string | No | |
PaymentType | form | string | No | |
CheckNo | form | long | No | |
Amount | form | decimal | No | |
ProcessingCurrency | form | string | No | |
Remitter | form | string | No | |
LastUpdated | form | DateTime | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=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"}]}