GET api/department/{department}/sizes

Get all store size configurations for department

Request Information

URI Parameters

NameDescriptionTypeAdditional information
department

Department code

string

Required

Body Parameters

None.

Response Information

Resource Description

A list of department store sizes for department

Collection of DepartmentStoreSize
NameDescriptionTypeAdditional information
ID

integer

None.

StoreSizeID

integer

None.

DepartmentCode

string

Required

SubDepartmentCode

string

Required

MaxDaysStock

Maximum allowable days of stock

integer

None.

StockOrderDaysMinimum

Whether the Days Stock Order setting is a minimum or addition (0 = minimum)

StockOrderDays

None.

SizeDescription

Store Size being overridden

string

Relation. This field may not always be loaded or used for updates.

DepartmentName

Department Name

string

Relation. This field may not always be loaded or used for updates.

SubDepartmentName

SubDepartment Name

string

Relation. This field may not always be loaded or used for updates.

DefaultMaxDaysStock

Maximum allowable days of stock, store size override

integer

Relation. This field may not always be loaded or used for updates.

DefaultStockOrderDaysMinimum

Whether the Days Stock Order setting is a minimum or addition (0 = minimum), store size override

StockOrderDays

Relation. This field may not always be loaded or used for updates.

Deals

Collection of DepartmentStoreSizeDeal

