<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<pf1-0200:Drawer xmlns:pf1-0200="http://www.modeldev.restauranttechnologynetwork.com/models/v2">
<pf1-0200:DrawerEventGUID>bc7af2bb-6213-4d0b-8284-632ec3a0abc5</pf1-0200:DrawerEventGUID>
<pf1-0200:TillID>1</pf1-0200:TillID>
<pf1-0200:DrawerOpenTime>2022-07-05T17:06:10</pf1-0200:DrawerOpenTime>
<pf1-0200:DrawerCloseTime>2022-07-05T17:07:03</pf1-0200:DrawerCloseTime>
<pf1-0200:DrawerTransactionReason>Till assignment</pf1-0200:DrawerTransactionReason>
<pf1-0200:ReasonDescription>Drawer opened to assign till at beginning of shift.</pf1-0200:ReasonDescription>
<pf1-0200:ReferencedTransactionGUID>7041b5fe-eaf7-446c-9a27-588c61dfd621</pf1-0200:ReferencedTransactionGUID>
<pf1-0200:CashManagement>
<pf1-0200:Amount>1000</pf1-0200:Amount>
<pf1-0200:Currency decimalPlaces="2">Example String Value</pf1-0200:Currency>
<pf1-0200:Denomination>
<pf1-0200:DenominationType>Quarters</pf1-0200:DenominationType>
<pf1-0200:Amount>10.00</pf1-0200:Amount>
<pf1-0200:Quantity>40</pf1-0200:Quantity>
</pf1-0200:Denomination>
<pf1-0200:MonetaryDeviceID>CD1</pf1-0200:MonetaryDeviceID>
<pf1-0200:MonetaryDeviceDescription>Coin dispenser</pf1-0200:MonetaryDeviceDescription>
</pf1-0200:CashManagement>
</pf1-0200:Drawer>
{
"DrawerSummary" : {
"DrawerEventGUID" : "bc7af2bb-6213-4d0b-8284-632ec3a0abc5",
"TillID" : "1",
"DrawerOpenTime" : "2022-07-05T17:06:10",
"DrawerCloseTime" : "2022-07-05T17:07:03",
"DrawerTransactionReason" : {
"value" : "Till assignment"
},
"ReasonDescription" : "Drawer opened to assign till at beginning of shift.",
"ReferencedTransactionGUID" : "7041b5fe-eaf7-446c-9a27-588c61dfd621",
"CashManagement" : [ {
"@type" : "CashManagement",
"Amount" : 1000,
"Currency" : {
"value" : "Example String Value",
"decimalPlaces" : "2"
},
"Denomination" : {
"@type" : "Denomination",
"DenominationType" : "Quarters",
"Amount" : 10.00,
"Quantity" : 40
},
"MonetaryDeviceID" : "CD1",
"MonetaryDeviceDescription" : "Coin dispenser"
} ]
}
}