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 LeadInOut| Name | 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": [
"e5e97bd5-b164-4d80-b728-afede0284704",
"d9cc50f6-9b2d-4523-8db7-85bb03ac65c1"
]
},
{
"$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>e5e97bd5-b164-4d80-b728-afede0284704</d3p1:guid>
<d3p1:guid>d9cc50f6-9b2d-4523-8db7-85bb03ac65c1</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>e5e97bd5-b164-4d80-b728-afede0284704</d3p1:guid>
<d3p1:guid>d9cc50f6-9b2d-4523-8db7-85bb03ac65c1</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 �2�\��X�� 5 xl/workbook.xml � (� ����0��&�C��E $8q����Z��H����%�x�3;��ԓ����/�ѣ �o���b@
�d�y'��g��J�vV�5����QY�]i����}�W�eh{<R/��
���llu��5�~Su��I�AJ�s��Q�+57�\��B
(y����V��w�PK �2�\���� � [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
�2�\���' ' _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="R05add148e8be497e" /></Relationships>PK �2�\&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 �2�\?�o� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_.���M7٦� ��m�Hڜ���W(J��H]t��h~OO��|�Xm�扜1�ѻxŀ�3�]��)ه6��'��D�%���bCJ���8�X�]�Xf�rz�hs�=Қ1ICɀ[&�_��[;|��4�K���8 & {zL-��"�^e*�m��N3fգ�F+&8@���b�L���BEm�A)�e#dW�Uf����K��\�)��i�:Hf�U�Fo�b�PK �2�\Ѓ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 �2�\��_� 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- �2�\��X�� 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\���' ' U _rels/.relsPK- �2�\&9T � � xl/worksheets/sheet1.xmlPK- �2�\?�o� P g xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\��_� %
xl/sharedStrings.xmlPK � #
application/vnd.ms-excel
Sample:
PK �2�\"�D� 5 xl/workbook.xml � (� ����0��&�C����1�p��Ճ�Z��@����[J ��mgv�ۡ�q�Ә}Ԥ}�<�`kB<@12t� �Q�1BH��o:�"�.��Ă4��z���ay��~ jZQ�I���!�4{H�}����.&"k���h��I!�4�c�a��[��#W�8��KYU\�Y����xg�0J���PK �2�\���� � [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
�2�\1��' ' _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="R2c792d6b92384f3a" /></Relationships>PK �2�\&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 �2�\�w\� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q~��tÖrc���ĎlS�ٺ�z�ZTj��E7�F�{z�����z�6O���� KR �����;8{���v����}�pø8V��`�~YQ�Ā3w�YP��2v�>���'�#�Ӵ�6f�=����h�>q�Q�?��b��
�ȁ�}?%Go!K�Nv�/��1��4�l�B���uB����G2eLڣl�*+y]<Tf�勷�ұS\��S
k��7e�Ǜ����PK �2�\Ѓ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 �2�\��_� 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- �2�\"�D� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\1��' ' V _rels/.relsPK- �2�\&9T � � xl/worksheets/sheet1.xmlPK- �2�\�w\� P h xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\��_� '
xl/sharedStrings.xmlPK � %