GET api/leadinoutsummary/{id}/leadinouts
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadInOutName | Description | Type | Additional information |
---|---|---|---|
ID |
Sequential ID |
integer |
None. |
SummaryID | integer |
None. |
|
InStorePrefixCode | string |
None. |
|
MinPeriodInDays | integer |
None. |
|
MaxPeriodInDays | integer |
None. |
|
PeriodType | string |
None. |
|
InStoreStartOption | InStoreStartOptions |
None. |
|
InStoreEndOption | InStoreEndOptions |
None. |
|
OverrideHostPromotionSell | boolean |
None. |
|
RoundSell | boolean |
None. |
|
IncludeComplianceIndicator |
Include lines that have a compliance indicator set |
boolean |
None. |
Enabled | boolean |
None. |
|
ExcludeAdvertised | boolean |
None. |
|
ExcludeNonAdvertised | boolean |
None. |
|
ExcludePromotionalProducts | boolean |
None. |
|
EnsurePriceNotLowerThanNormalPromotion | boolean |
None. |
|
EnableCampaignWeekStarts | boolean |
None. |
|
EnableCampaignWeekEnds | boolean |
None. |
|
DepartmentTrees | Collection of DepartmentTree |
None. |
|
PromoTypeGuids | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "id": 1, "summaryID": 2, "inStorePrefixCode": "sample string 3", "minPeriodInDays": 4, "maxPeriodInDays": 5, "periodType": "sample string 6", "inStoreStartOption": 7, "inStoreEndOption": 8, "overrideHostPromotionSell": true, "roundSell": true, "includeComplianceIndicator": true, "enabled": true, "excludeAdvertised": true, "excludeNonAdvertised": true, "excludePromotionalProducts": true, "ensurePriceNotLowerThanNormalPromotion": true, "enableCampaignWeekStarts": true, "enableCampaignWeekEnds": true, "departmentTrees": [ { "$id": "2", "code": "sample string 1", "subDeptCodes": [ "sample string 1", "sample string 2" ] }, { "$ref": "2" } ], "promoTypeGuids": [ "ce8e622c-633f-4f72-8821-af708cc6bad1", "ddb33e23-7e58-4d56-a215-ab78d9c39381" ] }, { "$ref": "1" } ]
application/xml, text/xml
Sample:
<ArrayOfLeadInOut xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <LeadInOut> <DepartmentTrees xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Hosts"> <d3p1:DepartmentTree> <d3p1:Code>sample string 1</d3p1:Code> <d3p1:SubDeptCodes xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:string>sample string 1</d5p1:string> <d5p1:string>sample string 2</d5p1:string> </d3p1:SubDeptCodes> </d3p1:DepartmentTree> <d3p1:DepartmentTree> <d3p1:Code>sample string 1</d3p1:Code> <d3p1:SubDeptCodes xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:string>sample string 1</d5p1:string> <d5p1:string>sample string 2</d5p1:string> </d3p1:SubDeptCodes> </d3p1:DepartmentTree> </DepartmentTrees> <EnableCampaignWeekEnds>true</EnableCampaignWeekEnds> <EnableCampaignWeekStarts>true</EnableCampaignWeekStarts> <Enabled>true</Enabled> <EnsurePriceNotLowerThanNormalPromotion>true</EnsurePriceNotLowerThanNormalPromotion> <ExcludeAdvertised>true</ExcludeAdvertised> <ExcludeNonAdvertised>true</ExcludeNonAdvertised> <ExcludePromotionalProducts>true</ExcludePromotionalProducts> <ID>1</ID> <InStoreEndOption>8</InStoreEndOption> <InStorePrefixCode>sample string 3</InStorePrefixCode> <InStoreStartOption>7</InStoreStartOption> <IncludeComplianceIndicator>true</IncludeComplianceIndicator> <MaxPeriodInDays>5</MaxPeriodInDays> <MinPeriodInDays>4</MinPeriodInDays> <OverrideHostPromotionSell>true</OverrideHostPromotionSell> <PeriodType>sample string 6</PeriodType> <PromoTypeGuids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ce8e622c-633f-4f72-8821-af708cc6bad1</d3p1:guid> <d3p1:guid>ddb33e23-7e58-4d56-a215-ab78d9c39381</d3p1:guid> </PromoTypeGuids> <RoundSell>true</RoundSell> <SummaryID>2</SummaryID> </LeadInOut> <LeadInOut> <DepartmentTrees xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Hosts"> <d3p1:DepartmentTree> <d3p1:Code>sample string 1</d3p1:Code> <d3p1:SubDeptCodes xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:string>sample string 1</d5p1:string> <d5p1:string>sample string 2</d5p1:string> </d3p1:SubDeptCodes> </d3p1:DepartmentTree> <d3p1:DepartmentTree> <d3p1:Code>sample string 1</d3p1:Code> <d3p1:SubDeptCodes xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:string>sample string 1</d5p1:string> <d5p1:string>sample string 2</d5p1:string> </d3p1:SubDeptCodes> </d3p1:DepartmentTree> </DepartmentTrees> <EnableCampaignWeekEnds>true</EnableCampaignWeekEnds> <EnableCampaignWeekStarts>true</EnableCampaignWeekStarts> <Enabled>true</Enabled> <EnsurePriceNotLowerThanNormalPromotion>true</EnsurePriceNotLowerThanNormalPromotion> <ExcludeAdvertised>true</ExcludeAdvertised> <ExcludeNonAdvertised>true</ExcludeNonAdvertised> <ExcludePromotionalProducts>true</ExcludePromotionalProducts> <ID>1</ID> <InStoreEndOption>8</InStoreEndOption> <InStorePrefixCode>sample string 3</InStorePrefixCode> <InStoreStartOption>7</InStoreStartOption> <IncludeComplianceIndicator>true</IncludeComplianceIndicator> <MaxPeriodInDays>5</MaxPeriodInDays> <MinPeriodInDays>4</MinPeriodInDays> <OverrideHostPromotionSell>true</OverrideHostPromotionSell> <PeriodType>sample string 6</PeriodType> <PromoTypeGuids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d3p1:guid>ce8e622c-633f-4f72-8821-af708cc6bad1</d3p1:guid> <d3p1:guid>ddb33e23-7e58-4d56-a215-ab78d9c39381</d3p1:guid> </PromoTypeGuids> <RoundSell>true</RoundSell> <SummaryID>2</SummaryID> </LeadInOut> </ArrayOfLeadInOut>
text/csv
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK O E[j�}� 5 xl/workbook.xml � (� ����0D�&�C��@�N\�z��VhK��|o�vfg����cz�Q�v�-i��X0����Q��0V�Ҿ�B�X���P{�DQ�,�Ѯ���+��-��u�^ +J�Դ:�s����-2[��$l ��_`�Ţ��%��%�s{�4��2�sr�A�M�gQ]s��wg���PK O E[���� � [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 O E[���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="R665850cf348f45e7" /></Relationships>PK O E[&9T � xl/worksheets/sheet1.xml � (� ��[s�0�� ��B�$��Q;=�ۓ=��5�X��t�����!K���y?��cFG�������<N�c<�:�z�������,?�{<m��=_FQ�(|�ecwYG��ϖQ�^��չE�%a��fo~�Xij�<�}&Ѻ�1B�ϢUX�K���#ww���dQ8/���v��0^���<Vӷ�w�h1vO�蕸�?��8�����N�������|좒�{�ey�i�̣E��*���u�-URPff�*/�No�s�$�.�n�y����V��3/�����P�w9\��>�1\r�0���ʓ&�=,)g$`R��<���3�D ��2��|��sI(�< Xr8Ϫ<k������T2!8��*ϛ��%�r�X����P ��r�ǁ�@�@=KP-jV�<�`D., �^=h�AJ,eHpu�L�%���B�t�c���O%��˄Z@h��a& W#��P+��X9(��s�THn�PK��yLG1!D J-j ��� ���@"�l=�"�h?E�Q 0�C&�*B�"���b쐽�v��n �X`��5��Ͱ�9��"���t�d�i5��D����Vm��ڸ�&h�m�q�'�K�� �%���}�v��>t��>���u��]�O�.�O�.qkhL+�h�������h@�b�Dk�ɀh�>�����j@�v}���a�8�������9��3��V{N����E��Vإa����v\k�}N���0Z���v�֎�ّ{;�`G��Ԏ<ّg;�b@��ԫ�fGI�(p�8J쎒Gɀ��Ѻ�d�Q2�a����#wv�ގ<ؑG;2�#Ov�َ��Q�;귾,�ϸ(�L�"��o�����PK O E[I���� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;��8?D`� [��3�#;�M)g�G�jQ� Rݰ���I3�����4�Wt~���0 h�m�7p�S��z��q��a�$�߀a^Q��I���hb��n�!����T'�#M+�[2�I��C�]7(|��<� ��ź��A�C?%Oo�'� d�6��ӊ�N˲`��%�05�#�_��|!SJ�� ���B�}���ۗ�⥗N��BM䊵,;�΄H�M�����PK O E[Ѓ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 O E[��_� xl/sharedStrings.xml � (� �Smo�0�+���tCL��PF�u�H�>LH��Z���@ï��PŒv|��y���r�l��Kq�.D��6�]���WoEB,QK��b �e�q]��b�ܽ�2R;p�R�F��'9~�6�.�Դ`g����"sҠH����Hz4?z(��9�*ϸȳ��diz�d�@� � � f_z S�����ƕh��K���L�o�e�ێc+O0*����8�`4|�ě�I X;%~� �ǀ��ul�묑��Fm��Q�� �7zf�? ��16t�p��C �Ƨ�ϺY!�㬌��|�AhwoƵ��㹗�u�l���cӏ�Oy��3� ��� � �Y����ܙ���x!�J��e�b ����Q3�KKo-��zJ� �֩��=��~��D�����~[J�u��KC��b��K����! PK- O E[j�}� 5 xl/workbook.xmlPK- O E[���� � [Content_Types].xmlPK- O E[���U' ' V _rels/.relsPK- O E[&9T � � xl/worksheets/sheet1.xmlPK- O E[I���� P h xl/_rels/workbook.xml.relsPK- O E[Ѓc'2 E � xl/styles.xmlPK- O E[��_� ( xl/sharedStrings.xmlPK � &
application/vnd.ms-excel
Sample:
PK O E[8� 5 xl/workbook.xml � (� ���� D�M��(�jI�z��k�#]*Q� ���"F��zۙ�};�l��Y;���/]����/z�ܟ�&�u��(X)��֊�HF�8yP��^M��X~r���z\Q�+����ji�P0�$���]LD��MU �_$��P��Qrn��1r��ÝѼ`��B�����;�"���PK O E[���� � [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 O E[��Z�' ' _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="R49e43ffc3efa44a8" /></Relationships>PK O E[&9T � xl/worksheets/sheet1.xml � (� ��[s�0�� ��B�$��Q;=�ۓ=��5�X��t�����!K���y?��cFG�������<N�c<�:�z�������,?�{<m��=_FQ�(|�ecwYG��ϖQ�^��չE�%a��fo~�Xij�<�}&Ѻ�1B�ϢUX�K���#ww���dQ8/���v��0^���<Vӷ�w�h1vO�蕸�?��8�����N�������|좒�{�ey�i�̣E��*���u�-URPff�*/�No�s�$�.�n�y����V��3/�����P�w9\��>�1\r�0���ʓ&�=,)g$`R��<���3�D ��2��|��sI(�< Xr8Ϫ<k������T2!8��*ϛ��%�r�X����P ��r�ǁ�@�@=KP-jV�<�`D., �^=h�AJ,eHpu�L�%���B�t�c���O%��˄Z@h��a& W#��P+��X9(��s�THn�PK��yLG1!D J-j ��� ���@"�l=�"�h?E�Q 0�C&�*B�"���b쐽�v��n �X`��5��Ͱ�9��"���t�d�i5��D����Vm��ڸ�&h�m�q�'�K�� �%���}�v��>t��>���u��]�O�.�O�.qkhL+�h�������h@�b�Dk�ɀh�>�����j@�v}���a�8�������9��3��V{N����E��Vإa����v\k�}N���0Z���v�֎�ّ{;�`G��Ԏ<ّg;�b@��ԫ�fGI�(p�8J쎒Gɀ��Ѻ�d�Q2�a����#wv�ގ<ؑG;2�#Ov�َ��Q�;귾,�ϸ(�L�"��o�����PK O E[+ĭ@� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�q\��ݰa[z��Q;�]�gc���V���X��j4��'�|�lvo�D^Ї��ʂA�\?ڡ�S�w+�m7{�dL��K iņL�˚Ҡ�2nA�:��YƔ��.R倔3vO}k&9���i=*|t�4������`#����~J�^BY$*�����`u#�Тb]�t ��Z�� ï�w��ԪC�+��u'ʛ���>]:w�˙Z�VV�W�5z��/PK O E[Ѓ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 O E[��_� xl/sharedStrings.xml � (� �Smo�0�+���tCL��PF�u�H�>LH��Z���@ï��PŒv|��y���r�l��Kq�.D��6�]���WoEB,QK��b �e�q]��b�ܽ�2R;p�R�F��'9~�6�.�Դ`g����"sҠH����Hz4?z(��9�*ϸȳ��diz�d�@� � � f_z S�����ƕh��K���L�o�e�ێc+O0*����8�`4|�ě�I X;%~� �ǀ��ul�묑��Fm��Q�� �7zf�? ��16t�p��C �Ƨ�ϺY!�㬌��|�AhwoƵ��㹗�u�l���cӏ�Oy��3� ��� � �Y����ܙ���x!�J��e�b ����Q3�KKo-��zJ� �֩��=��~��D�����~[J�u��KC��b��K����! PK- O E[8� 5 xl/workbook.xmlPK- O E[���� � [Content_Types].xmlPK- O E[��Z�' ' V _rels/.relsPK- O E[&9T � � xl/worksheets/sheet1.xmlPK- O E[+ĭ@� P h xl/_rels/workbook.xml.relsPK- O E[Ѓc'2 E � xl/styles.xmlPK- O E[��_� ' xl/sharedStrings.xmlPK � %