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 �1�\��� 5 xl/workbook.xml � (� ����0��&�C���?�p��Ճ�
[i�?ik��-%�x�3;��ɸ�ì>jԾt�C�%!��Aq0t� �Q�1B�Ӿ�@rJO��ȃ4���z���ay�w�j\P�K���!67{H�|��X��&"K���X�mI!�T��c��[W�#W�8��9+h.(�˵ȏW��7#���PK �1�\���� � [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
�1�\�D�' ' _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="R367c634cc9ee409f" /></Relationships>PK �1�\�}� 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 �1�\�e�X� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_���8��M7ݦ� ��X�i��u�#�
E��:R�d��xz����c��'�>��t�ga�h��Q=�a��p�1�zt��'&t�ctJ��8�Y�&u��3���u\����`lE���Lr�8��*5
|��<�������#�#��~�@��<KT O���j��1\�UQ�@���B�L~���BF4��U�WU]�w��ܣ|�>mz鴌�s�{��ʲ�dU�7�b�PK �1�\Ѓ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 �1�\��-" 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- �1�\��� 5 xl/workbook.xmlPK- �1�\���� � [Content_Types].xmlPK-
�1�\�D�' ' V _rels/.relsPK- �1�\�}� � xl/worksheets/sheet1.xmlPK- �1�\�e�X� P � xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
xl/styles.xmlPK- �1�\��-" N � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �1�\��S�� 5 xl/workbook.xml � (� ����0��&�C���(F��x��}ŭm�?ik��-H�yۙ��v�Ѹ�aLO>jоt5!ؒ1� T�Ƣ�;n���{1ù�5�[�,K��9 H����Ӆ��[���1�aA)��6�!���.q���Zw2 [B�7UͰ�bVD����ٹ>k�R�J�[�c~Π����{�Ul��|PK �1�\���� � [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
�1�\V1�' ' _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="R760cac03b1f54279" /></Relationships>PK �1�\�}� 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 �1�\�D�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_�
u�(N6�t��ۊ
Hۜ-��W(J�֑��&+4��i����z�>��C�m�,����v-��yX�v���(S���G����B��_QU�����hsǸ0ɔ��Q/�QvH+�j��e�����ΘA�S� m�L�\8�19��aj�'��z�E�y�-�J�|Q��#�1@���b:����צ�\T
����L/�}
y�s�y<�+Uc�/���W5z�/6_PK �1�\Ѓ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 �1�\��-" 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- �1�\��S�� 5 xl/workbook.xmlPK- �1�\���� � [Content_Types].xmlPK-
�1�\V1�' ' V _rels/.relsPK- �1�\�}� � xl/worksheets/sheet1.xmlPK- �1�\�D�� P � xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
xl/styles.xmlPK- �1�\��-" N � xl/sharedStrings.xmlPK � �