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-04-03T06:24:13.2695227",
"updatedBy": "sample string 5",
"terminalG_UID": "s0g8wrkZaU+cv9AfHuz+1A==",
"terminalGuid": "c23c48b3-19b9-4f69-9cbf-d01f1eecfed4",
"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": "Eswm9k7JK0GQfWaBapfjTw==",
"terminalGuid": "f626cc12-c94e-412b-907d-66816a97e34f",
"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": "oOPJcWNFVkCYEssQ9/03QA==",
"guid": "71c9e3a0-4563-4056-9812-cb10f7fd3740",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "tb74aP981U2rtTO3gtimEg==",
"linkedPOSKey": "68f8beb5-7cff-4dd5-abb5-33b782d8a612",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-04-03T06:24:13.2695227",
"currentMachine": {
"$ref": "2"
},
"currentLane": {
"$id": "5",
"identifier": "5/hkDs8u+kG/DTgE4rEqtw==",
"identifierGuid": "0e64f8e7-2ecf-41fa-bf0d-3804e2b12ab7",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-04-03T06:24:13.2695227",
"lastSaleLocal": "2026-04-03T06:24:13.2695227",
"status": 0,
"statusDate": "2026-04-03T06:24:13.2695227",
"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>s0g8wrkZaU+cv9AfHuz+1A==</TerminalG_UID>
<TerminalGuid>c23c48b3-19b9-4f69-9cbf-d01f1eecfed4</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>s0g8wrkZaU+cv9AfHuz+1A==</TerminalG_UID>
<TerminalGuid>c23c48b3-19b9-4f69-9cbf-d01f1eecfed4</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�\��t� 5 xl/workbook.xml � (� ����0��&�C��HR8q���{)[�H����[J ��mgv�ۡ�������ɄƷX��B��Y8Y&����$��X!���IY5�0��� R��W�?��<�1H�����2�;�K���9d����b"���o�f�~�2LC�{Fٹ�->c���;TB\J>E]WW����a�l��/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�\���y' ' _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="R3af9846e0df94842" /></Relationships>PK 3�\�S^W� xl/worksheets/sheet1.xml � (� ��]S�@��
�}a?a�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�IV5�lYT?�4�H�:i���Nf�b�j�
0CO��2K��M����ulWG��)URK�8��p=��y[/�PA�ЁR!;\/�z1�^��r`}P��ú>l뙧��R��0�{�Wu������~�
�6������1�u�r�eH8����Σ�����G4cJ�h��1�>�؏���zӁ�"��z:4�CH�փ�y2%J�B�ӡ1!
��W�0��@=�և�z����L+�7�ƈTԁ5Nd�ϰƃ�� ���+cbݣ �=���ڡ�"��Rs�����b�X�ɷm�ߞ%��s��d�gk'�.���O'�cQW�*̹�2!#�eS[�m�v�S�`]��&x��`�K�ۄ�m"�6v�K�P]�M�.�Q�z� @�/d�� @�o��F��w�� ��� q"P��6��-� u��{� @�i��M�v�cm�X]�D���k��^��A��> ��9��9}�ߧ0�#�3o%�Xe��m_ ��H/m���~B����]!�`�_��+��0}C0�kC�� `H7��A��?mD �!P�A��wԽ��z@��'o��?���Ny��
A`�捿>oH7�7�� 0o��B�a��
A`��
A`��
A`���F��!����!̛�XyC����{���8���y��q^�����3�PK 3�\�w�� P xl/_rels/workbook.xml.rels � (� ��Mn� F���׀C��ɦ�n�\ �c�Hۜ���W(J�֑��&+4���������4��ap��"㔠�
�o�9ꇊ�w��*��s �
51���T�܌6u��=��T�,�`~ɠ�Lr�����z |tp���?����S0�����=Ɔ�D�]�%*%O]C(�.sh[^����M-�ˈ���^ȬDQ���k�A����Q���Ӧ�N�x9'Qcɹ^�BH��W5v�/v_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 � (� �Umo�0�>i����@( Q�jm�.Z�U�ݤM��#A�٦���gh���o���������$FO�E��L�����Dt3�������4�1�0�r:�O��H�R1ӶR��d K�*&d<�R�|c���@&�i���j���ʙ�i(�я.+@���S9�%�\LM9����0�F���� �)�Te�����i�q� � K:��N<