GET api/ElectronicShelfLabel/{id}?relations={relations}
Retrieves an Electronic Shelf Label Configuration
Request Information
URI Parameters
| Name | Description | Type | Additional 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| Name | Description | Type | Additional 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,
"layoutRotation": 0,
"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>
<LayoutRotation>Deg0</LayoutRotation>
<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>
<LayoutRotation>Deg0</LayoutRotation>
<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>
<LayoutRotation>Deg0</LayoutRotation>
<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>
<LayoutRotation>Deg0</LayoutRotation>
<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:
PK ��\���� 5 xl/workbook.xml � (� ����0��&�C�pA�'�p��Ճ�R��@[����%�x�3;��Ѻ���#�����!9�-j�v@3�u��I�X)��ʊ�F�$p���<]h����7�E�_P�+C���67{*}���֝MK~S,¶����Z��)�ν)hJ���4<dz�DsNnB���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
��\5�' ' _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="Rc1437d96b6ca4fc8" /></Relationships>PK ��\�}� 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�����PK ��\"�
�� P xl/_rels/workbook.xml.rels � (� ���n� @����q�($K��i~���b�6�֡��_(J�֑:t�t�;������ݿM#y�g-N Z��`{A�I?4t��p��OD3�H�����(
N���va����3�=��5s�e�����N�A⣓� m��^]8E��(9B�1 �S���"S)yR�t���Z�F�eթ�>��ZL���w>�i�*�[�nU��w�1P=��_z�4/�Ԡ]cSI��|O �U�����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 ��\��-" N xl/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- ��\���� 5 xl/workbook.xmlPK- ��\���� � [Content_Types].xmlPK-
��\5�' ' V _rels/.relsPK- ��\�}� � xl/worksheets/sheet1.xmlPK- ��\"�
�� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
xl/styles.xmlPK- ��\��-" N � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ��\�&~�� 5 xl/workbook.xml � (� ����0D�&�C���AR8q���{)�4Жtk��-H�yۙ�};br������s_�.�1gUF�ɍ`�u���1ZA��ۀ
,9���� �v;="]i��p� � �V�����x D�͞&\d4���I�b�)����E+
��AR�8������8<nY]�\� �di���w�`���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
��\�=3�' ' _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="R3050b23932da49f9" /></Relationships>PK ��\�}� 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�����PK ��\d0q�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8Nݐ��ݰ���=��&vd����G�
XEWb�������4����ڼM#9������V:5ؾ�S�
l֫�"��`�9��bC&����
N"nF�:��IĔ���BE��*˚���L������z����iB� �W�� F {�{����V$*���`�6�g�Wl�p�z7�/#�_��<�Y>�TBc�HRJ�U���%�t��)/gj5����D[�\,�U�����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 ��\��-" N xl/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- ��\�&~�� 5 xl/workbook.xmlPK- ��\���� � [Content_Types].xmlPK-
��\�=3�' ' V _rels/.relsPK- ��\�}� � xl/worksheets/sheet1.xmlPK- ��\d0q�� P � xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
xl/styles.xmlPK- ��\��-" N � xl/sharedStrings.xmlPK � �