POST api/lesserdepartment/import
Request Information
URI Parameters
None.
Body Parameters
Collection of 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. |
Request Formats
application/json, text/json
[
{
"$id": "1",
"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:33:19.744901",
"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": "GxpkbqDtOkm+d28T5w0a3A==",
"labelPageLayoutGuid": "6e641a1b-eda0-493a-be77-6f13e70d1adc",
"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"
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
<ArrayOfLesserDepartment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Departments">
<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>GxpkbqDtOkm+d28T5w0a3A==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>6e641a1b-eda0-493a-be77-6f13e70d1adc</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:33:19.744901+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>GxpkbqDtOkm+d28T5w0a3A==</LabelPageLayoutG_UID>
<LabelPageLayoutGuid>6e641a1b-eda0-493a-be77-6f13e70d1adc</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:33:19.744901+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>
</ArrayOfLesserDepartment>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Collection of booleanResponse Formats
application/json, text/json
[ true, true ]
application/xml, text/xml
<ArrayOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <boolean>true</boolean> <boolean>true</boolean> </ArrayOfboolean>
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK )��\O��� 5 xl/workbook.xml � (� ����0D�&�C��h N\�z���6Ж�5���H�yۙ�};�l��3���+lE��S���*p'3�;n��}1ù�1�[���$)�8��F;!'GW�?,7Y�� D���@jZ��K����E���b���o����"*�AaE�@It�}Eϔ�B��qK3�1i[�߮9dtgﰒm��/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="R3e27a66d8fa04d66" /></Relationships>PK )��\ˇ]e' xl/worksheets/sheet1.xml � (� �Q�n� ~�}%��j��T��j�M;lg�85����?�H]��`��c�r{u��@�}%�U&�[�O��{x�ۺ�0�� �p7���h�(N������4qN
��6��ft�IY�VzMl��\���� �M%�~�r�zY��e��z���.��
)T]&�)��b��x�����Yª_�C2��N�=}��
�d���8
�1���ytR8}M�d[2�|Y�ٺ`t3FB��\��BO^{M�.N"�gV���1UȦGn�R祺�\^�q�N�'G�y*�"AHU�>��PK )��\�F�� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�!D`æ[�&�8�H��6�����W�E�6H]t�j4��'�|�lvo��.�|oM
i"��i��MW�9��v�́q��~�,�_�aZs�[M#��NdbGY7b������ ;�!r���g��u���R}K{۞G2�0���5Q vD�Q����-�I�{�5��@I�iTYe%����|����(3�J`�gR5���H�/=w��gj)��b�X�eUd(�M�����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 )��\�/�� � xl/sharedStrings.xml � (� 5�A� �B�nA�h&�@@ڵ����������d2;}Ҧ�X9frp(�9/�V���p��i�[&t�E5��YTO��r՚���R7�\���u�\*����M��9��#��s#qЧ��������~PK- )��\O��� 5 xl/workbook.xmlPK- )��\���� � � [Content_Types].xmlPK-
)��\���' ' U _rels/.relsPK- )��\ˇ]e' � xl/worksheets/sheet1.xmlPK- )��\�F�� P : xl/_rels/workbook.xml.relsPK- )��\Ѓc'2 E
� xl/styles.xmlPK- )��\�/�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK )��\�s�� 5 xl/workbook.xml � (� ����0D�&�C��`� )��x��}-�4Ж�5���H�yۙ�};|6vx3���+mE{戮1'zT�NfBv��
|���L�I��o�ڳs�\���4��rrt���r�Eh]��ո�HM���4{H�]����.&ak���x��Q
+ڀJ�sk+�RbK�{��H�Y�\�"����8�~�_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
)��\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="R2806607927394b28" /></Relationships>PK )��\ˇ]e' xl/worksheets/sheet1.xml � (� �Q�n� ~�}%��j��T��j�M;lg�85����?�H]��`��c�r{u��@�}%�U&�[�O��{x�ۺ�0�� �p7���h�(N������4qN
��6��ft�IY�VzMl��\���� �M%�~�r�zY��e��z���.��
)T]&�)��b��x�����Yª_�C2��N�=}��
�d���8
�1���ytR8}M�d[2�|Y�ٺ`t3FB��\��BO^{M�.N"�gV���1UȦGn�R祺�\^�q�N�'G�y*�"AHU�>��PK )��\����� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞���j�
���:���ؑ�=�����ĂMW��==i���c�}�F�B>�� 3��q�`�N��+a�Y�hĘ&B?́�j�c�8�� C�f���:?aL�����q%D����L�?���k��У3��l��_�?��(ۣ�(��S
�d�����v�D#�2Z���J�o��y�����/d�e!��>(�tN�����y�>]z�,/ԌnV$�D�4���Ư�b�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 )��\�/�� � xl/sharedStrings.xml � (� 5�A� �B�nA�h&�@@ڵ����������d2;}Ҧ�X9frp(�9/�V���p��i�[&t�E5��YTO��r՚���R7�\���u�\*����M��9��#��s#qЧ��������~PK- )��\�s�� 5 xl/workbook.xmlPK- )��\���� � � [Content_Types].xmlPK-
)��\e�|�' ' U _rels/.relsPK- )��\ˇ]e' � xl/worksheets/sheet1.xmlPK- )��\����� P : xl/_rels/workbook.xml.relsPK- )��\Ѓc'2 E
xl/styles.xmlPK- )��\�/�� � � xl/sharedStrings.xmlPK � �