GET api/exportsettings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ExportSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Sequential ID |
integer |
None. |
| SettingDesc | string |
None. |
|
| FtpSite | integer |
None. |
|
| OutputFileName | string |
None. |
|
| FileNameTimeStamp | boolean |
None. |
|
| OutputFileFormat | string |
None. |
|
| Store | integer |
None. |
|
| Barcode | boolean |
None. |
|
| ItemNumber | boolean |
None. |
|
| Description | boolean |
None. |
|
| CartonQuantity | boolean |
None. |
|
| NormalCost | boolean |
None. |
|
| NormalSell | boolean |
None. |
|
| CurrentCost | boolean |
None. |
|
| CurrentSell | boolean |
None. |
|
| PriceLevels | boolean |
None. |
|
| GSTRate | boolean |
None. |
|
| DeptCode | boolean |
None. |
|
| DeptName | boolean |
None. |
|
| SubDeptCode | boolean |
None. |
|
| SubDeptName | boolean |
None. |
|
| Location | boolean |
None. |
|
| PriceGroup | boolean |
None. |
|
| DateActivated | boolean |
None. |
|
| PromoCode | boolean |
None. |
|
| SupplierName | boolean |
None. |
|
| UnitOfMeasure | boolean |
None. |
|
| DirectNo | boolean |
None. |
|
| StockOnHand | boolean |
None. |
|
| StockOnOrder | boolean |
None. |
|
| UniqueID | boolean |
None. |
|
| CRI | boolean |
None. |
|
| PromoType | boolean |
None. |
|
| PromoDesc | boolean |
None. |
|
| ScheduleOption | integer |
None. |
|
| IgnoreHostDeletedItems | boolean |
None. |
|
| IgnoreItemsNotSoldforXDays | integer |
None. |
|
| APN |
13 digit APN |
boolean |
None. |
| NutritionalInfo |
Nutritional Info |
boolean |
None. |
| AllergenicInfo |
Allergenic Info |
boolean |
None. |
| ScaleFlag |
Scale Flag |
boolean |
None. |
| SpecialCostDates |
Special Cost Dates |
boolean |
None. |
| SpecialSellDates |
Special Sell Dates |
boolean |
None. |
| CountryOfOrigin |
Country Of Origin |
boolean |
None. |
| Commodity |
Commodity |
boolean |
None. |
| Subcategory |
Subcategory |
boolean |
None. |
| Ingredients |
corresponding to Text2 from Product |
boolean |
None. |
| LastSold | boolean |
None. |
|
| LastUpdated | date |
None. |
|
| IsIncrementalRun | boolean |
None. |
|
| ExportSettingRunType | ExportSettingRunType |
None. |
|
| ExternalSalesProvider | integer |
None. |
|
| PriceLevelIdentifier | Collection of byte |
None. |
|
| PriceLevelIdentifierGuid | globally unique identifier |
None. |
|
| ScheduleRunTime | integer |
None. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| FtpSiteName | string |
Relation. This field may not always be loaded or used for updates. |
|
| PriceLevelsCount | integer |
Relation. This field may not always be loaded or used for updates. |
|
| Allergens | Collection of string |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[
null,
{
"$id": "1",
"id": 1,
"settingDesc": "sample string 2",
"ftpSite": 3,
"outputFileName": "sample string 4",
"fileNameTimeStamp": true,
"outputFileFormat": "sample string 6",
"store": 7,
"barcode": true,
"itemNumber": true,
"description": true,
"cartonQuantity": true,
"normalCost": true,
"normalSell": true,
"currentCost": true,
"currentSell": true,
"priceLevels": true,
"gstRate": true,
"deptCode": true,
"deptName": true,
"subDeptCode": true,
"subDeptName": true,
"location": true,
"priceGroup": true,
"dateActivated": true,
"promoCode": true,
"supplierName": true,
"unitOfMeasure": true,
"directNo": true,
"stockOnHand": true,
"stockOnOrder": true,
"uniqueID": true,
"cri": true,
"promoType": true,
"promoDesc": true,
"scheduleOption": 35,
"ignoreHostDeletedItems": true,
"ignoreItemsNotSoldforXDays": 37,
"apn": true,
"nutritionalInfo": true,
"allergenicInfo": true,
"scaleFlag": true,
"specialCostDates": true,
"specialSellDates": true,
"countryOfOrigin": true,
"commodity": true,
"subcategory": true,
"ingredients": true,
"lastSold": true,
"lastUpdated": "2026-06-03T18:29:47.9837332",
"isIncrementalRun": true,
"exportSettingRunType": 0,
"externalSalesProvider": 0,
"scheduleRunTime": 0,
"priceLevelsCount": 0
}
]
application/xml, text/xml
<ArrayOfExportSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
<ExportSetting i:nil="true" />
<ExportSetting>
<APN>true</APN>
<AllergenicInfo>true</AllergenicInfo>
<Allergens xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" />
<Barcode>true</Barcode>
<CRI>true</CRI>
<CartonQuantity>true</CartonQuantity>
<Commodity>true</Commodity>
<CountryOfOrigin>true</CountryOfOrigin>
<CurrentCost>true</CurrentCost>
<CurrentSell>true</CurrentSell>
<DateActivated>true</DateActivated>
<DeptCode>true</DeptCode>
<DeptName>true</DeptName>
<Description>true</Description>
<DirectNo>true</DirectNo>
<ExportSettingRunType>ChangesOnly</ExportSettingRunType>
<ExternalSalesProvider>0</ExternalSalesProvider>
<FileNameTimeStamp>true</FileNameTimeStamp>
<FtpSite>3</FtpSite>
<FtpSiteName i:nil="true" />
<GSTRate>true</GSTRate>
<ID>1</ID>
<IgnoreHostDeletedItems>true</IgnoreHostDeletedItems>
<IgnoreItemsNotSoldforXDays>37</IgnoreItemsNotSoldforXDays>
<Ingredients>true</Ingredients>
<IsIncrementalRun>true</IsIncrementalRun>
<ItemNumber>true</ItemNumber>
<LastSold>true</LastSold>
<LastUpdated>2026-06-03T18:29:47.9837332+00:00</LastUpdated>
<Location>true</Location>
<NormalCost>true</NormalCost>
<NormalSell>true</NormalSell>
<NutritionalInfo>true</NutritionalInfo>
<OutputFileFormat>sample string 6</OutputFileFormat>
<OutputFileName>sample string 4</OutputFileName>
<PriceGroup>true</PriceGroup>
<PriceLevelIdentifier i:nil="true" />
<PriceLevelIdentifierGuid i:nil="true" />
<PriceLevels>true</PriceLevels>
<PriceLevelsCount>0</PriceLevelsCount>
<PromoCode>true</PromoCode>
<PromoDesc>true</PromoDesc>
<PromoType>true</PromoType>
<ScaleFlag>true</ScaleFlag>
<ScheduleOption>35</ScheduleOption>
<ScheduleRunTime>0</ScheduleRunTime>
<SettingDesc>sample string 2</SettingDesc>
<SpecialCostDates>true</SpecialCostDates>
<SpecialSellDates>true</SpecialSellDates>
<StockOnHand>true</StockOnHand>
<StockOnOrder>true</StockOnOrder>
<Store>7</Store>
<StoreName i:nil="true" />
<SubDeptCode>true</SubDeptCode>
<SubDeptName>true</SubDeptName>
<Subcategory>true</Subcategory>
<SupplierName>true</SupplierName>
<UniqueID>true</UniqueID>
<UnitOfMeasure>true</UnitOfMeasure>
</ExportSetting>
</ArrayOfExportSetting>
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ���\��|�� 5 xl/workbook.xml � (� ����0��&�C��@P�N\�z�^a�
�'m
>��o�vfg�:k;>��GN�U���{S�:���6��n�V2�}=��Vwo ʓ,I.��ļ��qa^i�����z���V�dB��x@�.�fe0�����"�)a�ETH1 5n�gE���8��V"�$���k
e���;{�Q��n�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
���\H�� ' ' _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="R6878854909e249aa" /></Relationships>PK ���\E/� � xl/worksheets/sheet1.xml � (� ��[w7��
��ҹ�e;�I��i�&mߨV�5����0�в�%��>g4[��žx�my?�Z�ݢY]u���zu���������;7|}u�Դ_�y]�"_u����|�~x5u7�z9��^��n�v9]˗�ݨ��]������^�G�����t-��拇n���^�C[Og�!,�[-�����b�������r8֯&o�p0��ت?-�.�<ؼ�M�e�Ż��Pm��#���?��Y};}�_l����Z\�m�Ms�m�,�������l=��J�2 ��n�,??[���:����N�ʂCN9��^��]=��\����\y�'R^[o_��]=�}e- #��ͮ��m��a-��ʛB����3����ܙu~W���8�&o���r�V�4�v�Z:��1ϙ<Y9��F,t��mN��i#�u�Mc�AId��+,�x���9
�<Z��=�q�$/b$J_��Ӧ����Z�JN���� �>�U��S^9P���������4��@`"���g� �`��!��Ti&o�#�ΚB���箘�A�1Ni�g,=;0��dHɲ{J�!0=�e#��Ldi�`zc �dJ��C`l<^p������ b�ՠ76�B��"��-�CxR�0��=�:��J�B��"�[�A�Y��b��"��"�w��,90v�3(bo9��y�VX�1��o$����B��"P�<E�H�1������D�v�KsP�s7f��c@J�싧E( H=١��3�� ���A;��4��hg6���qL!x.L c�tPlda/b@�#a�L��[���Lɇ�"�VE�Y�D�� oP�hU�J� '���@E��ys�5�Y
�t.�P��)Q�#r�#6V���b�<bt����|`T�wĊ�l]���qrl�اO�X�EW���M�'rb5'9��/I�$%� �:���dA�X�m�(^2e�4��"�N��"�$[�LJ�C`�m̃5^��� 4s`�]o]��t�e�g~L��h��I�Lr�L �DD*��H.i��;������M_O�ӫ��y��K�ͧ�|�wp�Vwr��z�.F_7�;��X�����W\+����XA}śc�?+L_��Xa��w�
�W�t��}���S�g$���d$���f$���e$��2����3��ڏI��Ib�I��_�w?e$���3��ݿ3���2���3���q&���;��ǹ &�3Q���q&��X<���Ǚ@bb�8IL\gB����L,1�9LL}�$S�3����L61�9NJ}Τ�R�3���L>)�9PJ}�$�R�3���LF)�9RJ}Τ�R�31���LN9�y��)'>O29���I&���<���'��r��$�m&>O29���I&�|�y$��;��Ƽ����MӬ�v{����PK ���\.�K%� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞؎⠺�tö�ƙ�Q;�]ڞ�G�
XT�Tb�������4����ڜ���a��w
x���3�\��� ��j��Ny"�a�$�����4?Q��I����r��a�)����6�#-{�aɀ[&�_f��w�`p��qB�� ӓ�h��=&?�H�/2�s�`��56e�E]I �nj1]F��^�|!#�漬rӈ��W���K
��K�ey�� c�}��,���U�����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 ���\��xT $ xl/sharedStrings.xml � (� �U]o�0�+��Ww{(�!I��Mk���:��ʌ+L_�������tB�S`�(��Gfz�j�d!*gg�Nj�bV�N�~Vl����IDa;���Y��XL���qB�6ΊD��,�|#��` ٺ`�g����.� ����˫�e��t�⬸��ɪ� TBͧ8��i��i9|"- �
�<���[�pn��K�a%C��ke�Ea�����(F]`�~�dd����y�p�� �#5�Z���~O¢��)�H酋��iAkvc
,撎P.�1( �O��v�$��x*�e�^���\��e=8)r��|�K��q���v���4g\���ZA�q�X������*@��e�#5����Ԅ�[e3�
���S�}�z����PKs�%
M֊uo����
4�x����Fh�u��u�{v��q�\�0���е�2�n��ЃU2��RИj�3��T�1�ψ���Y|�La�l��z�G�C[�O'ٖ� ��m�S4l�ڃ��l���w9�ֱ�2���~J���w�˓�)n_�ޒ���S��o���bj����]R��G�
|Tf�5���>���ƞ���p���;P����PK- ���\��|�� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\H�� ' ' U _rels/.relsPK- ���\E/� � � xl/worksheets/sheet1.xmlPK- ���\.�K%� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\��xT $ � xl/sharedStrings.xmlPK � +
application/vnd.ms-excel
PK ���\��lt� 5 xl/workbook.xml � (� ����0��&�C��(�N\�z�E�O�||o�vfg��|Զ����G�e����&c��%��6�®�V�Ҿ�n[����-Qyv���8�Z�NG�?,g,B�:D/�%A(Z�w��S�����2k��$l ��T>ö�YZ�Jf���H��D�5����q�ķ�n�
���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
���\����' ' _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="Rb054a7ecd2014cf2" /></Relationships>PK ���\E/� � xl/worksheets/sheet1.xml � (� ��[w7��
��ҹ�e;�I��i�&mߨV�5����0�в�%��>g4[��žx�my?�Z�ݢY]u���zu���������;7|}u�Դ_�y]�"_u����|�~x5u7�z9��^��n�v9]˗�ݨ��]������^�G�����t-��拇n���^�C[Og�!,�[-�����b�������r8֯&o�p0��ت?-�.�<ؼ�M�e�Ż��Pm��#���?��Y};}�_l����Z\�m�Ms�m�,�������l=��J�2 ��n�,??[���:����N�ʂCN9��^��]=��\����\y�'R^[o_��]=�}e- #��ͮ��m��a-��ʛB����3����ܙu~W���8�&o���r�V�4�v�Z:��1ϙ<Y9��F,t��mN��i#�u�Mc�AId��+,�x���9
�<Z��=�q�$/b$J_��Ӧ����Z�JN���� �>�U��S^9P���������4��@`"���g� �`��!��Ti&o�#�ΚB���箘�A�1Ni�g,=;0��dHɲ{J�!0=�e#��Ldi�`zc �dJ��C`l<^p������ b�ՠ76�B��"��-�CxR�0��=�:��J�B��"�[�A�Y��b��"��"�w��,90v�3(bo9��y�VX�1��o$����B��"P�<E�H�1������D�v�KsP�s7f��c@J�싧E( H=١��3�� ���A;��4��hg6���qL!x.L c�tPlda/b@�#a�L��[���Lɇ�"�VE�Y�D�� oP�hU�J� '���@E��ys�5�Y
�t.�P��)Q�#r�#6V���b�<bt����|`T�wĊ�l]���qrl�اO�X�EW���M�'rb5'9��/I�$%� �:���dA�X�m�(^2e�4��"�N��"�$[�LJ�C`�m̃5^��� 4s`�]o]��t�e�g~L��h��I�Lr�L �DD*��H.i��;������M_O�ӫ��y��K�ͧ�|�wp�Vwr��z�.F_7�;��X�����W\+����XA}śc�?+L_��Xa��w�
�W�t��}���S�g$���d$���f$���e$��2����3��ڏI��Ib�I��_�w?e$���3��ݿ3���2���3���q&���;��ǹ &�3Q���q&��X<���Ǚ@bb�8IL\gB����L,1�9LL}�$S�3����L61�9NJ}Τ�R�3���L>)�9PJ}�$�R�3���LF)�9RJ}Τ�R�31���LN9�y��)'>O29���I&���<���'��r��$�m&>O29���I&�|�y$��;��Ƽ����MӬ�v{����PK ���\�i��� P xl/_rels/workbook.xml.rels � (� ��Mn�0F�b;�
ɦ�l�\`0c@�NӜ���W��J-���&+k����f����ٽM#{%��kH�ii�Aw5��z*a��hDn�~�O����~^s�dO��̤CG;�������4�W�.p�d��L�!�I�F�'��0�{r=�vDۑ��'r�v$Q�۷5�B�*G�MV��̀�9��z}�U�&�R�(Q��2=Zj_�
�^:-��Y�I����������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 ���\��xT $ xl/sharedStrings.xml � (� �U]o�0�+��Ww{(�!I��Mk���:��ʌ+L_�������tB�S`�(��Gfz�j�d!*gg�Nj�bV�N�~Vl����IDa;���Y��XL���qB�6ΊD��,�|#��` ٺ`�g����.� ����˫�e��t�⬸��ɪ� TBͧ8��i��i9|"- �
�<���[�pn��K�a%C��ke�Ea�����(F]`�~�dd����y�p�� �#5�Z���~O¢��)�H酋��iAkvc
,撎P.�1( �O��v�$��x*�e�^���\��e=8)r��|�K��q���v���4g\���ZA�q�X������*@��e�#5����Ԅ�[e3�
���S�}�z����PKs�%
M֊uo����
4�x����Fh�u��u�{v��q�\�0���е�2�n��ЃU2��RИj�3��T�1�ψ���Y|�La�l��z�G�C[�O'ٖ� ��m�S4l�ڃ��l���w9�ֱ�2���~J���w�˓�)n_�ޒ���S��o���bj����]R��G�
|Tf�5���>���ƞ���p���;P����PK- ���\��lt� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\����' ' V _rels/.relsPK- ���\E/� � � xl/worksheets/sheet1.xmlPK- ���\�i��� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\��xT $ � xl/sharedStrings.xmlPK � 0