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-06-03T18:36:32.5456696",
"updatedBy": "sample string 5",
"terminalG_UID": "epAJjal7ck2LjZE3k7zPPA==",
"terminalGuid": "8d09907a-7ba9-4d72-8b8d-913793bccf3c",
"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": "MrpdrjI/a0ydlnhBH4aY5g==",
"terminalGuid": "ae5dba32-3f32-4c6b-9d96-78411f8698e6",
"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": "NzFtKKQZfE6wiQVSs5yh6w==",
"guid": "286d3137-19a4-4e7c-b089-0552b39ca1eb",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "GnvNlQ8vZkq6DmTlvwlclw==",
"linkedPOSKey": "95cd7b1a-2f0f-4a66-ba0e-64e5bf095c97",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-06-03T18:36:32.5456696",
"currentMachine": {
"$ref": "2"
},
"currentLane": {
"$id": "5",
"identifier": "5tVUIFSkGkSU8oQ1fG3V4w==",
"identifierGuid": "2054d5e6-a454-441a-94f2-84357c6dd5e3",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-06-03T18:36:32.5456696",
"lastSaleLocal": "2026-06-03T18:36:32.5456696",
"status": 0,
"statusDate": "2026-06-03T18:36:32.5456696",
"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>epAJjal7ck2LjZE3k7zPPA==</TerminalG_UID>
<TerminalGuid>8d09907a-7ba9-4d72-8b8d-913793bccf3c</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>epAJjal7ck2LjZE3k7zPPA==</TerminalG_UID>
<TerminalGuid>8d09907a-7ba9-4d72-8b8d-913793bccf3c</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 � (� ����0D�&�C�`A
�8q����[�@[����[ �x�3;�v�ɺ���g=��dcιo%i�';��;a���{q+�j���[� ��$w4`P�x�F+��a�%Q�ÊҨT�c���h��Vw6_C�7U,��bQ̠�jlq�] )0��8<�e���I��z ��V��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
���\��xy' ' _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="Rea1ba65db1e44862" /></Relationships>PK ���\�\_� xl/worksheets/sheet1.xml � (� ��ms�@��
�wa_طNG[k�Uk��~Ą4�I� m��n�p�,ә���\6gρLF�����s�i��4 �����,]?���r�J��'�M��.IRz_'��_���I�E��� {L���<�Wqi_�a6����,�>��u2Bd�'˸��*�c���Ϭ�1O�Y���r7j�k2��v�v�^����zr�}/��*�6M6����}'�������l쓊
����u�͒y��,o��E�>,Jk��4�lYT��U����V���&����o�,=}*�lu��7m�;�ul��$0�jae�z\�k=o�Q�����Z�����G���zY��@����ճ@�H�%a����k�x}S�͡^Kn�ť����zJ����j��aDE=��{i�h>z�>Ø�F���7�C�G� �6��l'0I��=
�M���&��Ma�!��{@���LhbHա�Js� �\�H�Lh�H�$
0J��2�u�^4Q�f���"#/��5dm�lv�PDs����FȆNh���� MYt����r�3fM�x���Ӥz��e<���˫�v���=,��}���<!��y����.A�ĩK�.q��K�s��K�����]Bv��P]��%t����K|D�^!p�� [?#��� c�8�A��7��� �������
�{� ��;��D��=��m�ʱ�r�!Uz{��)s/��A�>�C�O�����:#I��}�))�6^ ���^�[�A�?�xw���:?!�����A�&]#ؤ�6�A�&}C��w���?�{� ��;��tx�G���o��?ҷ#�Ny��
A`����ߐi�o.��
A`ߎxw��a��
A`��
A`��
A`���E��!����!웋8}C����/I<K��,+��� ���g�PK ���\�s8(� P xl/_rels/workbook.xml.rels � (� ���N!�_�pw�IkJ{���X�Mw� U�l|$_AR��/=���|����c�{�'�)��K�:�x���O�ޭ�n��äJ���3�O|�ؕ����r"�ڱ!ͪ�2
$*}T���������p��b�v���i_� �א���*
P$��2���T��������z�_�:>��Z.� ��w��,i�9�t/�����8��<�T7�:�q�f�=]q`�X�j�.j��_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 ���\��&މ xl/sharedStrings.xml � (� �U[o�0~���`�< @¥JR�M�Em�J���i��9I��f�tc���MX�-���w.>W�習=C�#Fg�����0�����x��
��nj�L)�+�|>�\ �J�L�
���:'[H0�X
T2k�%X�c��y��@$�n�F���*�����2�((�я.k@���S1��`���b>�K�^a��h?q�hR>!�l·PtI�q���{��I<B�D�7ߞ�W��<jY�̺���Z��������.-}W�R�s=�n2��]z�e�!k���(��J+o�*Җ��q��:,��,J����AO�}��^�t���V8N�d�gr�1L�ô5L���I+��H��B���M�
G�7r���Sǡc�n��gX�g��-�*��
vO�?���͐�N~U��C��V9�ɲ�Z�������w��Hu���9�����(�m\n�|��@nJ�=�\|�h�%��,a�sy���9��uK�6�F��%=�^l )vT�#�$�a�2Uk-_cb�z��c�X���]�ՙ9{��N�i��S̭�@y�1)q�;Za�7�i+B̵�ե&[�j���
j/�9"���p��w��&�z�Æ�����ӳ��^}��&}�������Ol'��z2��.���PK- ���\�)̶� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\��xy' ' U _rels/.relsPK- ���\�\_� � xl/worksheets/sheet1.xmlPK- ���\�s8(� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\��&މ �
xl/sharedStrings.xmlPK � ]
application/vnd.ms-excel
Sample:
PK ���\�5*� 5 xl/workbook.xml � (� ����0��&�C����D��x��}�[�@[�����O ��mgv��)G继s��ކ�WT�8��V��pr�i'�7'�_�I�[l\�6h#˒$g{��٠��J��� �B��_Q����@H97{h�"'c�;���!��*�~�(b�`E�@���DESJ|���γ\��s���Jw�+����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="Rdb4e93e3ae924005" /></Relationships>PK ���\�\_� xl/worksheets/sheet1.xml � (� ��ms�@��
�wa_طNG[k�Uk��~Ą4�I� m��n�p�,ә���\6gρLF�����s�i��4 �����,]?���r�J��'�M��.IRz_'��_���I�E��� {L���<�Wqi_�a6����,�>��u2Bd�'˸��*�c���Ϭ�1O�Y���r7j�k2��v�v�^����zr�}/��*�6M6����}'�������l쓊
����u�͒y��,o��E�>,Jk��4�lYT��U����V���&����o�,=}*�lu��7m�;�ul��$0�jae�z\�k=o�Q�����Z�����G���zY��@����ճ@�H�%a����k�x}S�͡^Kn�ť����zJ����j��aDE=��{i�h>z�>Ø�F���7�C�G� �6��l'0I��=
�M���&��Ma�!��{@���LhbHա�Js� �\�H�Lh�H�$
0J��2�u�^4Q�f���"#/��5dm�lv�PDs����FȆNh���� MYt����r�3fM�x���Ӥz��e<���˫�v���=,��}���<!��y����.A�ĩK�.q��K�s��K�����]Bv��P]��%t����K|D�^!p�� [?#��� c�8�A��7��� �������
�{� ��;��D��=��m�ʱ�r�!Uz{��)s/��A�>�C�O�����:#I��}�))�6^ ���^�[�A�?�xw���:?!�����A�&]#ؤ�6�A�&}C��w���?�{� ��;��tx�G���o��?ҷ#�Ny��
A`����ߐi�o.��
A`ߎxw��a��
A`��
A`��
A`���E��!����!웋8}C����/I<K��,+��� ���g�PK ���\����� P xl/_rels/workbook.xml.rels � (� ��An� E��f_cl��Q�l��6�0Ɗ
��9[=R�P�J-���&+4��i������m���0:�+J h�S�:8E}��n���$b�̸���Ё�qYS��Y��-hSG;?��J?�Eȣ�Ve��>g�5�����%>:y���?����c0��A�c?Q����
�Iu���J���s�g�Bo��y����]g2M�U�?T5��o*c�G�}�t�Ǚky͛J+�ҜzuQ�W�b�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 ���\��&މ xl/sharedStrings.xml � (� �U[o�0~���`�< @¥JR�M�Em�J���i��9I��f�tc���MX�-���w.>W�習=C�#Fg�����0�����x��
��nj�L)�+�|>�\ �J�L�
���:'[H0�X
T2k�%X�c��y��@$�n�F���*�����2�((�я.k@���S1��`���b>�K�^a��h?q�hR>!�l·PtI�q���{��I<B�D�7ߞ�W��<jY�̺���Z��������.-}W�R�s=�n2��]z�e�!k���(��J+o�*Җ��q��:,��,J����AO�}��^�t���V8N�d�gr�1L�ô5L���I+��H��B���M�
G�7r���Sǡc�n��gX�g��-�*��
vO�?���͐�N~U��C��V9�ɲ�Z�������w��Hu���9�����(�m\n�|��@nJ�=�\|�h�%��,a�sy���9��uK�6�F��%=�^l )vT�#�$�a�2Uk-_cb�z��c�X���]�ՙ9{��N�i��S̭�@y�1)q�;Za�7�i+B̵�ե&[�j���
j/�9"���p��w��&�z�Æ�����ӳ��^}��&}�������Ol'��z2��.���PK- ���\�5*� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\�`�{' ' V _rels/.relsPK- ���\�\_� � xl/worksheets/sheet1.xmlPK- ���\����� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\��&މ �
xl/sharedStrings.xmlPK � `