GET api/ElectronicShelfLabel/{id}?relations={relations}

Retrieves an Electronic Shelf Label Configuration

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Electronic Shelf Label Configuration ID

integer

Required

relations

Indicates whether the relation and it's relations should be returned

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

A of

ElectronicShelfLabelConfiguration
NameDescriptionTypeAdditional information
ID

integer

None.

ESLType

integer

None.

Address

string

None.

Username

string

None.

Password

string

None.

CompanyCode

string

None.

StoreConfiguration

Collection of ElectronicShelfLabelStoreConfiguration

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

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ElectronicShelfLabelConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.ElectronicShelfLabel">
  <Address>sample string 3</Address>
  <CompanyCode>sample string 6</CompanyCode>
  <ESLType>2</ESLType>
  <ID>1</ID>
  <Password>sample string 5</Password>
  <StoreConfiguration>
    <ElectronicShelfLabelStoreConfiguration>
      <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>
    <ElectronicShelfLabelStoreConfiguration>
      <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>
  </StoreConfiguration>
  <Username>sample string 4</Username>
</ElectronicShelfLabelConfiguration>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKx:�Zt	��5xl/workbook.xml �(����� D�M��(�4����zG]
Q�����F��zۙ�};|r�o����6��*Ʊ $�
�'7�M;�1I�"NJ�B�ڷə�+�0���
J���Xa� ���V����x@��͞���dlug�5D~S|���BV(q-��hq�]�3�|����[#�f��hZl������PKx:�Z����	�[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
x:�Zn�''_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="Raa63b49628a84b28" /></Relationships>PKx:�Z�}� xl/worksheets/sheet1.xml �(���Os� ��
�}���Q;m�I{����U�LU2@b?�"�i�L����<�?aH����T\t�=�
Q������%�!O{!�T͘��Ff����AH5k��đuf����t����ۊ�ԲN#�q�$k�6S���}��:JFK���K��w0OKn���U|�7{�S��WWm0$�#���y-3�-�xg'�!A�*zj�Oѿ0~���I�u
�(�-~-}������C'�E�{����G�L�Oo5y���^���:J��|���釓��G���Ǔ�8����8��}4n���-�4O�聴æ��z4MeO��le��9�):�D<��?'�]�̉�K���w����%�9�w��B ���|�'�s#����"�3q��]"Ydv��"�K�����@�Ejtujs�0�B3i�����PKx:�Z�ҙ��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�i�8��vÆm�gGMl�v���G�
XEWb�������4����ݿ�yAFkZ(���h��Q=4��m8��&�] ińt�nCi�g
�Ф��~1�~�Nȓ�.���p�$Nj���R��G+�3����Z
19
?`l��5�E�y�[80�պSM�J^qV�wS�2a����3��a˪�}�X֕��]e���?G�.�;��LM�f�V\�:�+��W5z��/PKx:�ZЃc'2E
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��PKx:�Z��-"Nxl/sharedStrings.xml �(�}�aK�0��J�w�m�i;�V6�}����@r��T���A��}��}�{�l��,{�@�c��b�`��&�����gje=B� �VEFYjE�ycw-%�-8E�w�I9��TLeh$u�� :+��R:e������g=���_�F�"���m&c��c�C��z7t0�7Z �=A@�&�GE���һN�Pz=i�FRB<��*����\g!,�������i�򴼜�(����c8��L-ֆ�����2��� 6i=K�ڔ�:ڃGSo[���z�/�����A��(�PK-x:�Zt	��5xl/workbook.xmlPK-x:�Z����	�[Content_Types].xmlPK-
x:�Zn�''V_rels/.relsPK-x:�Z�}� �xl/worksheets/sheet1.xmlPK-x:�Z�ҙ��P�xl/_rels/workbook.xml.relsPK-x:�ZЃc'2E

xl/styles.xmlPK-x:�Z��-"N�xl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKx:�Z*{�C�5xl/workbook.xml �(�����0D�&�C��F#)��x��}-[�@[����[ �x�3;�v��|�t�#��P������ 7�M;鼁��1'��8�6h#˳��<���A�!Ѕ�+�
1�~A��!|j��8�Y&c�;��-!���3l���`��
D�dvnmE���R��~Y`vmE�$�+�����w�PKx:�Z����	�[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
x:�Z���,''_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="R142c9f491d674771" /></Relationships>PKx:�Z�}� xl/worksheets/sheet1.xml �(���Os� ��
�}���Q;m�I{����U�LU2@b?�"�i�L����<�?aH����T\t�=�
Q������%�!O{!�T͘��Ff����AH5k��đuf����t����ۊ�ԲN#�q�$k�6S���}��:JFK���K��w0OKn���U|�7{�S��WWm0$�#���y-3�-�xg'�!A�*zj�Oѿ0~���I�u
�(�-~-}������C'�E�{����G�L�Oo5y���^���:J��|���釓��G���Ǔ�8����8��}4n���-�4O�聴æ��z4MeO��le��9�):�D<��?'�]�̉�K���w����%�9�w��B ���|�'�s#����"�3q��]"Ydv��"�K�����@�Ejtujs�0�B3i�����PKx:�ZS�o��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8?�5�
��L�q5�#�z6�+`	R���F�{z�����z�6��|���r`d�S��;8E}��v��ш1M3́�:01��ih��l�h�'�)�=�Q�'^��~ɀk&۟g��i=Hzt�4�������`�"�=��b?��/��ؓ�`�B]Q�*Y��e��7S�<R����2J�z%���E-��MezR�ѧK/���bފZ�K]WyQ�W��PKx:�ZЃc'2E
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��PKx:�Z��-"Nxl/sharedStrings.xml �(�}�aK�0��J�w�m�i;�V6�}����@r��T���A��}��}�{�l��,{�@�c��b�`��&�����gje=B� �VEFYjE�ycw-%�-8E�w�I9��TLeh$u�� :+��R:e������g=���_�F�"���m&c��c�C��z7t0�7Z �=A@�&�GE���һN�Pz=i�FRB<��*����\g!,�������i�򴼜�(����c8��L-ֆ�����2��� 6i=K�ڔ�:ڃGSo[���z�/�����A��(�PK-x:�Z*{�C�5xl/workbook.xmlPK-x:�Z����	��[Content_Types].xmlPK-
x:�Z���,''U_rels/.relsPK-x:�Z�}� �xl/worksheets/sheet1.xmlPK-x:�ZS�o��P�xl/_rels/workbook.xml.relsPK-x:�ZЃc'2E
xl/styles.xmlPK-x:�Z��-"N�xl/sharedStrings.xmlPK��