GET api/checkoutsettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CheckoutSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| StoreID | integer |
None. |
|
| MachineID | integer |
None. |
|
| Section |
Section under which this setting is saved |
string |
String length: inclusive between 0 and 60 |
| KeyName |
KeyName under which this setting is saved. Combo of Section + KeyName is unique per setting |
string |
String length: inclusive between 0 and 60 |
| Value | string |
None. |
|
| UpdatedBy |
User or operator that updated this setting |
string |
String length: inclusive between 0 and 60 |
| TerminalG_UID |
Guid of the terminal that this setting applies to |
Collection of byte |
None. |
| TerminalGuid |
Guid of the terminal that this setting applies to |
globally unique identifier |
None. |
| ZoneID |
Zone ID that this setting applies to |
integer |
None. |
| SoftwareUpdatedBy |
The software that last updated this settings value |
CheckoutSettingSoftwareUpdatedBy |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"storeID": 1,
"machineID": 1,
"machineName": "sample string 1",
"section": "sample string 2",
"keyName": "sample string 3",
"value": "sample string 4",
"updated": "2026-06-03T18:30:31.087948",
"updatedBy": "sample string 5",
"terminalG_UID": "nICnQJHX/EO+RRbIJo+hew==",
"terminalGuid": "40a7809c-d791-43fc-be45-16c8268fa17b",
"zoneID": 1,
"softwareUpdatedBy": 0,
"storeName": "sample string 6",
"machine": {
"$id": "2",
"id": 1,
"storeScaleID": 2,
"scaleID": "sample string 3",
"scaleName": "sample string 4",
"description": "sample string 5",
"scaleLocation": 1,
"zoneID": 1,
"storeID": 1,
"scaleType": 1,
"checkFrequency": 1,
"testWeight": 1.1,
"terminalG_UID": "+lbGkK8chEylBR0TKAS0jQ==",
"terminalGuid": "90c656fa-1caf-4c84-a505-1d132804b48d",
"storeName": "sample string 6",
"zoneName": "sample string 7",
"scaleLocationName": "sample string 8",
"settingsZone": {
"$id": "3",
"id": 1,
"storeID": 2,
"name": "sample string 3",
"machines": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"terminal": {
"$id": "4",
"id": 1,
"g_UID": "CD+Nzu9fvkqzPc4EUlqXYA==",
"guid": "ce8d3f08-5fef-4abe-b33d-ce04525a9760",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "pGVNiiUDok+ClgKvJyh1iQ==",
"linkedPOSKey": "8a4d65a4-0325-4fa2-8296-02af27287589",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-06-03T18:30:31.087948",
"currentMachine": {
"$ref": "2"
},
"currentLane": {
"$id": "5",
"identifier": "8zMUwQrnrEyKQb4kcuMDXA==",
"identifierGuid": "c11433f3-e70a-4cac-8a41-be2472e3035c",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-06-03T18:30:31.087948",
"lastSaleLocal": "2026-06-03T18:30:31.087948",
"status": 0,
"statusDate": "2026-06-03T18:30:31.087948",
"statusName": "None",
"storeName": "sample string 5",
"machineName": "sample string 6",
"zoneName": "sample string 7"
}
}
},
"terminalName": "sample string 7",
"terminal": {
"$ref": "4"
},
"machineGroupName": "sample string 8",
"header": {
"$id": "6",
"type": 0,
"possibleValues": "sample string 1",
"defaultValue": "sample string 2",
"description": "sample string 3",
"section": "sample string 4",
"subSection": "sample string 5",
"keyName": "sample string 6",
"scope": 0
},
"possibleValues": "sample string 9",
"type": 0,
"defaultValue": "sample string 10",
"description": "sample string 11",
"subSection": "sample string 12",
"scope": 0,
"ingressId": "sample string 13"
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfCheckoutSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
<CheckoutSetting>
<KeyName>sample string 3</KeyName>
<MachineID>1</MachineID>
<Section>sample string 2</Section>
<SoftwareUpdatedBy>POS</SoftwareUpdatedBy>
<StoreID>1</StoreID>
<TerminalG_UID>nICnQJHX/EO+RRbIJo+hew==</TerminalG_UID>
<TerminalGuid>40a7809c-d791-43fc-be45-16c8268fa17b</TerminalGuid>
<UpdatedBy>sample string 5</UpdatedBy>
<Value>sample string 4</Value>
<ZoneID>1</ZoneID>
</CheckoutSetting>
<CheckoutSetting>
<KeyName>sample string 3</KeyName>
<MachineID>1</MachineID>
<Section>sample string 2</Section>
<SoftwareUpdatedBy>POS</SoftwareUpdatedBy>
<StoreID>1</StoreID>
<TerminalG_UID>nICnQJHX/EO+RRbIJo+hew==</TerminalG_UID>
<TerminalGuid>40a7809c-d791-43fc-be45-16c8268fa17b</TerminalGuid>
<UpdatedBy>sample string 5</UpdatedBy>
<Value>sample string 4</Value>
<ZoneID>1</ZoneID>
</CheckoutSetting>
</ArrayOfCheckoutSetting>
text/csv
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ϓ�\��ܵ 5 xl/workbook.xml � (� ����0��&�C��F��x��})[i�?ik��-%�x�3;��T�qcg�H>jҾt5B�%c�����Ew�8!J�bFɱ5��P�gٕ9� H�� ��+�����bPӊR 5m�B���S�쓌�Vw1 [C�7U%�~�Ѡ��-�$9���gJ\)���p�,
�_�C��wXŶ��PK ϓ�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
ϓ�\\�%' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rf674f904e788400a" /></Relationships>PK ϓ�\0#�Ұ xl/worksheets/sheet1.xml � (� ��Qs�@��
û�w�ew;Im�V�֪�}Ą4�!t�6��I�{
�����\���@������y��"�Vc<�:�j�͒���},篴�z2Zg��bǥS��$���|8��b��Ө�xU��gy��������d�e��4^�>g,��x�ե�E�P��i�3�x��hV/!]nG�Q�r'�YRM߬�����}'w�u�ɨ�o�x];�;��e6.fc�լo���ůrgϣ�ey��?�����L��f�-����&�\'�����dV.Ʈ� `!���cQf����Ъ�:���N�3 Z \p���ы�>�d���Z+~\4�`�^6z9P6�p�^5z��sO�@J�Cƹ��_7z=���ћC���.� B�k��v���*㌫ ��g�K�K�m�� |�c�s��b&P}�o�C�m�`@i6��g�� �&�F��>��d��0$���LhS��I���� ����A��q`�H
�hݷm��Q���6�|�A��&ӢZ��|��C'�Y�b�6�<8����P��b�F�˗-�߾L�7�YTF�Q����>]������}U������4a#�i�m��6]��&x�8� �%��D�%�mBv��6v�6��ąM�.��&L��D8�L�$��gA�~!��WA�^r�� k� y��@��?���Hr��@������E ��;ٻ�Wm�U��+�Q��GΝr�bh����;A�tN h���3A��R F�q�ihK/lD�-�H ȟOG��$�h�?��/���@�&]����M�&�I� 9��F��OA��r��@���l?��)����M�ۑs���o��F �o��&��o�4�7��F �oG��$�o��F �o��F �o��F �o��f#V���@p���F��Sp������8���y��q^���g�PK ϓ�\�Op�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8����ݰa[z��3N�&�e�@�Ƃ#q�"A*�`��h~OO��|�Xo�扽��5-Y����h�NQ�5�ݬw4aLa]`iń�݊��1d֑Im��1����{�e�K��f�����V�QѣU��L��_�?��(ۣ�)��S
��,Q�=u-�֥ !tYс�x�(�z}�My��Z����j�Me��=G�.�tZ�j� E}�G�TT5X_���_l� PK ϓ�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ϓ�\ �X͊ xl/sharedStrings.xml � (� �U�n�@}G�V~Ʒ�q�*I�6m�ڔJnA!�Y�{������$��o�s�>�����$F��E��L�
KC@ "��iO��!!1
p�(̴����S!$R�T̴���i
����@2�`�D�1E�b ��X�k&8�",�r�9#
e4���e��|*�d���)�S��^�&ۈv�8�:����:|y��Gg
�)
�������#�$�8����L�"����3k+�g���9t�+��Vͮ-])���W7�ei��{5k�u� �c(�*���g!�b�:�£�m�~���OX3ʒn8�lL@�$�A-?Wo������N?=j� �q�K��N:{ք��xb��0$���n���^���1�~
n��?���͐�N}���C�
J�k=��b��S�cn(�*�;F�N������t ź��-������$ߣ� �'�6[Y ����P�
�X���@���6p�{6�Ά6zX�8:� J�hvG
�
(~bw�X� u�x��G�_`��/��j휻�A+;n��U�+�@J%�Ҹ��0��Ɗ�jui��m��C���z���^�0�ۿ��:�z�����;��V�g��~��#L������:���N���d�'S���� PK- ϓ�\��ܵ 5 xl/workbook.xmlPK- ϓ�\���� � � [Content_Types].xmlPK-
ϓ�\\�%' ' T _rels/.relsPK- ϓ�\0#�Ұ � xl/worksheets/sheet1.xmlPK- ϓ�\�Op�� P � xl/_rels/workbook.xml.relsPK- ϓ�\Ѓc'2 E
xl/styles.xmlPK- ϓ�\ �X͊ �
xl/sharedStrings.xmlPK � Y
application/vnd.ms-excel
Sample:
PK ϓ�\ǭM
� 5 xl/workbook.xml � (� ����0D�J��(�D��K��
�&�$(IE?�R�n�����l��X;���/\IeS��o%j�;����:
!J�b��U��m�M`i����AY㥚<�h����:/�7�ehu>"�fO��_e4���I�b�)��UKZC JV�ޕ�S�
�o��'���q�҃}��W_PK ϓ�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
ϓ�\��W' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R9457909622f343db" /></Relationships>PK ϓ�\0#�Ұ xl/worksheets/sheet1.xml � (� ��Qs�@��
û�w�ew;Im�V�֪�}Ą4�!t�6��I�{
�����\���@������y��"�Vc<�:�j�͒���},篴�z2Zg��bǥS��$���|8��b��Ө�xU��gy��������d�e��4^�>g,��x�ե�E�P��i�3�x��hV/!]nG�Q�r'�YRM߬�����}'w�u�ɨ�o�x];�;��e6.fc�լo���ůrgϣ�ey��?�����L��f�-����&�\'�����dV.Ʈ� `!���cQf����Ъ�:���N�3 Z \p���ы�>�d���Z+~\4�`�^6z9P6�p�^5z��sO�@J�Cƹ��_7z=���ћC���.� B�k��v���*㌫ ��g�K�K�m�� |�c�s��b&P}�o�C�m�`@i6��g�� �&�F��>��d��0$���LhS��I���� ����A��q`�H
�hݷm��Q���6�|�A��&ӢZ��|��C'�Y�b�6�<8����P��b�F�˗-�߾L�7�YTF�Q����>]������}U������4a#�i�m��6]��&x�8� �%��D�%�mBv��6v�6��ąM�.��&L��D8�L�$��gA�~!��WA�^r�� k� y��@��?���Hr��@������E ��;ٻ�Wm�U��+�Q��GΝr�bh����;A�tN h���3A��R F�q�ihK/lD�-�H ȟOG��$�h�?��/���@�&]����M�&�I� 9��F��OA��r��@���l?��)����M�ۑs���o��F �o��&��o�4�7��F �oG��$�o��F �o��F �o��F �o��f#V���@p���F��Sp������8���y��q^���g�PK ϓ�\6��� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�8��������8�H��6�����W�E�6H]t���}z����c�}�!��5���m�N�<ݬ�8��'��H�
ؔ��Q[U,��.w��J9
��>��`��a[&9\&���k|��4�K��هc�� �A�S?�H�/2Ȯm`�_ʒ�NJT9�@���b�������,%�.+Q�Uƪ��s
��s�yy���-����E)^��Ϳ�|PK ϓ�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK ϓ�\ �X͊ xl/sharedStrings.xml � (� �U�n�@}G�V~Ʒ�q�*I�6m�ڔJnA!�Y�{������$��o�s�>�����$F��E��L�
KC@ "��iO��!!1
p�(̴����S!$R�T̴���i
����@2�`�D�1E�b ��X�k&8�",�r�9#
e4���e��|*�d���)�S��^�&ۈv�8�:����:|y��Gg
�)
�������#�$�8����L�"����3k+�g���9t�+��Vͮ-])���W7�ei��{5k�u� �c(�*���g!�b�:�£�m�~���OX3ʒn8�lL@�$�A-?Wo������N?=j� �q�K��N:{ք��xb��0$���n���^���1�~
n��?���͐�N}���C�
J�k=��b��S�cn(�*�;F�N������t ź��-������$ߣ� �'�6[Y ����P�
�X���@���6p�{6�Ά6zX�8:� J�hvG
�
(~bw�X� u�x��G�_`��/��j휻�A+;n��U�+�@J%�Ҹ��0��Ɗ�jui��m��C���z���^�0�ۿ��:�z�����;��V�g��~��#L������:���N���d�'S���� PK- ϓ�\ǭM
� 5 xl/workbook.xmlPK- ϓ�\���� � � [Content_Types].xmlPK-
ϓ�\��W' ' T _rels/.relsPK- ϓ�\0#�Ұ � xl/worksheets/sheet1.xmlPK- ϓ�\6��� P � xl/_rels/workbook.xml.relsPK- ϓ�\Ѓc'2 E
xl/styles.xmlPK- ϓ�\ �X͊ �
xl/sharedStrings.xmlPK � X