Relation. This field may not always be loaded or used for updates.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "storeSizeID": 1,
    "departmentCode": "sample string 2",
    "subDepartmentCode": "sample string 3",
    "maxDaysStock": 1,
    "stockOrderDaysMinimum": 1,
    "sizeDescription": "sample string 4",
    "departmentName": "sample string 5",
    "subDepartmentName": "sample string 6",
    "defaultMaxDaysStock": 7,
    "defaultStockOrderDaysMinimum": 8,
    "deals": [
      {
        "$id": "2",
        "id": 1,
        "storeSizeID": 1,
        "storeSizeDealID": 2,
        "departmentCode": "sample string 3",
        "subDepartmentCode": "sample string 4",
        "daysStockOrder": 1,
        "sizeDescription": "sample string 5",
        "departmentName": "sample string 6",
        "subDepartmentName": "sample string 7",
        "minDealPercentage": 8.1,
        "maxDealPercentage": 1.1,
        "defaultDaysStockOrder": 9
      },
      {
        "$ref": "2"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDepartmentStoreSize xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Departments">
  <DepartmentStoreSize>
    <Deals>
      <DepartmentStoreSizeDeal>
        <DaysStockOrder>1</DaysStockOrder>
        <DefaultDaysStockOrder>9</DefaultDaysStockOrder>
        <DepartmentCode>sample string 3</DepartmentCode>
        <DepartmentName>sample string 6</DepartmentName>
        <ID>1</ID>
        <MaxDealPercentage>1.1</MaxDealPercentage>
        <MinDealPercentage>8.1</MinDealPercentage>
        <SizeDescription>sample string 5</SizeDescription>
        <StoreSizeDealID>2</StoreSizeDealID>
        <StoreSizeID>1</StoreSizeID>
        <SubDepartmentCode>sample string 4</SubDepartmentCode>
        <SubDepartmentName>sample string 7</SubDepartmentName>
      </DepartmentStoreSizeDeal>
      <DepartmentStoreSizeDeal>
        <DaysStockOrder>1</DaysStockOrder>
        <DefaultDaysStockOrder>9</DefaultDaysStockOrder>
        <DepartmentCode>sample string 3</DepartmentCode>
        <DepartmentName>sample string 6</DepartmentName>
        <ID>1</ID>
        <MaxDealPercentage>1.1</MaxDealPercentage>
        <MinDealPercentage>8.1</MinDealPercentage>
        <SizeDescription>sample string 5</SizeDescription>
        <StoreSizeDealID>2</StoreSizeDealID>
        <StoreSizeID>1</StoreSizeID>
        <SubDepartmentCode>sample string 4</SubDepartmentCode>
        <SubDepartmentName>sample string 7</SubDepartmentName>
      </DepartmentStoreSizeDeal>
    </Deals>
    <DefaultMaxDaysStock>7</DefaultMaxDaysStock>
    <DefaultStockOrderDaysMinimum>8</DefaultStockOrderDaysMinimum>
    <DepartmentCode>sample string 2</DepartmentCode>
    <DepartmentName>sample string 5</DepartmentName>
    <ID>1</ID>
    <MaxDaysStock>1</MaxDaysStock>
    <SizeDescription>sample string 4</SizeDescription>
    <StockOrderDaysMinimum>1</StockOrderDaysMinimum>
    <StoreSizeID>1</StoreSizeID>
    <SubDepartmentCode>sample string 3</SubDepartmentCode>
    <SubDepartmentName>sample string 6</SubDepartmentName>
  </DepartmentStoreSize>
  <DepartmentStoreSize>
    <Deals>
      <DepartmentStoreSizeDeal>
        <DaysStockOrder>1</DaysStockOrder>
        <DefaultDaysStockOrder>9</DefaultDaysStockOrder>
        <DepartmentCode>sample string 3</DepartmentCode>
        <DepartmentName>sample string 6</DepartmentName>
        <ID>1</ID>
        <MaxDealPercentage>1.1</MaxDealPercentage>
        <MinDealPercentage>8.1</MinDealPercentage>
        <SizeDescription>sample string 5</SizeDescription>
        <StoreSizeDealID>2</StoreSizeDealID>
        <StoreSizeID>1</StoreSizeID>
        <SubDepartmentCode>sample string 4</SubDepartmentCode>
        <SubDepartmentName>sample string 7</SubDepartmentName>
      </DepartmentStoreSizeDeal>
      <DepartmentStoreSizeDeal>
        <DaysStockOrder>1</DaysStockOrder>
        <DefaultDaysStockOrder>9</DefaultDaysStockOrder>
        <DepartmentCode>sample string 3</DepartmentCode>
        <DepartmentName>sample string 6</DepartmentName>
        <ID>1</ID>
        <MaxDealPercentage>1.1</MaxDealPercentage>
        <MinDealPercentage>8.1</MinDealPercentage>
        <SizeDescription>sample string 5</SizeDescription>
        <StoreSizeDealID>2</StoreSizeDealID>
        <StoreSizeID>1</StoreSizeID>
        <SubDepartmentCode>sample string 4</SubDepartmentCode>
        <SubDepartmentName>sample string 7</SubDepartmentName>
      </DepartmentStoreSizeDeal>
    </Deals>
    <DefaultMaxDaysStock>7</DefaultMaxDaysStock>
    <DefaultStockOrderDaysMinimum>8</DefaultStockOrderDaysMinimum>
    <DepartmentCode>sample string 2</DepartmentCode>
    <DepartmentName>sample string 5</DepartmentName>
    <ID>1</ID>
    <MaxDaysStock>1</MaxDaysStock>
    <SizeDescription>sample string 4</SizeDescription>
    <StockOrderDaysMinimum>1</StockOrderDaysMinimum>
    <StoreSizeID>1</StoreSizeID>
    <SubDepartmentCode>sample string 3</SubDepartmentCode>
    <SubDepartmentName>sample string 6</SubDepartmentName>
  </DepartmentStoreSize>
</ArrayOfDepartmentStoreSize>

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK6�Z��x�5xl/workbook.xml �(�����0��&�C�`A	�8q����
[i�?ik��H�yۙ��v�ɸ�i��>jԾp�!؂s���П�%=�q
�,݋!dK�iߊt��$ɹ��4���zXi���u��W�B��>+�fI��r6�����⿩2�����FE4Xtn])0W�y���z�b�&"�D;{��|�]PK6�Z����	�[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
6�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="R5446ee10d74341d1" /></Relationships>PK6�Zms�@�<	xl/worksheets/sheet1.xml �(���[s�0��
��B·���a���׬��T��`��߀T2qo��|_ț0̮��m��-t5�a�HU+�.��y��7?D|������Ru���^�y����*M�*Wef�S��hSf��i�S��+u�W�RUu�`�Q۬v�l^�l|��?��Ψl�N��K�YQŋٺp՛�GFm��
�z�q�.f-��P{v5w�W����z��M'�m�f���d�m�KU��n�h��ֶ�QY4KGe��~�u��c�@r�jok]�9�
���:�<�)`&Aaw>�}�0 ��B�%���I��D0Ɖ@
H.̟v>�}�@J$g�.8�����G$1$'C�y�����N%�
q��/z�'7��-@�.���|��$TRȑȅ�>��W`b���KN[��{$�K��b*Ņ��&��.n�B�"@)c�?��x�s���bf�!2���\ݸK۞3wt�;��0K?�#n�wS
��)����)A��rJ�!�0%ؐx�|H<M	1$���/�-��W5u1��B}V��<���д�8 2N(�a{�E��AF�>y�Q�����r>6
��S����}8�E`�_�ƒ��tX�<��Yx�qd�d�YxJ��HϞg�{�Pf�u�L��;�
-�PK6�Zw���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	NH��ݰa[z˞I�&vd�-=�����ĂMW��==i���c�}�FvBg[�3�vf�]�H5l7��*���s`iņ���A�8���m��)���>�y!D����L�����#4>;}���?����!��^�c?���!�؋iaG�y$�U�II0~7�/#�_��|!�$uӔ9ՅҲ�tW�^y4�ѧK/���Z-L�j�)K�\���_l�PK6�ZЃ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��PK6�Z�8<xl/sharedStrings.xml �(��RMO�0�+U�$c��P�ځ�('�DH�-Z>J�m��T�
�Qq�������N7�$P{��S>b	8�k�{z�>�d	�t�4�Aƶ�,��)"%q�a�VD͕�V`%r߀���+)�a)�	 k\�5b<M��ڱD��Q��"���-�A��yJ�m�
�S�u_�9�s��>TB#YpT�z���0���Rn1
��U�~5��Ri�mk{��TA7��޽����JX��А�oʿ̖ 
�����x�? �g���0|1Oz�l�������
8Z�;��z�<��J:����x^�|V�*���_���r���OPK-6�Z��x�5xl/workbook.xmlPK-6�Z����	��[Content_Types].xmlPK-
6�Z�}��''U_rels/.relsPK-6�Zms�@�<	�xl/worksheets/sheet1.xmlPK-6�Zw���P�xl/_rels/workbook.xml.relsPK-6�ZЃc'2E
�xl/styles.xmlPK-6�Z�8<c	xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK6�Z�T�/�5xl/workbook.xml �(���;�0D�H�����#!CE�6Ez��d;"Ǐ1)]���ٷCm�����Y��6x��Ԅ�~��EPaǵ��i_Ds.z�t���<ɒ�"f�Vn����lp#���L(ܞOѵ�C���^w5�B�7E#츈
)&�����܆��Z���2-��C^��u���>`���/PK6�Z����	�[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
6�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="R73745510f9bd4014" /></Relationships>PK6�Zms�@�<	xl/worksheets/sheet1.xml �(���[s�0��
��B·���a���׬��T��`��߀T2qo��|_ț0̮��m��-t5�a�HU+�.��y��7?D|������Ru���^�y����*M�*Wef�S��hSf��i�S��+u�W�RUu�`�Q۬v�l^�l|��?��Ψl�N��K�YQŋٺp՛�GFm��
�z�q�.f-��P{v5w�W����z��M'�m�f���d�m�KU��n�h��ֶ�QY4KGe��~�u��c�@r�jok]�9�
���:�<�)`&Aaw>�}�0 ��B�%���I��D0Ɖ@
H.̟v>�}�@J$g�.8�����G$1$'C�y�����N%�
q��/z�'7��-@�.���|��$TRȑȅ�>��W`b���KN[��{$�K��b*Ņ��&��.n�B�"@)c�?��x�s���bf�!2���\ݸK۞3wt�;��0K?�#n�wS
��)����)A��rJ�!�0%ؐx�|H<M	1$���/�-��W5u1��B}V��<���д�8 2N(�a{�E��AF�>y�Q�����r>6
��S����}8�E`�_�ƒ��tX�<��Yx�qd�d�YxJ��HϞg�{�Pf�u�L��;�
-�PK6�Z�4���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�N��TM�aö��3��&vd�@�Ƃ#q�"A*�`��h~OO��|����Ɓ�P��w
�B#�}ۻ��S2w+�m7{0�h�)���b6�i�yԖF������aĔ���	�;���f��y���1���O#�����p��(;`�(5�S��d�������e�JC��Բ]�7S��<P����g2W�P�?��T�V7���}J!_z�4/��E�Z���RTˋ����PK6�ZЃ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��PK6�Z�8<xl/sharedStrings.xml �(��RMO�0�+U�$c��P�ځ�('�DH�-Z>J�m��T�
�Qq�������N7�$P{��S>b	8�k�{z�>�d	�t�4�Aƶ�,��)"%q�a�VD͕�V`%r߀���+)�a)�	 k\�5b<M��ڱD��Q��"���-�A��yJ�m�
�S�u_�9�s��>TB#YpT�z���0���Rn1
��U�~5��Ri�mk{��TA7��޽����JX��А�oʿ̖ 
�����x�? �g���0|1Oz�l�������
8Z�;��z�<��J:����x^�|V�*���_���r���OPK-6�Z�T�/�5xl/workbook.xmlPK-6�Z����	��[Content_Types].xmlPK-
6�Z+.��''U_rels/.relsPK-6�Zms�@�<	�xl/worksheets/sheet1.xmlPK-6�Z�4���P�xl/_rels/workbook.xml.relsPK-6�ZЃc'2E
�xl/styles.xmlPK-6�Z�8<b	xl/sharedStrings.xmlPK��