PUT api/ElectronicShelfLabel/{id}/StoreConfiguration/{StoreConfigurationID}

Save or Create a with a set ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the that the will belong to

integer

Required

StoreConfigurationID

The id of the that will be saved

integer

Required

Body Parameters

The that will be saved

ElectronicShelfLabelStoreConfiguration
NameDescriptionTypeAdditional information
ID

integer

None.

ESLConfigID

integer

None.

StoreID

integer

None.

StoreCode

ID/code to identify the current store.

string

None.

ElectronicShelfLabelFormat

Collection of ElectronicShelfLabelFormat

Relation. This field may not always be loaded or used for updates.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "eslConfigID": 2,
  "storeID": 3,
  "storeCode": "sample string 4",
  "electronicShelfLabelFormat": [
    {
      "$id": "2",
      "id": 1,
      "layoutName": "sample string 2",
      "productsPerLayout": 3,
      "storeID": 4,
      "electronicShelfLabelFormatMap": [
        {
          "$id": "3",
          "id": 1,
          "electronicShelfLabelsLayoutID": 2,
          "storeElectronicShelfLabelID": 3,
          "eslProviderLayoutName": "sample string 4",
          "eslType": 5,
          "storeID": 6
        },
        {
          "$ref": "3"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ]
}

application/xml, text/xml

Sample:
<ElectronicShelfLabelStoreConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.ElectronicShelfLabel">
  <ESLConfigID>2</ESLConfigID>
  <ElectronicShelfLabelFormat>
    <ElectronicShelfLabelFormat>
      <ElectronicShelfLabelFormatMap>
        <ElectronicShelfLabelFormatMapping>
          <ESLProviderLayoutName>sample string 4</ESLProviderLayoutName>
          <ESLType>5</ESLType>
          <ElectronicShelfLabelsLayoutID>2</ElectronicShelfLabelsLayoutID>
          <ID>1</ID>
          <StoreElectronicShelfLabelID>3</StoreElectronicShelfLabelID>
          <StoreID>6</StoreID>
        </ElectronicShelfLabelFormatMapping>
        <ElectronicShelfLabelFormatMapping>
          <ESLProviderLayoutName>sample string 4</ESLProviderLayoutName>
          <ESLType>5</ESLType>
          <ElectronicShelfLabelsLayoutID>2</ElectronicShelfLabelsLayoutID>
          <ID>1</ID>
          <StoreElectronicShelfLabelID>3</StoreElectronicShelfLabelID>
          <StoreID>6</StoreID>
        </ElectronicShelfLabelFormatMapping>
      </ElectronicShelfLabelFormatMap>
      <ID>1</ID>
      <LayoutName>sample string 2</LayoutName>
      <ProductsPerLayout>3</ProductsPerLayout>
      <StoreID>4</StoreID>
    </ElectronicShelfLabelFormat>
    <ElectronicShelfLabelFormat>
      <ElectronicShelfLabelFormatMap>
        <ElectronicShelfLabelFormatMapping>
          <ESLProviderLayoutName>sample string 4</ESLProviderLayoutName>
          <ESLType>5</ESLType>
          <ElectronicShelfLabelsLayoutID>2</ElectronicShelfLabelsLayoutID>
          <ID>1</ID>
          <StoreElectronicShelfLabelID>3</StoreElectronicShelfLabelID>
          <StoreID>6</StoreID>
        </ElectronicShelfLabelFormatMapping>
        <ElectronicShelfLabelFormatMapping>
          <ESLProviderLayoutName>sample string 4</ESLProviderLayoutName>
          <ESLType>5</ESLType>
          <ElectronicShelfLabelsLayoutID>2</ElectronicShelfLabelsLayoutID>
          <ID>1</ID>
          <StoreElectronicShelfLabelID>3</StoreElectronicShelfLabelID>
          <StoreID>6</StoreID>
        </ElectronicShelfLabelFormatMapping>
      </ElectronicShelfLabelFormatMap>
      <ID>1</ID>
      <LayoutName>sample string 2</LayoutName>
      <ProductsPerLayout>3</ProductsPerLayout>
      <StoreID>4</StoreID>
    </ElectronicShelfLabelFormat>
  </ElectronicShelfLabelFormat>
  <ID>1</ID>
  <StoreCode>sample string 4</StoreCode>
  <StoreID>3</StoreID>
</ElectronicShelfLabelStoreConfiguration>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.