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
LesserDepartmentName | 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": "2025-10-05T00:02:30.0970248", "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": "AuBgeEN99UapsYqG1dyyng==", "labelPageLayoutGuid": "7860e002-7d43-46f5-a9b1-8a86d5dcb29e", "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>AuBgeEN99UapsYqG1dyyng==</LabelPageLayoutG_UID> <LabelPageLayoutGuid>7860e002-7d43-46f5-a9b1-8a86d5dcb29e</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>2025-10-05T00:02:30.0970248+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 O E[��}� 5 xl/workbook.xml � (� ����0��&�C���h)��x�ྲྀ[i�?ik��-%�x�3;������i�>z4�� �ct5!���Y8X&����$��X)���ɱ(.��Ȣ�&�����a灉�D=.(͔��~���=L!�d�ug�%D~S4ö���aܱ�0��M4����* w^�R�x!ΜW�{�Q��n�PK O E[���� � [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 O E[h�L' ' _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="R7e45de6266914110" /></Relationships>PK O E[>�� xl/worksheets/sheet1.xml � (� �Y�R9���w,�[����{6!��ya��e����cyfڽ��������Vq����z�/����Pj8�n����������0|ztp_��]\U�r@�œ���j��}2-ί��dQԷ� =���ɒ�������yu\��ͪ���(�F��z��W-�����C�}r-n���b����C��dz3<:��R�f��yuy8,���FG+��iu��|4[����m���8�v�>Y���|pQ]N����j��jI,�U�y}�X�̦ w��l�{��~z��:�B�r���w�e=;{��N�qfg6q�@+}�nw<�㡍��Am�� ����xl�c��.F�w��u�m��V��]��w�x��x�������L.h vLJu|��U4�"8Zd�����ƛ"b0��#^�$���!��18eL�(Ho��jO�UPt�.x�!�!�P��z�#FC4*��N*����I���N)@�c���@ݑ�+�� �[ �b&CҠv�5h����N*��B{�N� ����u讁vAJ ��s<$%��RKb�>�220I��#EU�����Z`��W�M4�#PM #3G`� t����" ��eHR4ح�Ay H�$/$��hz�04 k�A�c0IѸ��}S-� �,�I��'E�%����M���Iђi�� �]$)��сӺ���B�6��AuOSi�� ���\��E�]"�r�NQ}�L��I0��ZMu�PeɭaӜ�gI����h�G��$M�����-�g���Ip��E�$�4�o�#s�ܔ�4 �> ��сj�xH���U���n�H��I)i�#y��I���H� ��-ј4��&��i!ڠ���3�ĤIl5 �@h�ȹ7#c�N����@GA '�!i{-�j�T����&�W'��$z�O�ƤI�ث0i�cu����b�H�v�6iѪ��]��L�F��MZ���ɕF��ؠs���UXc ���=� I��Z6UW�K48��MR��m�$K�ͷK����RD_h�A��L�$E�JѪBG��4:i�m���&)Z���"�@d�@7�L�$I�J�B���>;�����-vu�=�,'G��~0_=��ͧ�>.Ve��.����H�~5�k�x���g��Go#��x���>�da����G��F�>��6"�����x#0�H}+@����� a��-@�c�� aԞ ��'���,@�_�1v� �� a�~ ������C�0vK����[ 64��R2"#��hå`F`���q\ �Fr)X˥`J`4��-��,8ς3��,X8ς7��,�9ς;��,�9ς?��,9ςC��,X9ςG��,�9ςK��,��r��Z��X�e<��Z��X�e<��Z��X�e<�����<��`3�v*0� �ۏ����u��]w���>7ۋd}"@�9�؆8v�/��+¶���K#yA�3� �ov0�vdzw;��V��~�!�����!���yȗ<�kr֣�`�~�A���~�_\�����w���x����^r���/^�%�m��=0�o!o���v̻=0��x���t��:��$��v�;(��r�7�ϻ��K�!�`4�3� >���[�}6�y�l%�q�X����?���?����<;����|����=�\믪�E5?��e5_]�7��?�PK O E[�k�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�CI��ݰa���=��&�e�@��G� XE�Tb�������4�y�Xoߧ��b���-���V:5ؾ�S�5l7��"�hI^����_Q��I��y���]�D�i��(z���\�0g�-���CtZ��<Mh�`���1�� B����R����L�Z��J1�e����Z�wS��<b����g2˒��5Zi�*ͻ��P�Sȗ�;��3����밓�Ӣ��ћ��|PK O E[Ѓ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 O E[P][� S xl/sharedStrings.xml � (� �VYo�F�+}ԙX�I�-K�P�v!~(�bD������p����)7n9�T���}|���g��:/�'�v7hR�I������5L�`2P��8)�'��d�}dj�8مP|�t|�C �m4�l�����_8����V�~�;�h�&��&��ӳDD##N (����dq9�ɨ��\b.h4�c��9/����5h�˦6c�7� �4��*�cJwE3�z�n�LQ��Ak����l *����_W�3� �`K{�$�S��c���{���&2�y� �����������~m �F�æA>�l��hp��fX��h&[�*��Y�E��V6���P�A%CY�נн��4U��Ykș��� 4��Ń��#��%��A� V�$(q��N��s��KqKj���Vg *K;��:�D[����u����ri� ��S'�@��Nd5�ZMk.y�)��`o\C��s�b�sg�=n�WĪ�Mu-�1�a��^�3�H�MM��+�F洲�����1|���sL]'J�R"���yс8:ƭ�q���4��#��m�i柍�~���Y��gcQW��%�WR�c��0�����Z��qa��.�E�& ��^S�3]�y�'>���5H���D� �t��^JjQ.NÃ���axx>�Y3�k����G�#��X���W�/ʀ}����A��~�4����q�=i�٦��p��d�v��#=�w��!�7�[W�7<sP���w�CG��K�8�۳������~+��f�5�/��_2�_A=~�� '? PK- O E[��}� 5 xl/workbook.xmlPK- O E[���� � � [Content_Types].xmlPK- O E[h�L' ' U _rels/.relsPK- O E[>�� � xl/worksheets/sheet1.xmlPK- O E[�k�� P � xl/_rels/workbook.xml.relsPK- O E[Ѓc'2 E xl/styles.xmlPK- O E[P][� S � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK O E[��s� 5 xl/workbook.xml � (� ����0Ew$�!��>���SV��8$�y( *�O������{}}l:[�zX�B=����]KH%hNցI3a�f1I�$V5�`ǷIU�abQY�r��X�y`<H�����2�?��gws�2ۻ���"�)�a�FV�0 Xde��;\b�[������S5B�9�xg�0J���PK O E[���� � [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 O 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="Rfed02ce0f10a4fed" /></Relationships>PK O E[>�� xl/worksheets/sheet1.xml � (� �Y�R9���w,�[����{6!��ya��e����cyfڽ��������Vq����z�/����Pj8�n����������0|ztp_��]\U�r@�œ���j��}2-ί��dQԷ� =���ɒ�������yu\��ͪ���(�F��z��W-�����C�}r-n���b����C��dz3<:��R�f��yuy8,���FG+��iu��|4[����m���8�v�>Y���|pQ]N����j��jI,�U�y}�X�̦ w��l�{��~z��:�B�r���w�e=;{��N�qfg6q�@+}�nw<�㡍��Am�� ����xl�c��.F�w��u�m��V��]��w�x��x�������L.h vLJu|��U4�"8Zd�����ƛ"b0��#^�$���!��18eL�(Ho��jO�UPt�.x�!�!�P��z�#FC4*��N*����I���N)@�c���@ݑ�+�� �[ �b&CҠv�5h����N*��B{�N� ����u讁vAJ ��s<$%��RKb�>�220I��#EU�����Z`��W�M4�#PM #3G`� t����" ��eHR4ح�Ay H�$/$��hz�04 k�A�c0IѸ��}S-� �,�I��'E�%����M���Iђi�� �]$)��сӺ���B�6��AuOSi�� ���\��E�]"�r�NQ}�L��I0��ZMu�PeɭaӜ�gI����h�G��$M�����-�g���Ip��E�$�4�o�#s�ܔ�4 �> ��сj�xH���U���n�H��I)i�#y��I���H� ��-ј4��&��i!ڠ���3�ĤIl5 �@h�ȹ7#c�N����@GA '�!i{-�j�T����&�W'��$z�O�ƤI�ث0i�cu����b�H�v�6iѪ��]��L�F��MZ���ɕF��ؠs���UXc ���=� I��Z6UW�K48��MR��m�$K�ͷK����RD_h�A��L�$E�JѪBG��4:i�m���&)Z���"�@d�@7�L�$I�J�B���>;�����-vu�=�,'G��~0_=��ͧ�>.Ve��.����H�~5�k�x���g��Go#��x���>�da����G��F�>��6"�����x#0�H}+@����� a��-@�c�� aԞ ��'���,@�_�1v� �� a�~ ������C�0vK����[ 64��R2"#��hå`F`���q\ �Fr)X˥`J`4��-��,8ς3��,X8ς7��,�9ς;��,�9ς?��,9ςC��,X9ςG��,�9ςK��,��r��Z��X�e<��Z��X�e<��Z��X�e<�����<��`3�v*0� �ۏ����u��]w���>7ۋd}"@�9�؆8v�/��+¶���K#yA�3� �ov0�vdzw;��V��~�!�����!���yȗ<�kr֣�`�~�A���~�_\�����w���x����^r���/^�%�m��=0�o!o���v̻=0��x���t��:��$��v�;(��r�7�ϻ��K�!�`4�3� >���[�}6�y�l%�q�X����?���?����<;����|����=�\믪�E5?��e5_]�7��?�PK O E[��d� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_��I'�n�Ms�m��m��E��+�RK�.��lF���I����v�������� ����I��zX�~�=��C���d=�O��`�n(�bą��X�q��[x�������c u)n��x���Qj�h�yA� �W�N~D@�� :�iyzMy�@�dY�E^�h��$�@���|������D�1lD_�B����2#w(���?�:��D����]KljUWu���ћ��}PK O E[Ѓ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 O E[P][� S xl/sharedStrings.xml � (� �VYo�F�+}ԙX�I�-K�P�v!~(�bD������p����)7n9�T���}|���g��:/�'�v7hR�I������5L�`2P��8)�'��d�}dj�8مP|�t|�C �m4�l�����_8����V�~�;�h�&��&��ӳDD##N (����dq9�ɨ��\b.h4�c��9/����5h�˦6c�7� �4��*�cJwE3�z�n�LQ��Ak����l *����_W�3� �`K{�$�S��c���{���&2�y� �����������~m �F�æA>�l��hp��fX��h&[�*��Y�E��V6���P�A%CY�נн��4U��Ykș��� 4��Ń��#��%��A� V�$(q��N��s��KqKj���Vg *K;��:�D[����u����ri� ��S'�@��Nd5�ZMk.y�)��`o\C��s�b�sg�=n�WĪ�Mu-�1�a��^�3�H�MM��+�F洲�����1|���sL]'J�R"���yс8:ƭ�q���4��#��m�i柍�~���Y��gcQW��%�WR�c��0�����Z��qa��.�E�& ��^S�3]�y�'>���5H���D� �t��^JjQ.NÃ���axx>�Y3�k����G�#��X���W�/ʀ}����A��~�4����q�=i�٦��p��d�v��#=�w��!�7�[W�7<sP���w�CG��K�8�۳������~+��f�5�/��_2�_A=~�� '? PK- O E[��s� 5 xl/workbook.xmlPK- O E[���� � � [Content_Types].xmlPK- O E[�[�' ' U _rels/.relsPK- O E[>�� � xl/worksheets/sheet1.xmlPK- O E[��d� P � xl/_rels/workbook.xml.relsPK- O E[Ѓc'2 E xl/styles.xmlPK- O E[P][� S xl/sharedStrings.xmlPK � �