GET api/department/{department}/subdepartment/{subdepartment}/minordepartment/{minordepartment}?loadLesserDepartments={loadLesserDepartments}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
department | string |
Required |
|
subdepartment | string |
Required |
|
minordepartment | string |
Required |
|
loadLesserDepartments | boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
MinorDepartmentName | Description | Type | Additional information |
---|---|---|---|
ID |
Sequential ID |
integer |
None. |
SubDepartmentID | integer |
None. |
|
DepartmentID | integer |
None. |
|
Name | string |
String length: inclusive between 0 and 60 |
|
SubDepartmentCode | string |
String length: inclusive between 0 and 20 |
|
DepartmentCode | string |
String length: inclusive between 0 and 20 |
|
Code | string |
Required String length: inclusive between 0 and 20 |
|
LesserDepartments | Collection of LesserDepartment |
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, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "2", "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-08-02T23:25:30.5343828", "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": "1uJ9we14wkGrxWYVglAkdQ==", "labelPageLayoutGuid": "c17de2d6-78ed-41c2-abc5-661582502475", "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": "3", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "4", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "5", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "5" } ], "commodityCode": "sample string 6" }, { "$ref": "4" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "4" }, "mscDep": { "$id": "6", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "3" }, { "$ref": "3" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "5" } }, { "$ref": "2" } ], "updated": "2025-08-02T23:25:30.5343828", "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": "guiZT0sUzE2mvMQ3lCq9CA==", "labelPageLayoutGuid": "4f99e882-144b-4dcc-a6bc-c437942abd08", "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": "3" }, "mscCom": { "$ref": "4" }, "mscDep": { "$ref": "6" }, "mscSubCom": { "$ref": "5" } }
application/xml, text/xml
<MinorDepartment 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 16</CountryOfOrigin> <DefaultGP>1.1</DefaultGP> <DefaultPrinter>sample string 18</DefaultPrinter> <DefaultPrinterGroup>sample string 19</DefaultPrinterGroup> <DiscountDiscounts>true</DiscountDiscounts> <EarnLoyaltyPoints>true</EarnLoyaltyPoints> <EftCode>17</EftCode> <ExcludeFromWebUpdate>true</ExcludeFromWebUpdate> <FuelItem>true</FuelItem> <GSTPercent>1</GSTPercent> <IncludeInDistinctLimit>true</IncludeInDistinctLimit> <ItemRecalled>true</ItemRecalled> <KeepDescription>true</KeepDescription> <LabelFormat>sample string 14</LabelFormat> <LabelPageLayoutG_UID>guiZT0sUzE2mvMQ3lCq9CA==</LabelPageLayoutG_UID> <LabelPageLayoutGuid>4f99e882-144b-4dcc-a6bc-c437942abd08</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 13</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>15</MinimumAge> <NoRefund>true</NoRefund> <OverrideHostMargin>true</OverrideHostMargin> <ProviderName>sample string 10</ProviderName> <QuantityOverride>true</QuantityOverride> <QuantityRequired>true</QuantityRequired> <SalesMode>1</SalesMode> <SendToScale>true</SendToScale> <ServiceFeeID>1</ServiceFeeID> <Tags>sample string 9</Tags> <TrackSerial>true</TrackSerial> <UnitMeasureKind>1</UnitMeasureKind> <Updated>2025-08-02T23:25:30.5343828+00:00</Updated> <WarrantyPeriod>1</WarrantyPeriod> <WebPriceBasedOn>true</WebPriceBasedOn> <Code>sample string 7</Code> <DepartmentCode>sample string 6</DepartmentCode> <DepartmentID>3</DepartmentID> <ID>1</ID> <LesserDepartments> <LesserDepartment> <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>1uJ9we14wkGrxWYVglAkdQ==</LabelPageLayoutG_UID> <LabelPageLayoutGuid>c17de2d6-78ed-41c2-abc5-661582502475</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-08-02T23:25:30.5343828+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> <LesserDepartment> <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>1uJ9we14wkGrxWYVglAkdQ==</LabelPageLayoutG_UID> <LabelPageLayoutGuid>c17de2d6-78ed-41c2-abc5-661582502475</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-08-02T23:25:30.5343828+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> </LesserDepartments> <Name>sample string 4</Name> <SubDepartmentCode>sample string 5</SubDepartmentCode> <SubDepartmentID>2</SubDepartmentID> </MinorDepartment>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK /�[b��[� 5 xl/workbook.xml � (� ����0D�&�C�� �8q����Z�������Ϸ@ ��mgv��ԓ�s/�1� �o��q�B��pr#ڴ���I�'sRj��o�6���y jg��c�+�V=Bb4Ê2�-m�B��]�����l���o�^`�Ţ�� � %�s��Q�+����>/��<\J��wXͶ��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 /�[�B�' ' _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="R1437060d9c184183" /></Relationships>PK /�[�G/ґ } xl/worksheets/sheet1.xml � (� �YkS;�+�|�ے_��)����>�咥dJX& �?��'��n���Hk�#�������ޯj6��7�}]�~����Ǔ������?����ྞ��_UբG����a�j��}2�/���h^Է� =��g�т��~����Eu\_�M����(���z��Wͯ&���C�}r�og�h�\���!�t4���'��Y}oV]�K�dxb�����}>���Ͻf+��������������t��w���]/>��/�ɏ��d�1��|��7�4��{�������xqu؏�F��/��z����:E?ęU�Y�i_��Y����M<1�V: ����x\��&o*�х���x����x����[GI �~��w����L.h v��U����*>��)l��gJW�q�jS�����11�UҌ�d�����.x�!�a���쌣�GC�)��^'�i��Ixڕs�k���1Sy���[�sEt�{�_�dH�Ӷ��c�ѡ�2��I~��?[hO�i�A��[C���5�.H .F�r��$A�B�`1��C0*'��Dݒ�*@�f�x�3M()Ѩ�m_I�FwJ���3>fJ`�д[4&�4�>�!I�t�`P^R#��$)�N��Zc��LR4��e�4!K�e2IѸG�2��h:R��FGZ$cBnI�&�t�n�����eHR4�]M���B�H*��A�-�Ct�f2$M�n7��j:Kn I�`�k����-@�-�z.�44ƣ����&�k��!�&�g���I���E�$tڣ鯎�2�H���& �&G�*8��4 ��jO��Bs> Qf2$MB|$�4��ݢ�� �-�&q�I��mP��j�3�ĤI�hh�P��Y�!�y/�!i;}�G�* �L��i�3��FM]���i1i;}�á���jL�D��� ��?VI�:�*�4j�ɐ�����7�ħ�����&-ڍ ��輣t.CҢ՝kL @44j2 �mgdSw��D'�|��I��Îd`)i:;.m���H}l�M4��ߙ��F�V:Ro��9*wr�I�ֵ3�H4�!oI�$i7��P�����;���������������Y}ߛ-S��SI��.]Z�tW�u����b���]ijm��"���E�l#��8�F�.��6�u/���8�F�.��6"v����c�� a��+@�o#�� a̾ ���q�Q�0r? ��gAm��s���"@�_c�� a�~ ��R0�a�� 㷔��.+�p)�ť`G`��!��\ ��r)�ͥ`K�<�γ�L�<�γ�M�<�Dγ�N�<�Dγ�O�<Eγ�P�<Eγ�Q�<&Eγ�R�<6��g����<|j�C����<|j�C����<|j7<hد'��L|� &������Y��ѱ�^+� a�< ��Ϸ!�U� a�<ko���^7'c�>�g�~���W;����썰B>��yȻ<�}�!���|�C>�!�Z>�w��udzo� �}�rV9̿�|��x�KNv=��xw���5���� >%^�����{`$��J�t|jI��S�}�P��q|�}�U�O��|���<����e��ʯ{�)����R2������\���\���\a�y���0���syк�_U�q5;��E5[����K?�PK /�[6ŝz� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�N�(FM��m�gGM��v���G� XE�Tb�������4����ٽM#y����N�np}�dj�m7U��s$y��lJ�#�Q[�T,��.w��J9 =��>�i�XEÒ�Lr����7fи��<�K���h�� =�~J�^/2�S��A"��Jh���`� �wS��2b����2kS�y���-�w��*`��B���iY^��jU�%k���h���ћ��~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 /�[�[L�- s xl/sharedStrings.xml � (� �Vmo"G�+����r4/pJ�����(NUkv�2ʼl�%��__���@u=��y����W��:/�$ݴ�4�ͥ)��r�:O�`rP�� ��'���}j� لP��n�l�|jK4������m_:��o�V�N紭A�Dd6�0H�(I4�9�軁R�a?���v��ۯ�eW�X�M��!�46'�c������d�����}���!`Ϊ�^���P,ᕧ'.�cpF([� �(�l(��&H�-I�I�����(��R)�U���d �߀�=�5���R��[K�:�6�U�/F�{��W�R�B<�!� g���kTk�`�J<��/A=��_h��f,��:02��C�$�U'�I�;�A�$�$(q����������'7���Ig*s��;�B�pu�ݛ\~��9�B�����5���2�j����hd5�\��X�������L�'��G\���W�i���K>ے3��'��|i�F>�ۨ{(p������_�>Q��Υ�:jqY4�GøwN64��~�.� �����յW<����,n��e��*V�̤���459���i��ZV%�qjv�N m� MS���Ǻ��ꉳ�WY���r��^�w�TH� ���������#��4����r̶s��44�Y:�^���2�&�`Hq.��ʧ��(���I�/�_|�DF��8w;G�OGp�Է{_U��z{�<??iu{�U��gYNWY+�}:���*�Ix���x��U� o����z����w��\�G��E��T�~������8�PK- /�[b��[� 5 xl/workbook.xmlPK- /�[���� � � [Content_Types].xmlPK- /�[�B�' ' U _rels/.relsPK- /�[�G/ґ } � xl/worksheets/sheet1.xmlPK- /�[6ŝz� P � xl/_rels/workbook.xml.relsPK- /�[Ѓc'2 E � xl/styles.xmlPK- /�[�[L�- s d xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK /�[d�8�� 5 xl/workbook.xml � (� ����0��&�C�p�1jp��Ճ��,�@[����%�x�3;��䓱}mL�>j�.��3 ':R�Nf$=�Zc�Y�����*#ފ��$�.`i@/�v�_i���h �y5�(�R��x`,_�=%M.����.&�5��<�����FE��#g��7�9����GBi�Dt��i|���;{���.�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 /�[�S�' ' _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="R48c93293e7ed4f0b" /></Relationships>PK /�[�G/ґ } xl/worksheets/sheet1.xml � (� �YkS;�+�|�ے_��)����>�咥dJX& �?��'��n���Hk�#�������ޯj6��7�}]�~����Ǔ������?����ྞ��_UբG����a�j��}2�/���h^Է� =��g�т��~����Eu\_�M����(���z��Wͯ&���C�}r�og�h�\���!�t4���'��Y}oV]�K�dxb�����}>���Ͻf+��������������t��w���]/>��/�ɏ��d�1��|��7�4��{�������xqu؏�F��/��z����:E?ęU�Y�i_��Y����M<1�V: ����x\��&o*�х���x����x����[GI �~��w����L.h v��U����*>��)l��gJW�q�jS�����11�UҌ�d�����.x�!�a���쌣�GC�)��^'�i��Ixڕs�k���1Sy���[�sEt�{�_�dH�Ӷ��c�ѡ�2��I~��?[hO�i�A��[C���5�.H .F�r��$A�B�`1��C0*'��Dݒ�*@�f�x�3M()Ѩ�m_I�FwJ���3>fJ`�д[4&�4�>�!I�t�`P^R#��$)�N��Zc��LR4��e�4!K�e2IѸG�2��h:R��FGZ$cBnI�&�t�n�����eHR4�]M���B�H*��A�-�Ct�f2$M�n7��j:Kn I�`�k����-@�-�z.�44ƣ����&�k��!�&�g���I���E�$tڣ鯎�2�H���& �&G�*8��4 ��jO��Bs> Qf2$MB|$�4��ݢ�� �-�&q�I��mP��j�3�ĤI�hh�P��Y�!�y/�!i;}�G�* �L��i�3��FM]���i1i;}�á���jL�D��� ��?VI�:�*�4j�ɐ�����7�ħ�����&-ڍ ��輣t.CҢ՝kL @44j2 �mgdSw��D'�|��I��Îd`)i:;.m���H}l�M4��ߙ��F�V:Ro��9*wr�I�ֵ3�H4�!oI�$i7��P�����;���������������Y}ߛ-S��SI��.]Z�tW�u����b���]ijm��"���E�l#��8�F�.��6�u/���8�F�.��6"v����c�� a��+@�o#�� a̾ ���q�Q�0r? ��gAm��s���"@�_c�� a�~ ��R0�a�� 㷔��.+�p)�ť`G`��!��\ ��r)�ͥ`K�<�γ�L�<�γ�M�<�Dγ�N�<�Dγ�O�<Eγ�P�<Eγ�Q�<&Eγ�R�<6��g����<|j�C����<|j�C����<|j7<hد'��L|� &������Y��ѱ�^+� a�< ��Ϸ!�U� a�<ko���^7'c�>�g�~���W;����썰B>��yȻ<�}�!���|�C>�!�Z>�w��udzo� �}�rV9̿�|��x�KNv=��xw���5���� >%^�����{`$��J�t|jI��S�}�P��q|�}�U�O��|���<����e��ʯ{�)����R2������\���\���\a�y���0���syк�_U�q5;��E5[����K?�PK /�[�tf� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞��$�i7lض��kO>jbG���Xp$��U$p%l����I3����y��+�0:�/�ڙ��-�b�P�f���b�ø�Vlha�qy�4�g ��M���YŔ��.JU�T0�H}[&�_��uݨ���ӌ6��o�À���1��S �x��@^L[��0��PrY+ ��M-�˄���;�dꃬ�,�� ��w��G��>]:w�˙Z#Ј�d �L5W5z��/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 /�[�[L�- s xl/sharedStrings.xml � (� �Vmo"G�+����r4/pJ�����(NUkv�2ʼl�%��__���@u=��y����W��:/�$ݴ�4�ͥ)��r�:O�`rP�� ��'���}j� لP��n�l�|jK4������m_:��o�V�N紭A�Dd6�0H�(I4�9�軁R�a?���v��ۯ�eW�X�M��!�46'�c������d�����}���!`Ϊ�^���P,ᕧ'.�cpF([� �(�l(��&H�-I�I�����(��R)�U���d �߀�=�5���R��[K�:�6�U�/F�{��W�R�B<�!� g���kTk�`�J<��/A=��_h��f,��:02��C�$�U'�I�;�A�$�$(q����������'7���Ig*s��;�B�pu�ݛ\~��9�B�����5���2�j����hd5�\��X�������L�'��G\���W�i���K>ے3��'��|i�F>�ۨ{(p������_�>Q��Υ�:jqY4�GøwN64��~�.� �����յW<����,n��e��*V�̤���459���i��ZV%�qjv�N m� MS���Ǻ��ꉳ�WY���r��^�w�TH� ���������#��4����r̶s��44�Y:�^���2�&�`Hq.��ʧ��(���I�/�_|�DF��8w;G�OGp�Է{_U��z{�<??iu{�U��gYNWY+�}:���*�Ix���x��U� o����z����w��\�G��E��T�~������8�PK- /�[d�8�� 5 xl/workbook.xmlPK- /�[���� � � [Content_Types].xmlPK- /�[�S�' ' U _rels/.relsPK- /�[�G/ґ } � xl/worksheets/sheet1.xmlPK- /�[�tf� P � xl/_rels/workbook.xml.relsPK- /�[Ѓc'2 E � xl/styles.xmlPK- /�[�[L�- s b xl/sharedStrings.xmlPK � �