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": [
"111cbb94-159b-412f-8eef-49ee16f8bd20",
"14c1f73b-f2cf-4b60-a721-f00a270fff57"
]
},
{
"$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>111cbb94-159b-412f-8eef-49ee16f8bd20</d3p1:guid>
<d3p1:guid>14c1f73b-f2cf-4b60-a721-f00a270fff57</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>111cbb94-159b-412f-8eef-49ee16f8bd20</d3p1:guid>
<d3p1:guid>14c1f73b-f2cf-4b60-a721-f00a270fff57</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 ���\z�Q 5 xl/workbook.xml � (� ����0��&�C���(*N\�z���6Ж�5��$���~;�hl�4�#�k�ے
1�T�f@v�X>H�b�s�`m��B�YE��F;!G�?,7X�� D���@jZ�w�S�����2k��$l ��T1ö�Y
KZ�Jf�֖4���2��r�4mO1O�G����`[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
���\R�9�' ' _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="R9977824b2a2d4b5b" /></Relationships>PK ���\&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 ���\�s� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_cb�?Q�l��6�F0�Vl@@��l]�H�BQ*���E7Y����f�|����扽��5�,FFZ5���s�
�w�MӍ0�.��Ą�݆� �1d֑Im��1���� {�<��_2�ɎG�!Z�GI�V�g2�0���숾���O��Y�{R��ŢPk�Wu�� ���e����]/dZ%�ֲ�s�Kl����I=G�6�tZ�5�"�R�
�4�uuU�7�b�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 ���\��_� 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- ���\z�Q 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\R�9�' ' V _rels/.relsPK- ���\&9T � � xl/worksheets/sheet1.xmlPK- ���\�s� P h xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\��_� (
xl/sharedStrings.xmlPK � &
application/vnd.ms-excel
Sample:
PK ���\�J֊� 5 xl/workbook.xml � (� ����0��&�C��X �8q����[i�?ik��-%�x�3;��T�q�Θ��I���t����~D�d,��)Q�'3B�[ӿ��x���A�Gi=]i���u���V��is<R-�g�d4���I�b��*������5m! %ɹ
5=S�J�{v���UtY�C{�Ul��|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
���\S��' ' _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="Re6982ad0625d4f9c" /></Relationships>PK ���\&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 ���\��W�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞��4�n7ݰ-��㌓��m�n�gc���V� �X��j4��'�|���o�D���h� �1 h��F�8E����f��I�4���VL0��(
j�Y��:4����eL�禎�({�9c�K�2����?D���pg�iF� �W�a@�@������%*��N��=�y[�nYUTR�wS�2a���Η2�d��.�,�j�*3H��K���K�ey����X��欑E��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 ���\��_� 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- ���\�J֊� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\S��' ' V _rels/.relsPK- ���\&9T � � xl/worksheets/sheet1.xmlPK- ���\��W�� P h xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\��_� '
xl/sharedStrings.xmlPK � %