GET api/department/{department}/subdepartment/{subdepartment}/minordepartment/{minordepartment}/lesserdepartment/{lesserdepartment}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| department | string |
Required |
|
| subdepartment | string |
Required |
|
| minordepartment | string |
Required |
|
| lesserdepartment | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LesserDepartment| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Sequential ID |
integer |
None. |
| DepartmentID | integer |
None. |
|
| SubDepartmentID | integer |
None. |
|
| MinorDepartmentID | integer |
None. |
|
| Name | string |
String length: inclusive between 0 and 60 |
|
| Code | string |
String length: inclusive between 0 and 20 |
|
| DepartmentCode | string |
String length: inclusive between 0 and 20 |
|
| SubDepartmentCode | string |
String length: inclusive between 0 and 20 |
|
| MinorDepartmentCode | string |
String length: inclusive between 0 and 20 |
|
| Updated | date |
None. |
|
| SalesMode | SalesMode |
None. |
|
| GSTPercent | integer |
None. |
|
| CostGSTPercent | integer |
None. |
|
| EarnLoyaltyPoints | boolean |
None. |
|
| QuantityOverride | boolean |
None. |
|
| QuantityRequired | boolean |
None. |
|
| AllowDiscounts | boolean |
None. |
|
| DiscountDiscounts | boolean |
None. |
|
| ItemRecalled | boolean |
None. |
|
| NoRefund | boolean |
None. |
|
| Active | boolean |
None. |
|
| AllowMarkdown | boolean |
None. |
|
| DefaultGP | decimal number |
None. |
|
| LabelShelfDefault | integer |
None. |
|
| LabelTalkerDefault | integer |
None. |
|
| LabelSmall | boolean |
None. |
|
| Tags | string |
None. |
|
| UnitMeasureKind | integer |
None. |
|
| FuelItem | boolean |
None. |
|
| TrackSerial | boolean |
None. |
|
| WarrantyPeriod | integer |
None. |
|
| CostCalcMethod | CostCalcMethod |
None. |
|
| ProviderName | string |
None. |
|
| OverrideHostMargin | boolean |
None. |
|
| KeepDescription |
when false, changes to HostDescription should flow to receipt Name. (OverrideHostDescription) |
boolean |
None. |
| MSCCommodity | string |
None. |
|
| AllowAutoOrder | boolean |
None. |
|
| ExcludeFromWebUpdate | boolean |
None. |
|
| WebPriceBasedOn | boolean |
None. |
|
| LabelFormat | string |
None. |
|
| SendToScale | boolean |
None. |
|
| LabelPageLayoutG_UID | Collection of byte |
None. |
|
| LabelPageLayoutGuid | globally unique identifier |
None. |
|
| MinimumAge |
Only a default on the Department table |
integer |
Relation. This field may not always be loaded or used for updates. |
| CountryOfOrigin | string |
Relation. This field may not always be loaded or used for updates. |
|
| ServiceFeeID |
Only a default on the Department table |
integer |
None. |
| EftCode |
Only a default on the Department and SubDepartment table |
integer |
None. |
| DefaultPrinter |
Only a default on the Department and SubDepartment table |
string |
String length: inclusive between 0 and 60 |
| DefaultPrinterGroup |
Only a default on the Department and SubDepartment table |
string |
String length: inclusive between 0 and 60 |
| BuyingLimit |
Buying Limit for Department. Below are possible values NULL=Dept/SubDept Limit will be used 0=Unlimited - Regardless of Dept/SubDept limits +ve integer |
integer |
None. |
| BuyingLimitIndependent |
This indicates if buying limit is independent from other limits like Product/PriceGroup. If yes, limit does not count towards other limits like Product/PriceGroup limit. For example, if toilet paper has BuyingLimit=1 and Grocery Dept has BuyingLimit=2 - if true, transaction may have 1xTP and 2xGrocery - if false, 1xTP and 1xGrocery |
boolean |
None. |
| BuyingLimitType |
It indicates whether limit applies to category or item |
BuyingLimitType |
None. |
| IncludeInDistinctLimit |
It indicates whether this limit includes in distinct store level limit |
boolean |
None. |
| DefaultsEmpty | boolean |
None. |
|
| MSCCat | MSCCategory |
Relation. This field may not always be loaded or used for updates. |
|
| MSCCom | MSCCommodity |
Relation. This field may not always be loaded or used for updates. |
|
| MSCDep | MSCDepartment |
Relation. This field may not always be loaded or used for updates. |
|
| MSCSubCom | MSCSubCommodity |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:23:10.6596473",
"salesMode": 1,
"gstPercent": 1,
"costGSTPercent": 1,
"earnLoyaltyPoints": true,
"quantityOverride": true,
"quantityRequired": true,
"allowDiscounts": true,
"discountDiscounts": true,
"itemRecalled": true,
"noRefund": true,
"active": true,
"allowMarkdown": true,
"defaultGP": 1.1,
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"tags": "sample string 11",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 12",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 15",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 16",
"sendToScale": true,
"labelPageLayoutG_UID": "iNphX4LTO0Wf5oVA2v/F4Q==",
"labelPageLayoutGuid": "5f61da88-d382-453b-9fe6-8540daffc5e1",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "2",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "3",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "4",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "4"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "3"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "3"
},
"mscDep": {
"$id": "5",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "4"
}
}
application/xml, text/xml
<LesserDepartment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Departments">
<Active>true</Active>
<AllowAutoOrder>true</AllowAutoOrder>
<AllowDiscounts>true</AllowDiscounts>
<AllowMarkdown>true</AllowMarkdown>
<BuyingLimit>1</BuyingLimit>
<BuyingLimitIndependent>true</BuyingLimitIndependent>
<BuyingLimitType>CategoryWide</BuyingLimitType>
<CostCalcMethod>1</CostCalcMethod>
<CostGSTPercent>1</CostGSTPercent>
<CountryOfOrigin>sample string 18</CountryOfOrigin>
<DefaultGP>1.1</DefaultGP>
<DefaultPrinter>sample string 20</DefaultPrinter>
<DefaultPrinterGroup>sample string 21</DefaultPrinterGroup>
<DiscountDiscounts>true</DiscountDiscounts>
<EarnLoyaltyPoints>true</EarnLoyaltyPoints>
<EftCode>19</EftCode>
<ExcludeFromWebUpdate>true</ExcludeFromWebUpdate>
<FuelItem>true</FuelItem>
<GSTPercent>1</GSTPercent>
<IncludeInDistinctLimit>true</IncludeInDistinctLimit>
<ItemRecalled>true</ItemRecalled>
<KeepDescription>true</KeepDescription>
<LabelFormat>sample string 16</LabelFormat>
<LabelPageLayoutG_UID>iNphX4LTO0Wf5oVA2v/F4Q==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>5f61da88-d382-453b-9fe6-8540daffc5e1</LabelPageLayoutGuid>
<LabelShelfDefault>1</LabelShelfDefault>
<LabelSmall>true</LabelSmall>
<LabelTalkerDefault>1</LabelTalkerDefault>
<MSCCat>
<Active>true</Active>
<Category>2</Category>
<CategoryCode>sample string 5</CategoryCode>
<Dept>1</Dept>
<MSCCommodities>
<MSCCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<CommodityCode>sample string 6</CommodityCode>
<Dept>1</Dept>
<MSCSubCommodities>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
</MSCSubCommodities>
<Name>sample string 4</Name>
</MSCCommodity>
<MSCCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<CommodityCode>sample string 6</CommodityCode>
<Dept>1</Dept>
<MSCSubCommodities>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
</MSCSubCommodities>
<Name>sample string 4</Name>
</MSCCommodity>
</MSCCommodities>
<Name>sample string 3</Name>
</MSCCat>
<MSCCom>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<CommodityCode>sample string 6</CommodityCode>
<Dept>1</Dept>
<MSCSubCommodities>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
</MSCSubCommodities>
<Name>sample string 4</Name>
</MSCCom>
<MSCCommodity>sample string 15</MSCCommodity>
<MSCDep>
<Active>true</Active>
<Dept>1</Dept>
<DeptCode>sample string 4</DeptCode>
<MSCCategories>
<MSCCategory>
<Active>true</Active>
<Category>2</Category>
<CategoryCode>sample string 5</CategoryCode>
<Dept>1</Dept>
<MSCCommodities>
<MSCCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<CommodityCode>sample string 6</CommodityCode>
<Dept>1</Dept>
<MSCSubCommodities>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
</MSCSubCommodities>
<Name>sample string 4</Name>
</MSCCommodity>
<MSCCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<CommodityCode>sample string 6</CommodityCode>
<Dept>1</Dept>
<MSCSubCommodities>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
</MSCSubCommodities>
<Name>sample string 4</Name>
</MSCCommodity>
</MSCCommodities>
<Name>sample string 3</Name>
</MSCCategory>
<MSCCategory>
<Active>true</Active>
<Category>2</Category>
<CategoryCode>sample string 5</CategoryCode>
<Dept>1</Dept>
<MSCCommodities>
<MSCCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<CommodityCode>sample string 6</CommodityCode>
<Dept>1</Dept>
<MSCSubCommodities>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
</MSCSubCommodities>
<Name>sample string 4</Name>
</MSCCommodity>
<MSCCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<CommodityCode>sample string 6</CommodityCode>
<Dept>1</Dept>
<MSCSubCommodities>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
<MSCSubCommodity>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCommodity>
</MSCSubCommodities>
<Name>sample string 4</Name>
</MSCCommodity>
</MSCCommodities>
<Name>sample string 3</Name>
</MSCCategory>
</MSCCategories>
<Name>sample string 2</Name>
</MSCDep>
<MSCSubCom>
<Active>true</Active>
<Category>2</Category>
<Commodity>3</Commodity>
<Dept>1</Dept>
<Name>sample string 5</Name>
<SubCommodity>4</SubCommodity>
<SubCommodityCode>sample string 7</SubCommodityCode>
</MSCSubCom>
<MinimumAge>17</MinimumAge>
<NoRefund>true</NoRefund>
<OverrideHostMargin>true</OverrideHostMargin>
<ProviderName>sample string 12</ProviderName>
<QuantityOverride>true</QuantityOverride>
<QuantityRequired>true</QuantityRequired>
<SalesMode>1</SalesMode>
<SendToScale>true</SendToScale>
<ServiceFeeID>1</ServiceFeeID>
<Tags>sample string 11</Tags>
<TrackSerial>true</TrackSerial>
<UnitMeasureKind>1</UnitMeasureKind>
<Updated>2026-04-03T06:23:10.6596473+00:00</Updated>
<WarrantyPeriod>1</WarrantyPeriod>
<WebPriceBasedOn>true</WebPriceBasedOn>
<Code>sample string 6</Code>
<DepartmentCode>sample string 7</DepartmentCode>
<DepartmentID>2</DepartmentID>
<ID>1</ID>
<MinorDepartmentCode>sample string 9</MinorDepartmentCode>
<MinorDepartmentID>4</MinorDepartmentID>
<Name>sample string 5</Name>
<SubDepartmentCode>sample string 8</SubDepartmentCode>
<SubDepartmentID>3</SubDepartmentID>
</LesserDepartment>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �2�\���ζ 5 xl/workbook.xml � (� ����0��&�C�� ��N\�z��"
�'m
>��o�vfg�>i;<��G�������`�5=JpmP�]���}1�u��Z7o�ʳc����^h�za]h���������h����f���2k��$l �����"*�@bIk�@ItnmISJl!�po���5�sHOg����`����/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�\ZMK�' ' _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="Re676ede0a39348a2" /></Relationships>PK �2�\7�="� xl/worksheets/sheet1.xml � (� �Y�R9���w,�[����{6!��ya�Ř�M��o���v�h��t�ttNw���]~U��t~s8ԅ����������nu�W>=:��/�]^U�j@�����j��}2-ϯ��dY�o�zv9_�&+�q�s4����W���Yu���hQ]OV����v9|��'��vQM.�K�]?��M�7ã��)e�W?XT���R?���`tt�F�V����A�����^]�;�����a1��.'w����j��jE,�u���z��:�Mk�������buu8��F��������:E?ęM���i(b �t@����x���.��u�+��;7�W`,���x����[�Jct!x��6���~��Wљ\�
tLJM|��U4�"8Zd������7E�`h�#^�$�ہ.�RQ:� ���nf@��|�dH"Ԧ�^�H���
3���
5���uҟ��:�S
P��#0)P7$��,��L�1�!iP����AG�ZkȈH'�m�=Q��mbn
I�:4�@���!):�CR��IQ�������L��iHQ�}�k|���D��Up[M��AȈ����$AM'���yE@�ː�h�Y�����I^H&IѴ�a�5 ��.�`��qM/���Ч�$EӒ"�E
��JV�&IѴ�hɍ��HƄ�.�Ml��i]�Tk!Z�� I������Ut��FT.C�"�&@9D���c&C�$�fa ���j���ְm��ȳ��Ih�g4ƣ�}|I�`�k��!xK��!i�cw�4 -Mz�����!7�$MB�OCAjrt�Z�9�&!6U��[��efRJ�D�H0iu�D#R�1@,dK4&M�N����-M42��h�&q�I�JK4��B۠J�ɰ[u�G�:
j8�I��j�V��*�{TZL��V����u�Z�I����Wa�"��� ic�W��Zm�6iѶ�F�6Sǧ��e�`��N���J��JlйI�ִ*�1 ���I��h[-��+�%���&)Zl6\�����ۥ��_vRD_h�A��L�$E���U��T[it�T�2��MR����E����n��I�v'IZ��C;�����-v}�=��&G���`�~L��O%}\�/�t�]ҕ�ב:��c7��>B�����8�G@�|�m��>¶/���x���mī}Dh#^�#b�F`���V�0V� F�{�x�[�0b?��G¨= ��O���Y�0v�jc�~ ��3���&@��c�� a얂
��lh��dDFp)X�0�K���(.;� ��R�$0�K���h.[�Y0&p�g�Y�&p�o�Y0'r�w"�Y�'r�"�Y0(r��"�Y�(r��"�Y0)r��"�Y���<>����S�x>����S�x>����S�xKms����T`vS�� �~�|�v�������������_$;�����>ıc~)@��^ �����(�s��Q�]��`�mdzw��+�m?���|�CN�Oy��<�K�59k�Z0b�u����ُ���R���:�xG���K�{`�w����/^�%��������7=��y�#y����+%��&َ����A����}�:�/�����<�p&`�L���{6�y�l%�q�X����?���?����<;�����N%M{Ը�_U��jq2����������PK �2�\�[� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�I����ݰa[zǞ�Q;�]�gc���V���X��j4��'�|�lvo�D^Ї��ʂA�����)�w
춛=N2��`�%��bC&��Ҡ�2nA�:��)�]�:�iŘ�>g�5������~T���iF� �W�� F ��-�����HT O����W�� !K~�=z3���_��<�iVB,���X���Q?G�.�;��LM���\���(�E�^���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�\q�d S
xl/sharedStrings.xml � (� �VYo�F�+}��D�\H
lYJ�Z���CQ#rH-���c��wL9qʡ�"��o��[�??k%��yi�$t��@��L�b��m�Q"| ���'I�>��c� S�'�.���^ϧ;�DCHn��@�����!d~������=
�$"�фI��,��Lj��
!��0]^�{a:�|�%�X�M��:n�+i�;�p
���͘�͇h�)
qD�N��]�A����^��['Sx�E��Z�spF([�
�(�4�7U��`�$�Ҟ8Ƀ~Wp�����+e��L�z�,��+��2�&�)(Ž_[��hx�4�'��>
�!�_
��$���(��^���2� �P�B��xUހz@�>��T�f l�`�;#��>:����HR��7�X����u�[:���=8G��-�Y�^��T�0�8~��m�k�o^��7�_�+�ij��X^�O�,�;��lf5�����x��q-��ϩ�.�����_����\����z&16=4�Ʈi����
�������;�1M�(YK���Z�-lD��sq�dKSi�O/$�@f;��i���S?L��l�⋳�l*]Ċތ+���� -M��>dDx�6U�r\�z�KCl�ICk��T�\�|g^��Os�e-R��)Q{��]*���ZT��a��0��0<:�q����5��'G�#�X���Wu/������� �Ѩ�}�t>?l;g9�vFÏ��<ⱄ���g�io����oy��<?��
������W���s��m�����{�����>�|��=�+��PK- �2�\���ζ 5 xl/workbook.xmlPK- �2�\���� � � [Content_Types].xmlPK-
�2�\ZMK�' ' U _rels/.relsPK- �2�\7�="� � xl/worksheets/sheet1.xmlPK- �2�\�[� P �
xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
xl/styles.xmlPK- �2�\q�d S
~
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �2�\�+l� 5 xl/workbook.xml � (� ����0��J}�(���"@���k��L� 1JR��/�ԭ��|�||F3Ԉ��Q���wn��MJ�N��]�F �H�b�u��
���X 30
'Q�^N�n�Xv2 Z�85n(%����D_�=%������&a[�����^-�NP�{[А��ex�a�i�Y�^oYL��l�]~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�\��V�' ' _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="R66eed3a8e08b4a8d" /></Relationships>PK �2�\7�="� xl/worksheets/sheet1.xml � (� �Y�R9���w,�[����{6!��ya�Ř�M��o���v�h��t�ttNw���]~U��t~s8ԅ����������nu�W>=:��/�]^U�j@�����j��}2-ϯ��dY�o�zv9_�&+�q�s4����W���Yu���hQ]OV����v9|��'��vQM.�K�]?��M�7ã��)e�W?XT���R?���`tt�F�V����A�����^]�;�����a1��.'w����j��jE,�u���z��:�Mk�������buu8��F��������:E?ęM���i(b �t@����x���.��u�+��;7�W`,���x����[�Jct!x��6���~��Wљ\�
tLJM|��U4�"8Zd������7E�`h�#^�$�ہ.�RQ:� ���nf@��|�dH"Ԧ�^�H���
3���
5���uҟ��:�S
P��#0)P7$��,��L�1�!iP����AG�ZkȈH'�m�=Q��mbn
I�:4�@���!):�CR��IQ�������L��iHQ�}�k|���D��Up[M��AȈ����$AM'���yE@�ː�h�Y�����I^H&IѴ�a�5 ��.�`��qM/���Ч�$EӒ"�E
��JV�&IѴ�hɍ��HƄ�.�Ml��i]�Tk!Z�� I������Ut��FT.C�"�&@9D���c&C�$�fa ���j���ְm��ȳ��Ih�g4ƣ�}|I�`�k��!xK��!i�cw�4 -Mz�����!7�$MB�OCAjrt�Z�9�&!6U��[��efRJ�D�H0iu�D#R�1@,dK4&M�N����-M42��h�&q�I�JK4��B۠J�ɰ[u�G�:
j8�I��j�V��*�{TZL��V����u�Z�I����Wa�"��� ic�W��Zm�6iѶ�F�6Sǧ��e�`��N���J��JlйI�ִ*�1 ���I��h[-��+�%���&)Zl6\�����ۥ��_vRD_h�A��L�$E���U��T[it�T�2��MR����E����n��I�v'IZ��C;�����-v}�=��&G���`�~L��O%}\�/�t�]ҕ�ב:��c7��>B�����8�G@�|�m��>¶/���x���mī}Dh#^�#b�F`���V�0V� F�{�x�[�0b?��G¨= ��O���Y�0v�jc�~ ��3���&@��c�� a얂
��lh��dDFp)X�0�K���(.;� ��R�$0�K���h.[�Y0&p�g�Y�&p�o�Y0'r�w"�Y�'r�"�Y0(r��"�Y�(r��"�Y0)r��"�Y���<>����S�x>����S�x>����S�xKms����T`vS�� �~�|�v�������������_$;�����>ıc~)@��^ �����(�s��Q�]��`�mdzw��+�m?���|�CN�Oy��<�K�59k�Z0b�u����ُ���R���:�xG���K�{`�w����/^�%��������7=��y�#y����+%��&َ����A����}�:�/�����<�p&`�L���{6�y�l%�q�X����?���?����<;�����N%M{Ը�_U��jq2����������PK �2�\Q�(a� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8��4��vÆm�{GM��v���G�
XE�Tb�������4����ݿM#yAg9Y�tj�=�s�
�w��"��`�9��b㼡4H����Ѧ�v~1�����'�#-�~ɀ[&9^f��i=H|t�<�����`#���=F?�@���ȓ�p�
U��e���j�2 �nj!^F�^��BF��V
��Ʀ���2FxT�ѧK/���ZSu��c����j�]���_� 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�\q�d S
xl/sharedStrings.xml � (� �VYo�F�+}��D�\H
lYJ�Z���CQ#rH-���c��wL9qʡ�"��o��[�??k%��yi�$t��@��L�b��m�Q"| ���'I�>��c� S�'�.���^ϧ;�DCHn��@�����!d~������=
�$"�фI��,��Lj��
!��0]^�{a:�|�%�X�M��:n�+i�;�p
���͘�͇h�)
qD�N��]�A����^��['Sx�E��Z�spF([�
�(�4�7U��`�$�Ҟ8Ƀ~Wp�����+e��L�z�,��+��2�&�)(Ž_[��hx�4�'��>
�!�_
��$���(��^���2� �P�B��xUހz@�>��T�f l�`�;#��>:����HR��7�X����u�[:���=8G��-�Y�^��T�0�8~��m�k�o^��7�_�+�ij��X^�O�,�;��lf5�����x��q-��ϩ�.�����_����\����z&16=4�Ʈi����
�������;�1M�(YK���Z�-lD��sq�dKSi�O/$�@f;��i���S?L��l�⋳�l*]Ċތ+���� -M��>dDx�6U�r\�z�KCl�ICk��T�\�|g^��Os�e-R��)Q{��]*���ZT��a��0��0<:�q����5��'G�#�X���Wu/������� �Ѩ�}�t>?l;g9�vFÏ��<ⱄ���g�io����oy��<?��
������W���s��m�����{�����>�|��=�+��PK- �2�\�+l� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\��V�' ' W _rels/.relsPK- �2�\7�="� � xl/worksheets/sheet1.xmlPK- �2�\Q�(a� P �
xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
xl/styles.xmlPK- �2�\q�d S
�
xl/sharedStrings.xmlPK � �