GET api/store/{id}/machine/{machine}/checkoutsettings
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| machine | string |
Required |
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:32:49.3897402",
"updatedBy": "sample string 5",
"terminalG_UID": "RpOgs+ZqCEWuXMrF0/fsyA==",
"terminalGuid": "b3a09346-6ae6-4508-ae5c-cac5d3f7ecc8",
"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": "cONYmENPDEy0Vnj8FhDa2Q==",
"terminalGuid": "9858e370-4f43-4c0c-b456-78fc1610dad9",
"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": "MGRrF8sqz0ycMrRm+DxP4Q==",
"guid": "176b6430-2acb-4ccf-9c32-b466f83c4fe1",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "CRo0PPiJSkag+Q8f6xgOHQ==",
"linkedPOSKey": "3c341a09-89f8-464a-a0f9-0f1feb180e1d",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-06-03T18:32:49.3897402",
"currentMachine": {
"$ref": "2"
},
"currentLane": {
"$id": "5",
"identifier": "YvR/Yq3/jUWLgnEnT/i1fA==",
"identifierGuid": "627ff462-ffad-458d-8b82-71274ff8b57c",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-06-03T18:32:49.3897402",
"lastSaleLocal": "2026-06-03T18:32:49.3897402",
"status": 0,
"statusDate": "2026-06-03T18:32:49.3897402",
"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>RpOgs+ZqCEWuXMrF0/fsyA==</TerminalG_UID>
<TerminalGuid>b3a09346-6ae6-4508-ae5c-cac5d3f7ecc8</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>RpOgs+ZqCEWuXMrF0/fsyA==</TerminalG_UID>
<TerminalGuid>b3a09346-6ae6-4508-ae5c-cac5d3f7ecc8</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 ��\��g(� 5 xl/workbook.xml � (� ��;�0D�H����� T4iS���[�َ��c�@J�ngv���q/f�}Ԭ}�:,B�
!�P�_�w�q��(ݓ�i���
t E�]���i��z���ay뀎^ 5o(E�����P�6{HX|����&"[����;.�B�*��@�(9���9F��q��g5�Eɪ�*Y\��֒�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
��\�� 4' ' _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="R98b012153ab7472b" /></Relationships>PK ��\���� xl/worksheets/sheet1.xml � (� ��ms�@��
�waᄚ��$���V�֪��� i�����%�r�,_ZR�sYΞ�^�Y̽�$/�l9�!`��,��$]>��r����G�U��.fIRz�,N�?+�Ǔ0,ƳdA��,�s�,_�e�1��4'g��i�,ː3�y2���R�,},�ʹ��U<�I<����oF-�t�����^��'ӡ�N�A
ߦɪ�;��w�+�~�?\N�>��Ё��_��$��O��&[]$�ì�LR�f�͋���H����"�S�^��r6�m �E���OE�-�6�V���FǷ:`�0�*�[8��^��2ЊI�F�h~\/��W�^��G�>�^��<0V*eM�8���Foz^�6z��7���ţ@��z`mp�v�Ё�$��"�1a��f���^�l�,��Xͬ�]�o�}�m a�@e����2���@A�AhC�J�H+a9(f�������cBG2��vITp`�*�ӵm���Y��O�6�|�AP���)͌���� �>y� m��;��"��������a��(r��%���I��9��x4ȳ��ק���7�aQ���wPQ���Gl>��
��%�8u ~H���8$�<$�]B�]":$.\B�.a�.a���c��+A�~"d�gA�~!d�5� g����@������@��?��!wo �{G �ݟ�ܽ'���aնm���r�Uz{��)w/���@�>�#�O������:e:
���
�$����E�����xĻ+B����@�v&T�/�6�@�&}%�I7�6�� 翻�D�� ��-� w����E�s螘]�đ�9w*��F �o��F �o���FL�}s�o��vĻ+B��F �o��F �o��F �o��F �o.��@p���@p�\��1�-��z9K�I��gY�����xFPK ��\��3�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_cl��U�l��6� Ɗ
H�����W(J�֑��&+4��i������<O�C��%����:8%����f��I�|#��G���I�?Q��Y��y���]�E�e��(�UY64,p�$�����֣�g�N3�����p�19�0`��'��z�"S�����R�YUK�x-z7��.�_��z!#Y�U[q\ɚ7�����}
y�K�e�P�[��j�Y��Fo���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 ��\S$�� xl/sharedStrings.xml � (� �U�n�0�G��\�Ssh:���u��1)H �\�o���v��8Y[ڜ������)��_i�����щf����t=ў��@CBb�Q�h
�O�BH�T��h)�3�d)ˀ*f�x��z�)28 �&���|3�1�a9���4���G�{@���c9
%�0��M9�%�/0�Ĵ���)ԩ�Ti��[(ڤ?�$o�OY�%D�EQ'��1��ͷ�f�{2�?���B��?1�NU�ڲٖ�+�6��aꆳ<k�{�z
��>0!�eUYE�W�5��`��D��a��8kkg�/;��2�kB�8�P���. ����N?���^#�BHH��B�ur�`k举�c�u׳�Gt��9�!4��!�����}3�� �ߩ�j�B���A�ퟵ���r��[�mnx{�;F�V���ew�b:x����
�������ء� �'��Y"����P�{��?0S��@�t�i��?sg�=,^\ %vԻ#u?
� ����+��]b}�z�>V��m+��h�Vk��]
Z�a�l�bA%R��(�)����S�n,X�0���Zlc'hj&=�瘀0v¥���y���[�7�X�W$��g��~��=�������:���N���d�'S�٧� PK- ��\��g(� 5 xl/workbook.xmlPK- ��\���� � [Content_Types].xmlPK-
��\�� 4' ' V _rels/.relsPK- ��\���� � xl/worksheets/sheet1.xmlPK- ��\��3�� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
xl/styles.xmlPK- ��\S$�� �
xl/sharedStrings.xmlPK � \
application/vnd.ms-excel
Sample:
PK ��\].x� 5 xl/workbook.xml � (� ����0��&�C��- p��Ճ���H����[J ��mgv�۩&�_k_�GJ_�!FW2�5��uh�NZ�!&��J�:lm��h"+8?3�#DeM�t���
�#�a@�z\P���~GH57�+�B��X��&aK�����.�"4ִ��d���TP�K���K'��`q�"�V������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="R4ace9550abb24e07" /></Relationships>PK ��\���� xl/worksheets/sheet1.xml � (� ��ms�@��
�waᄚ��$���V�֪��� i�����%�r�,_ZR�sYΞ�^�Y̽�$/�l9�!`��,��$]>��r����G�U��.fIRz�,N�?+�Ǔ0,ƳdA��,�s�,_�e�1��4'g��i�,ː3�y2���R�,},�ʹ��U<�I<����oF-�t�����^��'ӡ�N�A
ߦɪ�;��w�+�~�?\N�>��Ё��_��$��O��&[]$�ì�LR�f�͋���H����"�S�^��r6�m �E���OE�-�6�V���FǷ:`�0�*�[8��^��2ЊI�F�h~\/��W�^��G�>�^��<0V*eM�8���Foz^�6z��7���ţ@��z`mp�v�Ё�$��"�1a��f���^�l�,��Xͬ�]�o�}�m a�@e����2���@A�AhC�J�H+a9(f�������cBG2��vITp`�*�ӵm���Y��O�6�|�AP���)͌���� �>y� m��;��"��������a��(r��%���I��9��x4ȳ��ק���7�aQ���wPQ���Gl>��
��%�8u ~H���8$�<$�]B�]":$.\B�.a�.a���c��+A�~"d�gA�~!d�5� g����@������@��?��!wo �{G �ݟ�ܽ'���aնm���r�Uz{��)w/���@�>�#�O������:e:
���
�$����E�����xĻ+B����@�v&T�/�6�@�&}%�I7�6�� 翻�D�� ��-� w����E�s螘]�đ�9w*��F �o��F �o���FL�}s�o��vĻ+B��F �o��F �o��F �o��F �o.��@p���@p�\��1�-��z9K�I��gY�����xFPK ��\���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�n�TM�a�m�g�DM��v=�����ĂMW��==i���c�}v&zgk�� FV���m
�hJ�n�{0����S`iņ���Aw4b��D6u��#Ɣ��O���υ(��3�����Ct����>�d�`���1tD�}K���R�� �D�kjأ��|D!�re$�wS�2P����g2�Q���fQ�R����L�����ӥ�N��\-Y*�rYVFIY\���_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 ��\S$�� xl/sharedStrings.xml � (� �U�n�0�G��\�Ssh:���u��1)H �\�o���v��8Y[ڜ������)��_i�����щf����t=ў��@CBb�Q�h
�O�BH�T��h)�3�d)ˀ*f�x��z�)28 �&���|3�1�a9���4���G�{@���c9
%�0��M9�%�/0�Ĵ���)ԩ�Ti��[(ڤ?�$o�OY�%D�EQ'��1��ͷ�f�{2�?���B��?1�NU�ڲٖ�+�6��aꆳ<k�{�z
��>0!�eUYE�W�5��`��D��a��8kkg�/;��2�kB�8�P���. ����N?���^#�BHH��B�ur�`k举�c�u׳�Gt��9�!4��!�����}3�� �ߩ�j�B���A�ퟵ���r��[�mnx{�;F�V���ew�b:x����
�������ء� �'��Y"����P�{��?0S��@�t�i��?sg�=,^\ %vԻ#u?
� ����+��]b}�z�>V��m+��h�Vk��]
Z�a�l�bA%R��(�)����S�n,X�0���Zlc'hj&=�瘀0v¥���y���[�7�X�W$��g��~��=�������:���N���d�'S�٧� PK- ��\].x� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\��w�' ' U _rels/.relsPK- ��\���� � xl/worksheets/sheet1.xmlPK- ��\���� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
xl/styles.xmlPK- ��\S$�� �
xl/sharedStrings.xmlPK � [