GET api/departments?subDepartments={subDepartments}&minorDepartments={minorDepartments}&lesserDepartments={lesserDepartments}&showExternal={showExternal}
Lists all departments
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| subDepartments |
List sub departments of departments |
boolean |
Default value is True |
| minorDepartments |
List minor departments of sub departments |
boolean |
Default value is True |
| lesserDepartments |
List lesser departments of minor departments |
boolean |
Default value is True |
| showExternal |
when null, lists all departments when true, Lists all eCommerce departments when false, Lists all departments except eCommerce departments |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Department| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 60 |
|
| Code | string |
Required String length: inclusive between 0 and 20 |
|
| SortOrder | integer |
None. |
|
| IsLiquor | boolean |
Deprecated. Use only IsTobacco field. |
|
| IsTobacco | boolean |
None. |
|
| ExcludeTalker | boolean |
None. |
|
| ExternalSales | boolean |
None. |
|
| SaleGLCode | string |
String length: inclusive between 0 and 50 |
|
| COGSGLCode | string |
String length: inclusive between 0 and 50 |
|
| AccountingCategoryID | integer |
None. |
|
| MaximumMarkdownPercentage |
Maximum markdown amount for products with in this department, i.e. This percent each time |
decimal number |
None. |
| AccountingOnly |
Excludes department from reporting |
boolean |
None. |
| GenerateExternalID | integer |
None. |
|
| UseNonReportableTaxCode |
When set to true, the MyOB accounting integration will use the non reportable tax code when exporting sales for this department. |
boolean |
None. |
| MinPLU | integer |
None. |
|
| MaxPLU | integer |
None. |
|
| ScaleLocation |
Default Location for new Scale PLUs in this Department, can be overridden at Product level |
ScaleLocation |
Relation. This field may not always be loaded or used for updates. |
| SubDepartments | Collection of SubDepartment |
Relation. This field may not always be loaded or used for updates. |
|
| Stores | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
| InvestmentBuyOverride |
Store size configuration has been overridden for this department |
boolean |
Relation. This field may not always be loaded or used for updates. |
| 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",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$id": "2",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:36:17.8845223",
"department": {
"$ref": "1"
}
},
"subDepartments": [
{
"$id": "3",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "4",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "5",
"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:17.8845223",
"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": "E6u8amHssky+7dQpqIZVyw==",
"labelPageLayoutGuid": "6abcab13-ec61-4cb2-beed-d429a88655cb",
"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": "6",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "7",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "8",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "8"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "7"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$id": "9",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "5"
}
],
"updated": "2026-06-03T18:36:17.8845223",
"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 9",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 10",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 13",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 14",
"sendToScale": true,
"labelPageLayoutG_UID": "5MwFB+syVkqqsnzgLdczIA==",
"labelPageLayoutGuid": "0705cce4-32eb-4a56-aab2-7ce02dd73320",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "6"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$ref": "9"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "4"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:36:17.8845223",
"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 9",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 10",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 13",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 14",
"sendToScale": true,
"labelPageLayoutG_UID": "CxvdmZOje0+fBF6o+OKPFQ==",
"labelPageLayoutGuid": "99dd1b0b-a393-4f7b-9f04-5ea8f8e28f15",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "6"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$ref": "9"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "3"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:36:17.8845223",
"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 19",
"unitMeasureKind": 1,
"fuelItem": true,
"trackSerial": true,
"warrantyPeriod": 1,
"costCalcMethod": 1,
"providerName": "sample string 20",
"overrideHostMargin": true,
"keepDescription": true,
"mscCommodity": "sample string 23",
"allowAutoOrder": true,
"excludeFromWebUpdate": true,
"webPriceBasedOn": true,
"labelFormat": "sample string 24",
"sendToScale": true,
"labelPageLayoutG_UID": "HubXyotX2UiixMun4sc/Xw==",
"labelPageLayoutGuid": "cad7e61e-578b-48d9-a2c4-cba7e2c73f5f",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "6"
},
"mscCom": {
"$ref": "7"
},
"mscDep": {
"$ref": "9"
},
"mscSubCom": {
"$ref": "8"
}
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ���\�J�� 5 xl/workbook.xml � (� ����0��&�C�����N\�z�^`+
�'m
>��o�vfg�:k;�Z��#'�J[��{S�$s'm@��V2�}���[��$M��X��Z�A�W�?,g,��
^N+J2�p}< D�fO��2[��Dd
�����"*���
7�3��s�+|�Ȗ"��͋dE���Z\ ��F����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
���\�K' ' _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="R5a9cd6ea35ab4d1c" /></Relationships>PK ���\�7�� �/ xl/worksheets/sheet1.xml � (� �ZmS9�+.��^GR
�Z!����Lp������X���<+A��@�5+��G-��_�{|��.�����PVb8�>��ogO���?Vw���{��ſ���t5@����bx�Z}7-o�e5�>}�gw���d�?.���ww���������i5RB�h1}���U������ZI����tr�����K����ix�w;����ӻ�a-ߍ/�p0:�۠/g��e���z)�����8���
v�m�~��N�&?V����ٷ��d7cn������l��p�8�o����vu�?�4�o~,W��//�,��qj;N��IS9+��&��N���������v�iƋJZ�m�B)��ݎ��\7l��n�����F�B�y��x�^�wB� �������p�ו�A)%�;d����i�"�E4l�� ��
!Sa��FrJT!Xp���2��d#>*�0���dX�Q}R�W��������'[�N��
ʨ@�HP�
�Aj
V�(�"�Q�ҽvd�lh}�흗k�2�e�A/*mn��B���T����[��£�3�UK�
],pל��@F�j��Z�OU>��
���UK��2�n�8�2�@E *��D�-H��d����k����S�� �!��.� *P�!T�B�v}ln��o�AJtN ��P���B�H�ԡ�|���(E-�s�U� ;z���(E-�B
����^��t��V�P��q Va[�����2�Q��$[ �0���:JP��a��&r5`\�B�����腓ڀ�y!�(E���k
hk���RԾ�e�>R-� ��9&�ux�j�M"E�n�"SgVa�M;����bư6W!JѨ�n
in�z!"W!j�$s��ƀ��fM��xo,�P���DM�ֽ��4-M��(�
�85i\:�jgq?s<DM��UDM�D�N�u4��LƎ���&��PM��'5�6j�ʶ�vw��AQf*DMZ�FlԤ��m6���l��Q��Ѥ����B����VvוF��U�alS���VDIڤM� `��`MnQ�69�7����FIڤM�S�q��U�(I^yTA�"���Q���[t���I[R!JT{��5く�2v�(Eh���5`^Ļ#vX/s��$
V)��1*{��DHNll�ؖd��vWhh��(�w�`�%D)B#E�*o=.b�>w �(Eh]cD%�VLN[[&�A�"�vH����$]#I�+�� < <�������#���=����`o1,6������]n>%Z��Ã��bo�s=v�w2E��E�q�E��{aR�QaS�q)�}�R�I�Sć."��S�1B�GBX���Z���!Ğ3��gB��` ��?!�/B���Qa���v�0��!�^3��WBح*Bo��P~kΈ����"5��f� �5cHMH�Kj�r͘R�kƖ���SS�gj�3cMMyf��)ό9
�q��<3�4�gƟ����P���3cQCyf<j(όI
�q��<36��gƧ��<f|j �cƧ��<f|j �cƧ��<f|j �c��$<��Z���%<��M�O����(όO����(όO����(όO����(όO��y�n��T���v��ƪSБM����*��7g���:�C���y� !���@ȊN> �����xֳY���ϓ�4�%iDc���2R�/B��w~���@:�އ���pR�K_W=Ϯ{�}�ϰ�0��(�s�`
lV��.0Z]��$ᷢ��C��i�Ï/�|։`}/)pZ}^����������hr��FgP�����4})�sU��.�0��3f��)��I!9���l�8��qԳ���<���<�s�yA�7>-`�1���-8��gL�s�y�'��'?3�v��͜�L��L�{��]h�b 4S��@33�f�<�8y���0���T �4S%i��O�g�>凟'�i�J�L������L�@h�ʯ�2�S������uϳ���u�3W'S`06�|V�.pZ}����T=�ק}?���Y'S����i�y�s�K.�r^�d������b�����U� ������uƌ�����t2U{�������T}G�qR�����L�`:��o
�l2��f��:gL�N�b0�L��t3��d*C3ը������v�8��W���w���s�?PK ���\ӻ�z� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞� qҠ��tö��=��&vd����G�
XE�Tb�������4����M#9���-��V:5ؾ�S�+�n�{EL�s iņL���A�D�܌6u��)�=��<�i�XE���Lr�����z��s�4������`#���=�~J�^C�%*�g��^uUS#o�N�yD �nj!^F�^��BF(�d��sλ�.�]e��^�O�^:-�5.��aYw��Q_���_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 ���\
U�� � xl/sharedStrings.xml � (� �W]s7}�L�������S㌃1a�<y�dZ�+�ƻ���i���W�],�
����G�������s��'�4��[k֏k��H�\�������Y�hCEL)X��a�F�]^hml�[{0f�����K���5�,�J��O�j�b4���4i���;��rQ#�̄����5� �5c��\��s9��h�ˋ���-�4eU[O��6��LT�Tj2g��(�bF�J�d
���h�+M��44����i�eİaJЄ�h�j��Q(��d0#W��4�G
[I��%�g�f阪�X~S�"&]�r��dS�L0^�,��{�n��ck(6]$lN�CA�����a���2���G`��fk�L
�z�p���i��}����+�#�_ǐh�&i ���m�3�E�{�*A���ِ�����(4`�'��žf\�x��D~#1���u�_14,�ӡ >�V��v�����S�\�B�ْf�!+%�&k%�ܠ<�dI�` �jЈ��n?>K!�F��
��7$eTg��G�S����*���Ɍ)��6K:�D��n\I.��ntz4�Ș��'=� ��C��å_qto>2��f:R|�V�Y�'Ss�+�x�$ӂ�n�-?�E~�P�l�n�{�Y<A�G�97�@�c"�K��]S��������T]�qTR`&K��
��{�\�%�((*��ɒ�
C{�Khd�5ʉ�z��Y��@�l]],�=�)�,41��8�{e�|�F1�k�P [�����"T�O�xf�<�n�S�������(Q��j���%�P��[�_��ǯ�W���O�k�%���?H� iz_v(໒�E��AH�"}a��@���X:�6(�V�t;o��d:.\�$��>v��t��t�le�'�0Թ����\P��� ���}{�-������P�.BBx��. %���|�B�+Z�ۭ2�â�,�1���u�]�����츔w&�KD�$ξ#z|����:~pn\�y�.��l^���G
[����f괍�u�Z����]�g<Ƚ;�`�+m!�ʗ�B�x�[y�t���,U�@��r�Lm�u��{W�0) ����!�y9�
<�n���2�#w��c��p�;��Bv�XK��
�wV_��"L�2a������=]�Ono˾��0v���ந�OO`���<YQ�WQ �6
^�1���:P�,��)�4�ћӳ���Y|~D[��Q�������o�X�Z�����e.4�+�k�/<��֩7��h@9��ENX�n�<yPz�
�vIHI��`jrj
�
|�rA����"�ʲ&�T�� w
�z�l��?��λۓ����_wϣ������7S�VuK����ǽ�G��~���=+�´[h{��!$O�w� ~�'�|����������<�������O�;��6��m�]�_>h{~��Z��� PK- ���\�J�� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\�K' ' V _rels/.relsPK- ���\�7�� �/ � xl/worksheets/sheet1.xmlPK- ���\ӻ�z� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\
U�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ���\+Z !� 5 xl/workbook.xml � (� ����0��&�C��H�R8q����J��@[����%�x�3;���Ѻ�imG>�7�p%mC
�|Ӣ��i'��&�^�J��m��hK�����5�U������-b���Ҡ��;B���p�QN�Zw6 [B�7�#l����X�P��(�W�i���,?�L�Rq�{�q����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
���\��Pu' ' _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="R1b2cca623b0340c3" /></Relationships>PK ���\�7�� �/ xl/worksheets/sheet1.xml � (� �ZmS9�+.��^GR
�Z!����Lp������X���<+A��@�5+��G-��_�{|��.�����PVb8�>��ogO���?Vw���{��ſ���t5@����bx�Z}7-o�e5�>}�gw���d�?.���ww���������i5RB�h1}���U������ZI����tr�����K����ix�w;����ӻ�a-ߍ/�p0:�۠/g��e���z)�����8���
v�m�~��N�&?V����ٷ��d7cn������l��p�8�o����vu�?�4�o~,W��//�,��qj;N��IS9+��&��N���������v�iƋJZ�m�B)��ݎ��\7l��n�����F�B�y��x�^�wB� �������p�ו�A)%�;d����i�"�E4l�� ��
!Sa��FrJT!Xp���2��d#>*�0���dX�Q}R�W��������'[�N��
ʨ@�HP�
�Aj
V�(�"�Q�ҽvd�lh}�흗k�2�e�A/*mn��B���T����[��£�3�UK�
],pל��@F�j��Z�OU>��
���UK��2�n�8�2�@E *��D�-H��d����k����S�� �!��.� *P�!T�B�v}ln��o�AJtN ��P���B�H�ԡ�|���(E-�s�U� ;z���(E-�B
����^��t��V�P��q Va[�����2�Q��$[ �0���:JP��a��&r5`\�B�����腓ڀ�y!�(E���k
hk���RԾ�e�>R-� ��9&�ux�j�M"E�n�"SgVa�M;����bư6W!JѨ�n
in�z!"W!j�$s��ƀ��fM��xo,�P���DM�ֽ��4-M��(�
�85i\:�jgq?s<DM��UDM�D�N�u4��LƎ���&��PM��'5�6j�ʶ�vw��AQf*DMZ�FlԤ��m6���l��Q��Ѥ����B����VvוF��U�alS���VDIڤM� `��`MnQ�69�7����FIڤM�S�q��U�(I^yTA�"���Q���[t���I[R!JT{��5く�2v�(Eh���5`^Ļ#vX/s��$
V)��1*{��DHNll�ؖd��vWhh��(�w�`�%D)B#E�*o=.b�>w �(Eh]cD%�VLN[[&�A�"�vH����$]#I�+�� < <�������#���=����`o1,6������]n>%Z��Ã��bo�s=v�w2E��E�q�E��{aR�QaS�q)�}�R�I�Sć."��S�1B�GBX���Z���!Ğ3��gB��` ��?!�/B���Qa���v�0��!�^3��WBح*Bo��P~kΈ����"5��f� �5cHMH�Kj�r͘R�kƖ���SS�gj�3cMMyf��)ό9
�q��<3�4�gƟ����P���3cQCyf<j(όI
�q��<36��gƧ��<f|j �cƧ��<f|j �cƧ��<f|j �c��$<��Z���%<��M�O����(όO����(όO����(όO����(όO��y�n��T���v��ƪSБM����*��7g���:�C���y� !���@ȊN> �����xֳY���ϓ�4�%iDc���2R�/B��w~���@:�އ���pR�K_W=Ϯ{�}�ϰ�0��(�s�`
lV��.0Z]��$ᷢ��C��i�Ï/�|։`}/)pZ}^����������hr��FgP�����4})�sU��.�0��3f��)��I!9���l�8��qԳ���<���<�s�yA�7>-`�1���-8��gL�s�y�'��'?3�v��͜�L��L�{��]h�b 4S��@33�f�<�8y���0���T �4S%i��O�g�>凟'�i�J�L������L�@h�ʯ�2�S������uϳ���u�3W'S`06�|V�.pZ}����T=�ק}?���Y'S����i�y�s�K.�r^�d������b�����U� ������uƌ�����t2U{�������T}G�qR�����L�`:��o
�l2��f��:gL�N�b0�L��t3��d*C3ը������v�8��W���w���s�?PK ���\4�gy� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_�Sb�(N6�d���?�
Hڜ���W(j��H]t��o��i������m��}�i�,4����-�b� `�Y�q�1���IOLha�ѭ(
j�Y��:4��Y?˘J�S'�Q�H�U���e�������F�OV�f4�0}���� }����(��,�N���(Q4�YvBл��x�0�z]�LF &^_�ZU�A~W�Az��ѧM�Ny�����Q0��8��9ћ��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 ���\
U�� � xl/sharedStrings.xml � (� �W]s7}�L�������S㌃1a�<y�dZ�+�ƻ���i���W�],�
����G�������s��'�4��[k֏k��H�\�������Y�hCEL)X��a�F�]^hml�[{0f�����K���5�,�J��O�j�b4���4i���;��rQ#�̄����5� �5c��\��s9��h�ˋ���-�4eU[O��6��LT�Tj2g��(�bF�J�d
���h�+M��44����i�eİaJЄ�h�j��Q(��d0#W��4�G
[I��%�g�f阪�X~S�"&]�r��dS�L0^�,��{�n��ck(6]$lN�CA�����a���2���G`��fk�L
�z�p���i��}����+�#�_ǐh�&i ���m�3�E�{�*A���ِ�����(4`�'��žf\�x��D~#1���u�_14,�ӡ >�V��v�����S�\�B�ْf�!+%�&k%�ܠ<�dI�` �jЈ��n?>K!�F��
��7$eTg��G�S����*���Ɍ)��6K:�D��n\I.��ntz4�Ș��'=� ��C��å_qto>2��f:R|�V�Y�'Ss�+�x�$ӂ�n�-?�E~�P�l�n�{�Y<A�G�97�@�c"�K��]S��������T]�qTR`&K��
��{�\�%�((*��ɒ�
C{�Khd�5ʉ�z��Y��@�l]],�=�)�,41��8�{e�|�F1�k�P [�����"T�O�xf�<�n�S�������(Q��j���%�P��[�_��ǯ�W���O�k�%���?H� iz_v(໒�E��AH�"}a��@���X:�6(�V�t;o��d:.\�$��>v��t��t�le�'�0Թ����\P��� ���}{�-������P�.BBx��. %���|�B�+Z�ۭ2�â�,�1���u�]�����츔w&�KD�$ξ#z|����:~pn\�y�.��l^���G
[����f괍�u�Z����]�g<Ƚ;�`�+m!�ʗ�B�x�[y�t���,U�@��r�Lm�u��{W�0) ����!�y9�
<�n���2�#w��c��p�;��Bv�XK��
�wV_��"L�2a������=]�Ono˾��0v���ந�OO`���<YQ�WQ �6
^�1���:P�,��)�4�ћӳ���Y|~D[��Q�������o�X�Z�����e.4�+�k�/<��֩7��h@9��ENX�n�<yPz�
�vIHI��`jrj
�
|�rA����"�ʲ&�T�� w
�z�l��?��λۓ����_wϣ������7S�VuK����ǽ�G��~���=+�´[h{��!$O�w� ~�'�|����������<�������O�;��6��m�]�_>h{~��Z��� PK- ���\+Z !� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\��Pu' ' U _rels/.relsPK- ���\�7�� �/ � xl/worksheets/sheet1.xmlPK- ���\4�gy� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
xl/styles.xmlPK- ���\
U�� � � xl/sharedStrings.xmlPK � �