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-04-03T06:24:08.2148584",
"updatedBy": "sample string 5",
"terminalG_UID": "Ix+ONOBOuEummf+Vt5HH3w==",
"terminalGuid": "348e1f23-4ee0-4bb8-a699-ff95b791c7df",
"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": "JBV0qghblUSftpnrKDlaxg==",
"terminalGuid": "aa741524-5b08-4495-9fb6-99eb28395ac6",
"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": "lmWjk+4X40e5UH4CxOyiiQ==",
"guid": "93a36596-17ee-47e3-b950-7e02c4eca289",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "5VaXJ0gEaEuXshj10eO3PA==",
"linkedPOSKey": "279756e5-0448-4b68-97b2-18f5d1e3b73c",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-04-03T06:24:08.2148584",
"currentMachine": {
"$ref": "2"
},
"currentLane": {
"$id": "5",
"identifier": "ko93LJNU+U6IW9zxNzwvGw==",
"identifierGuid": "2c778f92-5493-4ef9-885b-dcf1373c2f1b",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-04-03T06:24:08.2148584",
"lastSaleLocal": "2026-04-03T06:24:08.2148584",
"status": 0,
"statusDate": "2026-04-03T06:24:08.2148584",
"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>Ix+ONOBOuEummf+Vt5HH3w==</TerminalG_UID>
<TerminalGuid>348e1f23-4ee0-4bb8-a699-ff95b791c7df</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>Ix+ONOBOuEummf+Vt5HH3w==</TerminalG_UID>
<TerminalGuid>348e1f23-4ee0-4bb8-a699-ff95b791c7df</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�\w@�� 5 xl/workbook.xml � (� ����0��&�C���J� '.^=x�ek�O�||o�vfg��z2nx3����\�E�"�3�������h�ҽ��\2�{+ЁdI�#
�h/��x������ j\Q�J����zn��0�EFc�;���!��~�(���w4P���78��U2�2+�)I������V��w�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="Rb5044ab9eaf24c85" /></Relationships>PK 3�\�u� xl/worksheets/sheet1.xml � (� ��[s�P��
ûp�NG[k�Uk��>bB�$t�6�| ����KBʷ�9��0���Zz�q�'�z�Ӏ�^����d�0����+㿞�6i�;_�q��:?����(O�0�.�U��c�.���l���!L��d��ӧU�.BF�
�x�R�"y��]����?fq4���Z�J��d�OF����ݽ�������s�'�
�M�M~p�m��W�������}R���W�_g�,�GO��&�\��â(M��f�.���[%[�|o���7ɬX�}PA+��S^���ݟi���X�c{%���H+)����z^�y���D*�2F��zQ��@���r�^�z5P�k�n�,0VHi�"���M�7����\\)J9?������u@5�BqC�=;���{���f����ـXƌ��X��vߌ:�@�N���
L%
#�'�A:ti3���B����QI��=�1���Im�1�q��P=�A��$J0J���2kL_/�Q�v���EF^zkf��3He`� R����8��7B6�B3�����"�ׯiy�����1kF�ɗm!�=M�G�YTD�Q�n��:]���)��U>�����<!��y����.A�ĩK�.q��K�s �%�]Bv��.��ąK�.q��K|p �%>"�S��� A�����A������ ���~C`�w��@�
�{� ��;��D��=���e���cm�X-B���ȹS�.�t� �O���A@���S�/$2(�K�*_0��R
���E8h�}<��"��� �ݟ����&]#h�WM�AФo���"8�A���ܽC��O���{��?��ۼ�#y;r���
A`��
A`����
���"N���wW��
A`��
A`��
A`��
A`�\�����!�������7�
�[x�z���Y���ig���_<��PK 3�\�jx� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�rP�n�a[z��Q;�]�gc���V� �X��j4��'�|�lvo�D^Ї���,�V�~�C�춛N2��`�%��bC&��Ҡ�2dnA�:��YƔ��.R�䀴�sN���Lr�,���zT�w�<�����`#����~J�^C�%*����CS6U�"Ji�E
��M-�˄���;_��5�J7��fuu_#=��ѧK�����^t�f+;}U�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�\^ר� xl/sharedStrings.xml � (� �U�n�@}��@<��Cd;j�$���HZ�UU-0ب�Kw����w!6��9o�9s��av�+K�'�,!x.�.K�C%x3��W�G8B)�0�K`�t��1�%a��\�r��i��!���`bB3ąH7�)��mx�j��;Z�,K!)0�˖-KN~p� "D���� ��r���L��gx��m���{�A��!��6|e��G��1��h �(���,�(����M�!����3�+�'1��(ƫ��Wͮ-C)��W7�y��;1k�m�a, R���:�ʼ�g 1*R�;�%��&y�8�"��n��P`lՙ CY��X~*ނd���8=��q��R2�zQr��MN,�(��XA�*��<%�=;�zF8���p���)8K ��^�Z-��d�_���!J���k�VO�Z�mU���;
vcGB�S��x~;G9��E�n{�r��k
���ܣ��'H6[^!�����X��(@K���f:�sfZg�+�]?;:� B�hvG
�
��eئ��*��ي��y��ijQ�4e�v������v�֫��j��X�Lh\�N��
PuM"H�z��T��V����aq��KxJB`�^�2�;���6�r��ݗ;n��g����#xm���͉㣟�O\'��y2�&��PK- 3�\w@�� 5 xl/workbook.xmlPK- 3�\���� � [Content_Types].xmlPK-
3�\���' ' V _rels/.relsPK- 3�\�u� � xl/worksheets/sheet1.xmlPK- 3�\�jx� P � xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
xl/styles.xmlPK- 3�\^ר� �
xl/sharedStrings.xmlPK � _
application/vnd.ms-excel
Sample:
PK 3�\5g� 5 xl/workbook.xml � (� ���� ��M��(���AO^z�wԥ���/b4魷���o�N���1=��A�Xx?��V�b�`F�aǍU�i_�p.[�M�V�=I��J,�K�������-�� ����Ը���s����E���l"���o�F�v�LA�k�Fѹw%>bd�G����v�NٙC�7��d�]}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�\��x�' ' _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="Rdbdb060297a745fb" /></Relationships>PK 3�\�u� xl/worksheets/sheet1.xml � (� ��[s�P��
ûp�NG[k�Uk��>bB�$t�6�| ����KBʷ�9��0���Zz�q�'�z�Ӏ�^����d�0����+㿞�6i�;_�q��:?����(O�0�.�U��c�.���l���!L��d��ӧU�.BF�
�x�R�"y��]����?fq4���Z�J��d�OF����ݽ�������s�'�
�M�M~p�m��W�������}R���W�_g�,�GO��&�\��â(M��f�.���[%[�|o���7ɬX�}PA+��S^���ݟi���X�c{%���H+)����z^�y���D*�2F��zQ��@���r�^�z5P�k�n�,0VHi�"���M�7����\\)J9?������u@5�BqC�=;���{���f����ـXƌ��X��vߌ:�@�N���
L%
#�'�A:ti3���B����QI��=�1���Im�1�q��P=�A��$J0J���2kL_/�Q�v���EF^zkf��3He`� R����8��7B6�B3�����"�ׯiy�����1kF�ɗm!�=M�G�YTD�Q�n��:]���)��U>�����<!��y����.A�ĩK�.q��K�s �%�]Bv��.��ąK�.q��K|p �%>"�S��� A�����A������ ���~C`�w��@�
�{� ��;��D��=���e���cm�X-B���ȹS�.�t� �O���A@���S�/$2(�K�*_0��R
���E8h�}<��"��� �ݟ����&]#h�WM�AФo���"8�A���ܽC��O���{��?��ۼ�#y;r���
A`��
A`����
���"N���wW��
A`��
A`��
A`��
A`�\�����!�������7�
�[x�z���Y���ig���_<��PK 3�\:��g� P xl/_rels/workbook.xml.rels � (� ��An� E��f_cc7���l��6�0Ɗ
��9[=R�P�H�#u�MVh���������4�3�08ˡ�r h�S��9��~h`�Y�q1�f�IOl�`b��(
��$B�f�����DL���,�Q�HY���_2�I��CtZ��<Mh�`���1�� |���O��Qd�
d�8��j�X��ʦ���wS�2b����ls�K���V[�]e��^�O�^:-ㅚ`UQJUʢ����Ή����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�\^ר� xl/sharedStrings.xml � (� �U�n�@}��@<��Cd;j�$���HZ�UU-0ب�Kw����w!6��9o�9s��av�+K�'�,!x.�.K�C%x3��W�G8B)�0�K`�t��1�%a��\�r��i��!���`bB3ąH7�)��mx�j��;Z�,K!)0�˖-KN~p� "D���� ��r���L��gx��m���{�A��!��6|e��G��1��h �(���,�(����M�!����3�+�'1��(ƫ��Wͮ-C)��W7�y��;1k�m�a, R���:�ʼ�g 1*R�;�%��&y�8�"��n��P`lՙ CY��X~*ނd���8=��q��R2�zQr��MN,�(��XA�*��<%�=;�zF8���p���)8K ��^�Z-��d�_���!J���k�VO�Z�mU���;
vcGB�S��x~;G9��E�n{�r��k
���ܣ��'H6[^!�����X��(@K���f:�sfZg�+�]?;:� B�hvG
�
��eئ��*��ي��y��ijQ�4e�v������v�֫��j��X�Lh\�N��
PuM"H�z��T��V����aq��KxJB`�^�2�;���6�r��ݗ;n��g����#xm���͉㣟�O\'��y2�&��PK- 3�\5g� 5 xl/workbook.xmlPK- 3�\���� � [Content_Types].xmlPK-
3�\��x�' ' V _rels/.relsPK- 3�\�u� � xl/worksheets/sheet1.xmlPK- 3�\:��g� P � xl/_rels/workbook.xml.relsPK- 3�\Ѓc'2 E
xl/styles.xmlPK- 3�\^ר� �
xl/sharedStrings.xmlPK � `