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-06-03T18:36:16.9548535",
"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": "H5dx0fB7c0ycy55CEiqtGg==",
"labelPageLayoutGuid": "d171971f-7bf0-4c73-9ccb-9e42122aad1a",
"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>H5dx0fB7c0ycy55CEiqtGg==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>d171971f-7bf0-4c73-9ccb-9e42122aad1a</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-06-03T18:36:16.9548535+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 ���\`�
� 5 xl/workbook.xml � (� ����0��J}��� ��X�v��S"ȏ�T��A u��;�?_57>��GMڗ��![r��@
��X�ˮ7NaX�{q��RPk�[�<K��;�0H�� �����[G���(�iC)���jm��4�(c����o!���"츈�iTTC��E��Րs�\�{!��SJDi��$��}�*��n�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
���\z7��' ' _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="R68a46747b904457b" /></Relationships>PK ���\�V��� xl/worksheets/sheet1.xml � (� �Y�R9���w,�[�����&ل\H��!���6!��=��̴{-��������������W5_L�á.�pPݜ�ӛ�û��_a���ྞ�\\U�r@�œ���j��}2-ί��dQԷ�
�]���dI_�?F����:���f��rd�r�yu=YңW����!�>���jr�����!�l2�\L){�����<���������˴�_t>���[�?�/�.�j�m�OVO?\T�����i}�����ZKvs^_/V?�i��p0��^���^,���Ш�!���bY����S�C�YǙM��"�JD���xh�}aP[g�B@�w��:��X zƢ�����vo�x,�U�4F�7���:�=2ޯ�}��*:�Z����a6�F���6��:>�������* G�'�EP** �@��7�������w���I��t�k�0�Qa�tR��?��N��ؽ@�vJjs&�]��ނ�6f2$
j�݃�1��Pk
�Bݑ�-�'�4ڠM��!�P���!66$E�xHJԭ5I,�1�����$)��U�7G���j�IJ4\7e��@4��h|�\�I4�u2��W��I���8(����d�M��F`�1�r&)���oj�
�T��hzR�^��!P_�J�$)��-�ёɘ�;E���8���j-Dk3 IT�6���.�9��eHZ��!(���w�dH��-,!��TW
U��6�y�4 ����xTq_@�$��,q��}�xH���S$MBO�^���:2G�M9I����P��]�V�a���I�]U{���1�D����&Q=�L�D�-шT`��I��j�д����FF�Mb�$��r7e@�t
1f�=nF�^��Qy����N&C�$�Z�ը���=*-&Mb�N�I�z�Z�I����Wa�"��� ic�W��Z�lҢ�M�.Pm��O�����&-�V���J��JlйI���*�1 ���I��h{-��+�%���&)Z�6\�����ۥݼ��RD_��E��L�$E�JѪBG��4:i�m���&)Z���"�@d�@o��I������S�!������-v��{<YN����`�Z��ͧ�>.V/��W�_G�`��]#���G<�F�>�x}��m�'��G��F�>��6������x���}��c��7���V�0Z� ��?��^�0f?F� a�~ ��O���YPc�� a� ��W���&@��c�Lh��`C��-%#2�K���1\
fFq)�ǥ`H`$��%��\
�Fs)�8ς1��,88ς5��,x8ς9��,�9ς=��,�9ςA��,89ςE��,x9ςI��,�9ςM-�Y�e<��Z��X�e<��Z��X�e<��Z��Xj�-�#6S�i�������N����N}�]c�}n�7�.�D��{~�
q�_
v�W��u�(N{W�f"u�8>�`�͎��;�� ;�m?y��|�CN�yȧ<�s�%9��Z0b�� �ێ�������u���=r�������Z���K�d��v�浀�-��=���v��9ޮ�0])���4�v����.��D���
�Ӯ���[���y�3�g�]~+����`<ϛ�d<�yxC��yC��yCz�g�7��oU�дG����jrQ�O�zY�W/�����PK ���\����� P xl/_rels/workbook.xml.rels � (� ��Mn� F���׀K��ɦ�l�\��c�Hڜ���W(j�֑��&���0Oo������m��!v��T�8�ε5=%���z�^�|"�n�$��XS�Ҹb,j�A�p�c|T�ih٨�Q�`%�S�e��e��ޘN���� �� �W�����
-RMJ�}Qd*%����Jϔ� J�y^��M-�K���u�'2�:[�r9�rf�w��*�yN!���iZ���/`^����/���n���PK ���\Ѓ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 ���\@P S
xl/sharedStrings.xml � (� �VYo�F�+}�A5��BR`�R"Բ]H����Ci�=�=���cʍ[-y�|s�r��I+��Kk&I��'Mfsiv��v��|L�`rP��$��'��t�}dj�$هP����l�|זh)�����z�t��#�z�~�CO�4��l4a�G��F>D�}P9���b��q��� ��\�h��q{^Ic�1�+�ؔ�l�d�>DLi�*u*��n���=(�B��8����/��"��3B�
T�Di� ���G$����I��Ç(��L)�M����f.^��5�5y�@)���TD��fA>�l�hp���fX�_h&D��Y�E�l!��U!lQ��P5�
�{to�kM�`��vLvkd�G��^�R�I��� �kt���zK��Թ�h���!5�|3���=�o�}��pM��˺|!���4M�����e �a'��ͬ�5�����b�%��)S1Dž����+bU㶾�s�_����Y�$Ʀ�&��5m#sZ[��/��1|��sLS'J�R"��g�6�qt���v���4��gX ���4���S?L��l�ⳳ�l*�NJތK����Z��}ȉ�hm���4�H���"H���P/���.��<���a�Z���-R��u�TH/%�h'��?������g�Ț��4=�N�'�MY���Wuϫ�~m�y:LGô��E��.��eٶ3�w�t0 �S8�D��8k�
�Z��(�O�o�CG�+�8��լ�����ak�?g�5�����O����G�� PK- ���\`�
� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\z7��' ' S _rels/.relsPK- ���\�V��� � xl/worksheets/sheet1.xmlPK- ���\����� P �
xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\@P S
z
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ���\w;�� 5 xl/workbook.xml � (� ���� ��J}��E"�)K��0%@T��7?J�n�|���S�}BO>n�559�cIt�.aD?�t��,����6ȷC�/��8@��'c�D7�?�4F�bvÆr`=m�'B���iqJ�����b���oJ���bUăÚ����չ��^)������]Q�F��(z��`���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
���\ӄ�' ' _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="R86abc5425c22442d" /></Relationships>PK ���\�V��� xl/worksheets/sheet1.xml � (� �Y�R9���w,�[�����&ل\H��!���6!��=��̴{-��������������W5_L�á.�pPݜ�ӛ�û��_a���ྞ�\\U�r@�œ���j��}2-ί��dQԷ�
�]���dI_�?F����:���f��rd�r�yu=YңW����!�>���jr�����!�l2�\L){�����<���������˴�_t>���[�?�/�.�j�m�OVO?\T�����i}�����ZKvs^_/V?�i��p0��^���^,���Ш�!���bY����S�C�YǙM��"�JD���xh�}aP[g�B@�w��:��X zƢ�����vo�x,�U�4F�7���:�=2ޯ�}��*:�Z����a6�F���6��:>�������* G�'�EP** �@��7�������w���I��t�k�0�Qa�tR��?��N��ؽ@�vJjs&�]��ނ�6f2$
j�݃�1��Pk
�Bݑ�-�'�4ڠM��!�P���!66$E�xHJԭ5I,�1�����$)��U�7G���j�IJ4\7e��@4��h|�\�I4�u2��W��I���8(����d�M��F`�1�r&)���oj�
�T��hzR�^��!P_�J�$)��-�ёɘ�;E���8���j-Dk3 IT�6���.�9��eHZ��!(���w�dH��-,!��TW
U��6�y�4 ����xTq_@�$��,q��}�xH���S$MBO�^���:2G�M9I����P��]�V�a���I�]U{���1�D����&Q=�L�D�-шT`��I��j�д����FF�Mb�$��r7e@�t
1f�=nF�^��Qy����N&C�$�Z�ը���=*-&Mb�N�I�z�Z�I����Wa�"��� ic�W��Z�lҢ�M�.Pm��O�����&-�V���J��JlйI���*�1 ���I��h{-��+�%���&)Z�6\�����ۥݼ��RD_��E��L�$E�JѪBG��4:i�m���&)Z���"�@d�@o��I������S�!������-v��{<YN����`�Z��ͧ�>.V/��W�_G�`��]#���G<�F�>�x}��m�'��G��F�>��6������x���}��c��7���V�0Z� ��?��^�0f?F� a�~ ��O���YPc�� a� ��W���&@��c�Lh��`C��-%#2�K���1\
fFq)�ǥ`H`$��%��\
�Fs)�8ς1��,88ς5��,x8ς9��,�9ς=��,�9ςA��,89ςE��,x9ςI��,�9ςM-�Y�e<��Z��X�e<��Z��X�e<��Z��Xj�-�#6S�i�������N����N}�]c�}n�7�.�D��{~�
q�_
v�W��u�(N{W�f"u�8>�`�͎��;�� ;�m?y��|�CN�yȧ<�s�%9��Z0b�� �ێ�������u���=r�������Z���K�d��v�浀�-��=���v��9ޮ�0])���4�v����.��D���
�Ӯ���[���y�3�g�]~+����`<ϛ�d<�yxC��yC��yCz�g�7��oU�дG����jrQ�O�zY�W/�����PK ���\���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8qBDQ�n�a[z��xGM��v���G�
XE�Tb�������4����M�xag(�[rz�}���=�v���1M3�A�01ΏR2<a���6u:�'�)�����سTy^K�d�5S�3���n �9:Ml�`���1�‾���O)�K(�D�ؓj�;VJsբ!o��y�����/dt��}�*�@��A��9�t�Ӳ�P+J�����VJ]���_l� PK ���\Ѓ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 ���\@P S
xl/sharedStrings.xml � (� �VYo�F�+}�A5��BR`�R"Բ]H����Ci�=�=���cʍ[-y�|s�r��I+��Kk&I��'Mfsiv��v��|L�`rP��$��'��t�}dj�$هP����l�|זh)�����z�t��#�z�~�CO�4��l4a�G��F>D�}P9���b��q��� ��\�h��q{^Ic�1�+�ؔ�l�d�>DLi�*u*��n���=(�B��8����/��"��3B�
T�Di� ���G$����I��Ç(��L)�M����f.^��5�5y�@)���TD��fA>�l�hp���fX�_h&D��Y�E�l!��U!lQ��P5�
�{to�kM�`��vLvkd�G��^�R�I��� �kt���zK��Թ�h���!5�|3���=�o�}��pM��˺|!���4M�����e �a'��ͬ�5�����b�%��)S1Dž����+bU㶾�s�_����Y�$Ʀ�&��5m#sZ[��/��1|��sLS'J�R"��g�6�qt���v���4��gX ���4���S?L��l�ⳳ�l*�NJތK����Z��}ȉ�hm���4�H���"H���P/���.��<���a�Z���-R��u�TH/%�h'��?������g�Ț��4=�N�'�MY���Wuϫ�~m�y:LGô��E��.��eٶ3�w�t0 �S8�D��8k�
�Z��(�O�o�CG�+�8��լ�����ak�?g�5�����O����G�� PK- ���\w;�� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\ӄ�' ' T _rels/.relsPK- ���\�V��� � xl/worksheets/sheet1.xmlPK- ���\���� P �
xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\@P S
{
xl/sharedStrings.xmlPK � �