GET api/leadinoutsummary/{id}/leadinouts

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LeadInOut
NameDescriptionTypeAdditional 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": [
      "4ab9aa7c-5ec3-4f31-bbda-c8674aa4d94c",
      "ef355df5-6332-4cda-ba0a-b9519694f87d"
    ]
  },
  {
    "$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>4ab9aa7c-5ec3-4f31-bbda-c8674aa4d94c</d3p1:guid>
      <d3p1:guid>ef355df5-6332-4cda-ba0a-b9519694f87d</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>4ab9aa7c-5ec3-4f31-bbda-c8674aa4d94c</d3p1:guid>
      <d3p1:guid>ef355df5-6332-4cda-ba0a-b9519694f87d</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.�[%ې��5xl/workbook.xml �(�����0��&�C����R8q���{-[�H����[J ��mgv�ۡ�����/�ѓ	�ﰌѵ�.A�p�L�	�5�I�'�B(��o
&�sQ����&H�^i������ ��V�f���x@�.��
�e2�����"�)�a�EV�0
Xde�:v��ȷ*
�B4e%�F\8T�����a�l��/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
.�[���e''_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="R18d0441fca2b4985" /></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.�[����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8+MQ�nذ-��0�Q;�]�gc���V� �X��j4��'�|�lvo�(^؇���,��\7ؾ�S�w
춛=��D0�DZ���|/e ����lSG;?aL���tĞe���K\3��<��N����ib��W��0G�=�~JA^B�%*�Ǯ�}��B���"U��7S�<r����2%�&슊H�����A��S���K�ey�Vk�\#���󪻨ɫ��~PK.�[Ѓc'2E
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-.�[%ې��5xl/workbook.xmlPK-.�[����	��[Content_Types].xmlPK-
.�[���e''U_rels/.relsPK-.�[&9T��xl/worksheets/sheet1.xmlPK-.�[����Pgxl/_rels/workbook.xml.relsPK-.�[Ѓc'2E
�xl/styles.xmlPK-.�[��_�$
xl/sharedStrings.xmlPK�"

application/vnd.ms-excel

Sample:
PK.�[‘��5xl/workbook.xml �(�����0��J}�(��B��ҵCw�&�$(IE�R�n����u}kmO>z0�p�!�c�K��OvDw�:
!J�bVű�����%ɕ9 (k�T��+��B�%b�ÊҠ��Bʹ�S�����l���o�\`�Ţ��m %�s�*�R�
�G�E"�o��=gmm�V��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
.�[���k''_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="R8475c1d35d314b4f" /></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.�[^����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8I�P�n�a[z��x�DM��v���G�
XE�Tb�������4����޾M�xag(�[rz�]�h�j�n�{1���siņ��G)�<a���6u��Ɣ�N�HG�X�y~/���Lq8���3f �9:Ml�`���1���}DZ��R��Pd�
�I7��dj4E�P�V�-��7S�<r����2e��2iT�J�J�T�G��9�t�Ӳ�PSTU����J�|Q�W��PK.�[Ѓc'2E
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-.�[‘��5xl/workbook.xmlPK-.�[����	�[Content_Types].xmlPK-
.�[���k''V_rels/.relsPK-.�[&9T��xl/worksheets/sheet1.xmlPK-.�[^����Phxl/_rels/workbook.xml.relsPK-.�[Ѓc'2E
�xl/styles.xmlPK-.�[��_�&
xl/sharedStrings.xmlPK�$