GET api/checkoutsetting
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-04-03T06:24:59.9864292",
"updatedBy": "sample string 5",
"terminalG_UID": "yMR5sodbokK/6QrfQTCQJQ==",
"terminalGuid": "b279c4c8-5b87-42a2-bfe9-0adf41309025",
"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": "avKnAiCUgU6EwFl1un4qLw==",
"terminalGuid": "02a7f26a-9420-4e81-84c0-5975ba7e2a2f",
"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": "jkxuB+2kB0ixTWtrW9y3RA==",
"guid": "076e4c8e-a4ed-4807-b14d-6b6b5bdcb744",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "6fLhrsLoT0u6t69HECJFcw==",
"linkedPOSKey": "aee1f2e9-e8c2-4b4f-bab7-af4710224573",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-04-03T06:24:59.9864292",
"currentMachine": {
"$ref": "2"
},
"currentLane": {
"$id": "5",
"identifier": "Yq+G1501Z0u6htAUlOzBMw==",
"identifierGuid": "d786af62-359d-4b67-ba86-d01494ecc133",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-04-03T06:24:59.9864292",
"lastSaleLocal": "2026-04-03T06:24:59.9864292",
"status": 0,
"statusDate": "2026-04-03T06:24:59.9864292",
"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>yMR5sodbokK/6QrfQTCQJQ==</TerminalG_UID>
<TerminalGuid>b279c4c8-5b87-42a2-bfe9-0adf41309025</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>yMR5sodbokK/6QrfQTCQJQ==</TerminalG_UID>
<TerminalGuid>b279c4c8-5b87-42a2-bfe9-0adf41309025</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 3�\��˶ 5 xl/workbook.xml � (� ����0D�&�C��B
)��x��}�[i�-ik��H�yۙ�};|��o���G���]c��o;��OvD3�u�,Y)U��m�M`���3�e�����J���G� |���4(C���4{*�|����]L���M��/�"4��� �D�.J�P�
5�F@���,y�Rq�;{�q����PK 3�\���� � [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
3�\M�\Q' ' _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="Rb60da9d16b524ed5" /></Relationships>PK 3�\�nǧ� xl/worksheets/sheet1.xml � (� ��]S�@��
�}a?Xv�I�X��ֶֶ~\҄�!8��?�!�=
ʍ&��{ޗe�M��K�I���#����,Y=���r�N�Ǔ�:���8.����|�.�������"N��˞╹6��4*�������d�e��4^�>#$��x�f�b�<��kzOyͪ-��m�4JV�d4KL���<���z��]ǟ�*�6����ggs'�������l쒊�-��Z�:wf�<z^�7��"N�IT5�lYT?�4�H�:i���Nf�b�j�$d��>e��m�L��m��خ�OS���q���z^��>� �����p}P��E]/ևu}8�^����g�ҁZ��1ݣ������u]���UȵY<)��p=%�qȮ��
�VD0-����Y�ޣ�����G4cJiIt �v�؏�mH[
���d
��I m,H�z�6&���P
�DI�ӡ�!��JJŕ"�saO�ƈ�u����k�(�J�͢�"�u`�y�S�� k=H�qq@�$����(�vB6�C�EƇvh�Ȃ�����?��a�+2�-��Ӥ:z2���l���e����|,�˜A�9�^&d�ljk�M�.qj�K���l"��6!��G��ąM�.qi�K|� �%>#�Q���A��_��
A������ @���@ �O��B�ԽE��� u���� ���I�.r�����(�?p�ً�9�!��s:G0�������X(yhw
�}�t#��F� A�B�hw���qA0���
A����;��!� ����� (�A���ԽC������?y�m�����v��� 0o� 0o��yC���و�7�y;��R� 0o� 0o� 0o� 0o6b�
A`��
A`�l������{�\��,�ϳ����t�/��?PK 3�\2�*� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8IM���ݰ��{GM��v=�����ĂMW��==i���c�}v&zg(�Y�To�NQ?ݬ�4`L��S`iņL���A1dn"�:��cJ}�'�G숗y^q?g�-�.����%=;y��?����c0D�}G���R�ߡ��N5�o�B>�
�R�����e���u�g2�r�k�ʅ�����]ezR/ѧKϝ�噚@�e���Z�tU�7��PK 3�\Ѓ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 3�\>�S�� xl/sharedStrings.xml � (� �U�n�@}G�,?�k�؎�T�iKDS*� ��f=N,�]��.Ŀ�v����yΙ�̎���Dy�cJf�����0&����p�y��"!J(��Z W����s�HS�g�V�lbo!E\��D��HH�m�1@!��41l�)���`�1S����$���e
��|*恠���!�S�����ۘ�w(�& ��&��.�(�[�c"a|Q4�`iLPr���jM�q��g�U\@#�1�Wu���][�R�2�s=�nͳ.�wr����=�<^'P���bY��"�'�s��Y�8�|�3� �v�%�0�|ٚ Gi��\~&߂b
��0}6L;��UH���E!���&��];��Fk����:_3Q9֙�v����`8�q�(�ׯ�e�Xo�W�~F T�]a���IM�KԢ��>sKaT��R�v*U�o�(���(�m\n�f ���} .>A�ي�w��ȹ��d���B>E :ƙ<m�XOlg2gG@���HA^ɛ6r#{�4߱M���<���wGk䂜gT��ٹ����j[��W��R�3�q�;^!�6��
!����R�[�+���
Z/�)����ri�wx�&�r�Î��;����g��}��#�M���͉�c��O\'��y��!���PK- 3�\��˶ 5 xl/workbook.xmlPK- 3�\���� � � [Content_Types].xmlPK-
3�\M�\Q' ' U _rels/.relsPK- 3�\�nǧ� � xl/worksheets/sheet1.xmlPK- 3�\2�*� P � xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
xl/styles.xmlPK- 3�\>�S�� �
xl/sharedStrings.xmlPK � _
application/vnd.ms-excel
Sample:
PK 3�\�
�H� 5 xl/workbook.xml � (� ����0��&�C���R8q���{�[i�?ik��-%�x�3;�����i�>z4��5�ct!��A�p�L�I�5�I��R�Z۽5�H
JK�a�QYz�^h�����E������f�C���
��e2ֺ���"�)�a�EV�p
5ny�e�&j|��W*
w*�U^�kAO�\o�
�����PK 3�\���� � [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
3�\�� ' ' _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="Rd8cb147660294e3f" /></Relationships>PK 3�\�nǧ� xl/worksheets/sheet1.xml � (� ��]S�@��
�}a?Xv�I�X��ֶֶ~\҄�!8��?�!�=
ʍ&��{ޗe�M��K�I���#����,Y=���r�N�Ǔ�:���8.����|�.�������"N��˞╹6��4*�������d�e��4^�>#$��x�f�b�<��kzOyͪ-��m�4JV�d4KL���<���z��]ǟ�*�6����ggs'�������l쒊�-��Z�:wf�<z^�7��"N�IT5�lYT?�4�H�:i���Nf�b�j�$d��>e��m�L��m��خ�OS���q���z^��>� �����p}P��E]/ևu}8�^����g�ҁZ��1ݣ������u]���UȵY<)��p=%�qȮ��
�VD0-����Y�ޣ�����G4cJiIt �v�؏�mH[
���d
��I m,H�z�6&���P
�DI�ӡ�!��JJŕ"�saO�ƈ�u����k�(�J�͢�"�u`�y�S�� k=H�qq@�$����(�vB6�C�EƇvh�Ȃ�����?��a�+2�-��Ӥ:z2���l���e����|,�˜A�9�^&d�ljk�M�.qj�K���l"��6!��G��ąM�.qi�K|� �%>#�Q���A��_��
A������ @���@ �O��B�ԽE��� u���� ���I�.r�����(�?p�ً�9�!��s:G0�������X(yhw
�}�t#��F� A�B�hw���qA0���
A����;��!� ����� (�A���ԽC������?y�m�����v��� 0o� 0o��yC���و�7�y;��R� 0o� 0o� 0o� 0o6b�
A`��
A`�l������{�\��,�ϳ����t�/��?PK 3�\����� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞81�㠦ݰa[z��Q;�]�gc���V� �X��j4��'�|�lvo�D^0�ѻ���Ny=���S2wv��'��D��I^q����@iTg�����,SN�@��r@�ʒӰf�5�����>zu�ѥ?��Շc�� �A�S?�H/�*2ȓ�a_-L�+�u͙Bo��y������dZ�V���9�������s
��k�uy�&X�Ն ީ��_���_l� PK 3�\Ѓ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 3�\>�S�� xl/sharedStrings.xml � (� �U�n�@}G�,?�k�؎�T�iKDS*� ��f=N,�]��.Ŀ�v����yΙ�̎���Dy�cJf�����0&����p�y��"!J(��Z W����s�HS�g�V�lbo!E\��D��HH�m�1@!��41l�)���`�1S����$���e
��|*恠���!�S�����ۘ�w(�& ��&��.�(�[�c"a|Q4�`iLPr���jM�q��g�U\@#�1�Wu���][�R�2�s=�nͳ.�wr����=�<^'P���bY��"�'�s��Y�8�|�3� �v�%�0�|ٚ Gi��\~&߂b
��0}6L;��UH���E!���&��];��Fk����:_3Q9֙�v����`8�q�(�ׯ�e�Xo�W�~F T�]a���IM�KԢ��>sKaT��R�v*U�o�(���(�m\n�f ���} .>A�ي�w��ȹ��d���B>E :ƙ<m�XOlg2gG@���HA^ɛ6r#{�4߱M���<���wGk䂜gT��ٹ����j[��W��R�3�q�;^!�6��
!����R�[�+���
Z/�)����ri�wx�&�r�Î��;����g��}��#�M���͉�c��O\'��y��!���PK- 3�\�
�H� 5 xl/workbook.xmlPK- 3�\���� � [Content_Types].xmlPK-
3�\�� ' ' V _rels/.relsPK- 3�\�nǧ� � xl/worksheets/sheet1.xmlPK- 3�\����� P � xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
xl/styles.xmlPK- 3�\>�S�� �
xl/sharedStrings.xmlPK � `