You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Daily Banking API
print icon
Daily Banking API
 

There is one method available for daily banking entries :

  1. List daily banking records
List daily banking records

End Point: https://api.myposconnect.com/api/v2/dailybanking/till-entries

Verb: GET

Example Call: https://api.myposconnect.com/api/v2/dailybanking/till-entries?filt_effectivedatemin_dt=2022-dec-31&filt_effectivedatemax_dt=2022-dec-31

Return Codes: 200 for success, with the body containing the JSON for the daily banking till entries. For other possible (more general) return codes please see API Build Basics

Example JSON Object
Bank Entry

{
       "id": "1028e7ec-8f04-461a-bc29-9ae250d3ea2b",
       "storeId": "2eb64e25-7aab-4443-bf4d-0bf75e05ea23",
       "storeCode": "XXX1234",
       "storeName": "Store Nickname here",
       "effectiveDate": "2021-09-28T00:00:00",
       "tillNumber": 1,
       "tillLabel": "5555_Till Location Here",
       "sodCashFloat": 1000,
       "sodCashFloatWitness1": "Bill Gates",
       "sodCashFloatWitness2": "Rodney Trotter",
       "eodCashFloat": 1000,
       "eodCashFloatWitness1": "Bill Gates",
       "eodCashFloatWitness2": "Rodney Trotter ",
       "eodCashCountExFloat": 3923,
       "eodccSlipsAllDevices": 2598.59,
       "eodInstalmentPayments": 0,
       "eodOtherPayments": 0,
       "eodCashUpWitness1": "Bill Gates",
       "eodCashUpWitness2": "Rodney Trotter ",
       "compCashTotal": 3923,
       "compCCTotal": 2598.59,
       "compInstalmentPayments": 0,
       "compOtherPayments": 0,
       "discrepReason": null,
       "cashBagSerialNumber": "100998624",
       "bankingSlipRefNumber": null,
       "bagSlipWitness1": "Bill Gates",
       "bagSlipWitness2": "Rodney Trotter ",
       "lastEditDate": "2021-09-28T21:48:19.94",
       "lastEditDateUTC": "2021-09-28T19:48:18.867",
       "creationDate": "2021-09-28T21:45:48.427",
       "creationDateUTC": "2021-09-28T19:45:47.32",
       "lastEditUser": "User Name",
       "creationUser": "User Name"
}

Troubleshooting Ideas

As with all API connections, you will need to have acquired a bearer token and the user that acquired the token will need to be assigned access permission to this table. If you are not receiving any results send the full endpoint together with any filters and the API user to us from a valid email address and we can advise if permissions have been authorised. You might be able to see data with one table and not another if specific permissions are not applied. Check your filter dates if collecting all entries.

Feedback
0 out of 0 found this helpful

scroll to top icon