GET api/store/{id}/checkoutsettings
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
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-03T03:58:47.0684545",
"updatedBy": "sample string 5",
"terminalG_UID": "njMVoIk6Ekmh3k9MjqV4yA==",
"terminalGuid": "a015339e-3a89-4912-a1de-4f4c8ea578c8",
"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": "YxuK4l+2y0aeRkTRtTbLsQ==",
"terminalGuid": "e28a1b63-b65f-46cb-9e46-44d1b536cbb1",
"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": "XBIEBq++0kayTYg0uEuNhg==",
"guid": "0604125c-beaf-46d2-b24d-8834b84b8d86",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "lrFSolz9DUKRIUY9LdjmJA==",
"linkedPOSKey": "a252b196-fd5c-420d-9121-463d2dd8e624",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-06-03T03:58:47.0684545",
"currentMachine": {
"$ref": "2"
},
"currentLane": {
"$id": "5",
"identifier": "UJP4dcwJHEmF8b1JzYHfDA==",
"identifierGuid": "75f89350-09cc-491c-85f1-bd49cd81df0c",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-06-03T03:58:47.0684545",
"lastSaleLocal": "2026-06-03T03:58:47.0684545",
"status": 0,
"statusDate": "2026-06-03T03:58:47.0684545",
"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>njMVoIk6Ekmh3k9MjqV4yA==</TerminalG_UID>
<TerminalGuid>a015339e-3a89-4912-a1de-4f4c8ea578c8</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>njMVoIk6Ekmh3k9MjqV4yA==</TerminalG_UID>
<TerminalGuid>a015339e-3a89-4912-a1de-4f4c8ea578c8</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 W�\�S� 5 xl/workbook.xml � (� ����0D�&�C��@P� '.^=x_�"
�%m
~��o�vfg�N1k34Z�#GesS�)g��%ؓ�P�]���y1�u�c��[�r,��38�Z�^L���Xv2���W��hu<R,͞g�7���I�b��"������%��%���%�)1���#Kμ������ �;{�l�]}PK W�\���� � [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="Rdec0b09b00fe4c81" /></Relationships>PK W�\�V�ײ xl/worksheets/sheet1.xml � (� ��[s�P��
ûp�NG[k�Uk��>bB�$t�6�| ����KKʷ6��Z�LG�����s��I��4 ����,Y?���b����'�M���q\x%��O���(�Ǔ0̧�x�A���s�4[EE�1{��<��g��i�����,^FEy�|�<��n�����8�U��Z�F��d�OF�����{/��c�
=��NF|�ě����>ɯ4���p9��bC>�.~�y�x=-��ts'��4IV�i�̫��*�Z�{��O�{�̊�طD���>�E�����6Ꝏ�:��QXJ���2�,=�絞�zhI��*c4;��^��Z/�U�W����V�c���(����z3�����C�QܖW�RΏ�)i�C���U�(���F�L�G�٣M��A�l@,c�XM��}w�ď�mH�J����P�0�{@�ҡ�Mi�B����QI��=�R}�6��8�J�� Mi�DIF ��Pf��[�&���5Yd�o�&��� ���HM/��A����,2>tB�E&�_���)��/c�D�ɗ�B��M���,*��(K7^V�.�o�ޔ�y�a�{P^�|�2
��ښx��K���g.���;�]��%d�x��K\����.a����]�#�0�
A�����A��_{� �ٯ��A��7�~G��$m��[��!p�'� w��u7,۶�k+�jR��GΝ2�b`����;�t� `��ާPT��n�U&�] ���^�K�A�?�xw���rB�(�����E�F�H_,�
��E�� ���."��?�{� ��;��t��G���o��?ҷ#�Ny��
A`����ߐi�o.��
A`ߎxw��a��
A`��
A`��
A`���E��!����!웋8}C����_/q4���4-������/PK W�\�h`�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�n����tö��3��&�e����G�
XE�Tb�������4����ڼM#9c���x���ծl/ᔺ�6��G��D4��$��(���(���b�<���\�T�i�W��z�%cK��e��������[�O�����p�1٫�c��S��x��@�[ ��\��X��F�@���b�����L�T�R�F���w�1*`��B���i^���\-ۺm̈́��U�����PK W�\Ѓ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 W�\��2� xl/sharedStrings.xml � (� �U[o�0~G�?Xy&I�\�Nm'�n�bH�@!�8�mDb����ڮͭ{���s�fr�;M�#p3:�,c�!��E1]O���k�א��F8a�ZBC糉)S*��F���4�@���2��Y1�b�D�6E�Gb �����j���ʩ��i�3��=�Bij���qX�'��M�z���lb�M���T D�4��{(ڴ?�$o�Y�%D�EQ'1������S�d7<~am�l%a��j�e�-K��Lv\�������5�:�� � Te�XE��3���ڇ9�㬭�Av4: �eA��X4: p�%����]@V?=��~���F"��������$X�m�A��?֝�5Ա���vG>����?����~���)�ި�j����a���ZM�d9D
�)�67ܽ�-#x�R��iw��t ����
������ء� �g��Y"����P�
���**�3muچ��\�����'G@���HA]����V��z�+��H����tlj�е�>��Z9oW�Vv�([��_���J�3�q�'^b����%� ����P�m��C���z����N�4��?��:�r�������l��O�q�q��et}��N�'��u�<Y��T��PK- W�\�S� 5 xl/workbook.xmlPK- W�\���� � [Content_Types].xmlPK-
W�\�@�!' ' V _rels/.relsPK- W�\�V�ײ � xl/worksheets/sheet1.xmlPK- W�\�h`�� P � xl/_rels/workbook.xml.relsPK- W�\Ѓc'2 E
xl/styles.xmlPK- W�\��2� �
xl/sharedStrings.xmlPK � [
application/vnd.ms-excel
Sample:
PK W�\!/�.� 5 xl/workbook.xml � (� ����0D�&�C��h�()��x��}m��@[����%�x�3;�v��|�t�#��P���1%cA�h ܀v�)�
�I�sJi��o�6�S�����v6�zt���
�G��E��_P���~G��=4�!��X��&aK���x�mI+�@J�s�=R�K=
w)
���R\�L*��7g���PK W�\���� � [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�\"u"�' ' _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="Ra259aceb61e44a3a" /></Relationships>PK W�\�V�ײ xl/worksheets/sheet1.xml � (� ��[s�P��
ûp�NG[k�Uk��>bB�$t�6�| ����KKʷ6��Z�LG�����s��I��4 ����,Y?���b����'�M���q\x%��O���(�Ǔ0̧�x�A���s�4[EE�1{��<��g��i�����,^FEy�|�<��n�����8�U��Z�F��d�OF�����{/��c�
=��NF|�ě����>ɯ4���p9��bC>�.~�y�x=-��ts'��4IV�i�̫��*�Z�{��O�{�̊�طD���>�E�����6Ꝏ�:��QXJ���2�,=�絞�zhI��*c4;��^��Z/�U�W����V�c���(����z3�����C�QܖW�RΏ�)i�C���U�(���F�L�G�٣M��A�l@,c�XM��}w�ď�mH�J����P�0�{@�ҡ�Mi�B����QI��=�R}�6��8�J�� Mi�DIF ��Pf��[�&���5Yd�o�&��� ���HM/��A����,2>tB�E&�_���)��/c�D�ɗ�B��M���,*��(K7^V�.�o�ޔ�y�a�{P^�|�2
��ښx��K���g.���;�]��%d�x��K\����.a����]�#�0�
A�����A��_{� �ٯ��A��7�~G��$m��[��!p�'� w��u7,۶�k+�jR��GΝ2�b`����;�t� `��ާPT��n�U&�] ���^�K�A�?�xw���rB�(�����E�F�H_,�
��E�� ���."��?�{� ��;��t��G���o��?ҷ#�Ny��
A`����ߐi�o.��
A`ߎxw��a��
A`��
A`��
A`���E��!����!웋8}C����_/q4���4-������/PK W�\]&M�� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q�����n)�g�D$�e������W�E�6H]t�j4��'�|�l�o�H^0������V9=خ�s2
�w��"��>��bc}J~CiT=N"Σ���$RNCG�P'�!ee��a[&9^<���>:u�Ц?��ՅS����~J�^CUd*�'��A���Bplk^j��M-�ˈ���;���JԬ�n֜��2���Sȗ�;��3��dM��YI���U�����PK W�\Ѓ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 W�\��2� xl/sharedStrings.xml � (� �U[o�0~G�?Xy&I�\�Nm'�n�bH�@!�8�mDb����ڮͭ{���s�fr�;M�#p3:�,c�!��E1]O���k�א��F8a�ZBC糉)S*��F���4�@���2��Y1�b�D�6E�Gb �����j���ʩ��i�3��=�Bij���qX�'��M�z���lb�M���T D�4��{(ڴ?�$o�Y�%D�EQ'1������S�d7<~am�l%a��j�e�-K��Lv\�������5�:�� � Te�XE��3���ڇ9�㬭�Av4: �eA��X4: p�%����]@V?=��~���F"��������$X�m�A��?֝�5Ա���vG>����?����~���)�ި�j����a���ZM�d9D
�)�67ܽ�-#x�R��iw��t ����
������ء� �g��Y"����P�
���**�3muچ��\�����'G@���HA]����V��z�+��H����tlj�е�>��Z9oW�Vv�([��_���J�3�q�'^b����%� ����P�m��C���z����N�4��?��:�r�������l��O�q�q��et}��N�'��u�<Y��T��PK- W�\!/�.� 5 xl/workbook.xmlPK- W�\���� � � [Content_Types].xmlPK-
W�\"u"�' ' U _rels/.relsPK- W�\�V�ײ � xl/worksheets/sheet1.xmlPK- W�\]&M�� P � xl/_rels/workbook.xml.relsPK- W�\Ѓc'2 E
xl/styles.xmlPK- W�\��2� �
xl/sharedStrings.xmlPK � Y