GET api/department/{department}/subdepartment/{subdept}/sizes
Get all store size configurations for sub department
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| department |
Department code |
string |
Required |
| subdept |
Sub Department code |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of department store sizes for sub department
Collection of DepartmentStoreSize| Name | Description | Type | Additional 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
[
{
"$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
<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 not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �2�\E��>� 5 xl/workbook.xml � (� ����0D�&�C�� F��x��}��4Ж�5���H�yۙ�};�l��4f 5jW؊��Oc��Q�;� u�u�*�A�3]'[lL�V�=K9ϙ��4��rrt���r�E�G�j\Q
����@H�4{H�]����.&ak�����/�"V��D�&*�Pb�{��x�/<�d"9ӝ��J����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="R911da92384764090" /></Relationships>PK �2�\ms�@� < 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�
���:�<�)`&