Cash Drawer Sessions REST Endpoints

Cash Drawer Sessions
The cash drawer sessions resource is used to open, suspend, or close cash drawer sessions. A cash drawer session is the instance that allows a cashier to collect money from a customer and deposit that money in a cash drawer device.
Create a cash drawer session
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerSessions
Get a cash drawer session
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerSessions/{publicSectorCashDrawerSessionsUniqID}
Get all cash drawer sessions
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerSessions
Update a cash drawer session
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorCashDrawerSessions/{publicSectorCashDrawerSessionsUniqID}