insertUpdateMasterData web service.{
itemsRecords: [
{
items: {
itemCode: "",
description: "",
shopDescription: "",
year: "",
season: "",
itemVat: "",
itemType: ""
},
dimensionGroups: [
{
dimensionType: "",
dimensionGroup: ""
},
{
dimensionType: "",
dimensionGroup: ""
}
],
attributeLevels: [
{
attributeType: "",
attributeLevel: "",
description: ""
},
{
attributeType: "",
attributeLevel: "",
description: ""
},
{
attributeType: "",
attributeLevel: "",
description: ""
}
],
hierarchyLevels: [
{
hierarchyType: "",
hierarchyLevel: "",
levelNumber: "",
description: "",
system: ""
},
{
hierarchyType: "",
hierarchyLevel: "",
description: "",
levelNumber: "",
fatherHierarchyLevel: "",
fatherHierarchyType: "",
system: ""
},
{
hierarchyType: "",
hierarchyLevel: "",
system: "",
fatherHierarchyType: "",
levelNumber: "",
fatherHierarchyLevel: "",
description: ""
}
],
itemSuppliers: [
{
customerCode: "",
itemSupplier: "",
main: ""
}
],
seasons: [
{
seasonCode: "",
description: "",
year: "",
season: ""
}
],
itemBarcodes: [
{
barcodeType: "1",
barcode: "666666"
}
],
dimensionLevels: [
{
dimension: "1",
dimensionGroup: "200",
barcode: "666666",
barcodeType: "1",
dimensionType: "TAGLIA"
}
]
}
]
}
| Field | Type | Description | Mandatory |
|---|---|---|---|
itemCode | string | Item code | ā |
description | string | Description for the item | ā |
shopDescription | string | Short description for the item (at most 20 characters) | ā |
year | string | Item year | ā |
season | string | Item season code | ā |
itemVat | string | VAT Code for the item | ā |
itemType | string | Item type (e.g. PRODUCT) | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
dimensionType | string | Item code | ā |
dimensionGroup | string | Description for the item | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
attributeType | string | Attribute type | ā |
attributeLevel | string | Attribute level code | ā |
description | string | Attribute level description | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
hierarchyType | string | Hierarchy type | ā |
hierarchyLevel | string | Hierarchy level code | ā |
levelNumber | string | Hierarchy number | ā |
description | string | Hierarchy level description | ā |
system | string | System code | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
customerCode | string | Supplier code | ā |
itemSupplier | string | Supplier | ā |
main | string | 'T' if it's the main supplier for the item, 'F' otherwise | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
seasonCode | string | Season code | ā |
description | string | Season description | ā |
year | string | Season year | ā |
season | string | Season number | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
barcodeType | string | Barcode type | ā |
barcode | string | Item barcode | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
dimension | string | Dimension code | ā |
dimensionGroup | string | Dimension group code | ā |
barcode | string | Item barcode | ā |
barcodeType | string | Barcode type | ā |
dimensionType | string | Dimension type | ā |