POST api/store/{StoreID}/ElectronicShelfLabel/unassign

unassigns a products to the Electronic Shelf Labels.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StoreID

Store ID

integer

Required

Body Parameters

List of information for each Electronic Shelf Label

Collection of ElectronicShelfLabelInformation
NameDescriptionTypeAdditional information
LabelID

string

None.

ShelfLocationGuid

globally unique identifier

None.

ProductIDs

List of productsIDs (to support multiple products per label)

Collection of string

None.

TemplateName

string

None.

ElectronicShelfLabelConfigurationID

integer

None.

Status

ElectronicShelfLabelStatus

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

IsAssigned

boolean

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "labelID": "sample string 1",
    "shelfLocationGuid": "9d931e94-f025-4808-b06b-15f3dfe4c94d",
    "productIDs": [
      "sample string 1",
      "sample string 2"
    ],
    "templateName": "sample string 3",
    "electronicShelfLabelConfigurationID": 4,
    "status": 5,
    "isAssigned": true
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfElectronicShelfLabelInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.ElectronicShelfLabel">
  <ElectronicShelfLabelInformation>
    <ElectronicShelfLabelConfigurationID>4</ElectronicShelfLabelConfigurationID>
    <IsAssigned>true</IsAssigned>
    <LabelID>sample string 1</LabelID>
    <ProductIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </ProductIDs>
    <ShelfLocationGuid>9d931e94-f025-4808-b06b-15f3dfe4c94d</ShelfLocationGuid>
    <Status>5</Status>
    <TemplateName>sample string 3</TemplateName>
  </ElectronicShelfLabelInformation>
  <ElectronicShelfLabelInformation>
    <ElectronicShelfLabelConfigurationID>4</ElectronicShelfLabelConfigurationID>
    <IsAssigned>true</IsAssigned>
    <LabelID>sample string 1</LabelID>
    <ProductIDs xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </ProductIDs>
    <ShelfLocationGuid>9d931e94-f025-4808-b06b-15f3dfe4c94d</ShelfLocationGuid>
    <Status>5</Status>
    <TemplateName>sample string 3</TemplateName>
  </ElectronicShelfLabelInformation>
</ArrayOfElectronicShelfLabelInformation>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

A Dictionary with a key of and the corresponding value is a list of for that

Dictionary of string [key] and Collection of ElectronicShelfLabelResponse [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": [
    {
      "$id": "2",
      "labelID": "sample string 1",
      "isSuccess": true,
      "responseMessage": "sample string 3",
      "eslProvider": 4,
      "electronicshelfLabelsConfigurationID": 5
    },
    {
      "$ref": "2"
    }
  ],
  "sample string 2": [
    {
      "$ref": "2"
    },
    {
      "$ref": "2"
    }
  ]
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringArrayOfElectronicShelfLabelResponse_SBM6nH0z xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringArrayOfElectronicShelfLabelResponse_SBM6nH0z>
    <Key>sample string 1</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.ElectronicShelfLabel">
      <d3p1:ElectronicShelfLabelResponse>
        <d3p1:ESLProvider>4</d3p1:ESLProvider>
        <d3p1:ElectronicshelfLabelsConfigurationID>5</d3p1:ElectronicshelfLabelsConfigurationID>
        <d3p1:IsSuccess>true</d3p1:IsSuccess>
        <d3p1:LabelID>sample string 1</d3p1:LabelID>
        <d3p1:ResponseMessage>sample string 3</d3p1:ResponseMessage>
      </d3p1:ElectronicShelfLabelResponse>
      <d3p1:ElectronicShelfLabelResponse>
        <d3p1:ESLProvider>4</d3p1:ESLProvider>
        <d3p1:ElectronicshelfLabelsConfigurationID>5</d3p1:ElectronicshelfLabelsConfigurationID>
        <d3p1:IsSuccess>true</d3p1:IsSuccess>
        <d3p1:LabelID>sample string 1</d3p1:LabelID>
        <d3p1:ResponseMessage>sample string 3</d3p1:ResponseMessage>
      </d3p1:ElectronicShelfLabelResponse>
    </Value>
  </KeyValueOfstringArrayOfElectronicShelfLabelResponse_SBM6nH0z>
  <KeyValueOfstringArrayOfElectronicShelfLabelResponse_SBM6nH0z>
    <Key>sample string 2</Key>
    <Value xmlns:d3p1="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.ElectronicShelfLabel">
      <d3p1:ElectronicShelfLabelResponse>
        <d3p1:ESLProvider>4</d3p1:ESLProvider>
        <d3p1:ElectronicshelfLabelsConfigurationID>5</d3p1:ElectronicshelfLabelsConfigurationID>
        <d3p1:IsSuccess>true</d3p1:IsSuccess>
        <d3p1:LabelID>sample string 1</d3p1:LabelID>
        <d3p1:ResponseMessage>sample string 3</d3p1:ResponseMessage>
      </d3p1:ElectronicShelfLabelResponse>
      <d3p1:ElectronicShelfLabelResponse>
        <d3p1:ESLProvider>4</d3p1:ESLProvider>
        <d3p1:ElectronicshelfLabelsConfigurationID>5</d3p1:ElectronicshelfLabelsConfigurationID>
        <d3p1:IsSuccess>true</d3p1:IsSuccess>
        <d3p1:LabelID>sample string 1</d3p1:LabelID>
        <d3p1:ResponseMessage>sample string 3</d3p1:ResponseMessage>
      </d3p1:ElectronicShelfLabelResponse>
    </Value>
  </KeyValueOfstringArrayOfElectronicShelfLabelResponse_SBM6nH0z>
</ArrayOfKeyValueOfstringArrayOfElectronicShelfLabelResponse_SBM6nH0z>

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK3�Z��pJ�5xl/workbook.xml �(���;�0D�H�����2T4iS�7f�-�G�#r�#�ҥۙ�};t2nh��G�ڗ��"[����X�q��X�ҽ��{ɡ1��@rʲ�8Y�F{!�����X�@P�RLj\�wѹ�S�䓌�Zw6YB�7El�H
i���
��ܻ
1r��������3Eq��Z����w�PK3�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
3�Za���''_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="R17080ace447748e0" /></Relationships>PK3�ZK9>�."xl/worksheets/sheet1.xml �(��QOo� �*�����,��4i��찝�>������K׬��G���b5�y����*�l�����}z�����]�����\�U�N_+0ү�K������,�mu
G�6�,Ir᠓���ҽ���|�@61��)#��U�hR��3m���q&�"�?4L��f�K�/��)y��|��o�5�ʡ�8��>�@C�FN���;3zgF^�9�&(���j�m��,ߤyB���4�?��y���GdU8���mR���>&%sOO���̥E�'��d��G�y*.�bS�>��PK3�Z�S���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8n�ĭ�vÆm�\gGM��v���G�
XE�Tb�������4����ٽ�y�{�$���N��w��s2v����D��I^qQ�MiZS��Q��O�r��0�����I��.ʲ�a΀[&9\&���k|��<�K���h��
&	?�H���
䩕��J�B��4
��
��ZL���w>��Ċ3ft�\ �(�*cU��9�|�Ӽ<Sc��ʈv%x�dW5z��/PK3�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��PK3�Z�����xl/sharedStrings.xml �(��нN�0�W�<��d�J�!JY���TU�8�Ē}N}Dyz܁�;���z����D.b#KUHh��pj�����I
b�����W )�mM�"�"5rf^��&;C0���+瘂��IӒ��4p�*��ơ6�ȍ��X�]V���|��5�G2a�	)�D� Wb��ރ�&��Y�w���q�A3ARC���N��������7���&_���N�Zs[��.��'�οoPK-3�Z��pJ�5xl/workbook.xmlPK-3�Z����	�[Content_Types].xmlPK-
3�Za���''V_rels/.relsPK-3�ZK9>�."�xl/worksheets/sheet1.xmlPK-3�Z�S���PBxl/_rels/workbook.xml.relsPK-3�ZЃc'2E
�xl/styles.xmlPK-3�Z�����xl/sharedStrings.xmlPK�6	

application/vnd.ms-excel

Sample:
PK3�ZG�Oɷ5xl/workbook.xml �(�����0��&�C�pQ�?�p��Ճ��.�@[����[ �x�3;��Ѻ���co�����!��[��wv w�uC��	�iTM��_�L�C���Q�AY�[5x���a��J��/(���b�aLL��F?�h|�N&�%�)1�֋Y1��r^b@�f�&s���e*wY�$�V�ϗ�"�W�
��]|PK3�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
3�Z�b K''_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="R68023cd6127f46aa" /></Relationships>PK3�ZK9>�."xl/worksheets/sheet1.xml �(��QOo� �*�����,��4i��찝�>������K׬��G���b5�y����*�l�����}z�����]�����\�U�N_+0ү�K������,�mu
G�6�,Ir᠓���ҽ���|�@61��)#��U�hR��3m���q&�"�?4L��f�K�/��)y��|��o�5�ʡ�8��>�@C�FN���;3zgF^�9�&(���j�m��,ߤyB���4�?��y���GdU8���mR���>&%sOO���̥E�'��d��G�y*.�bS�>��PK3�Zl#>x�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�iLꠦݰa[z&q�Ďl��Xp$��U$H%l����I3�����4�q𮅲`@�io׷pJݝ��v��Q�<�0G�W\l��4?P��I����r��a�)�����G�#]1VӰd�5��3���n����iB���W��"& zL-��"����T O���Q��F�J�Wh�Л��t1�z}�Q�M%�����7��2�yN!_z�,/���ҥQb͵5z��/PK3�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��PK3�Z�����xl/sharedStrings.xml �(��нN�0�W�<��d�J�!JY���TU�8�Ē}N}Dyz܁�;���z����D.b#KUHh��pj�����I
b�����W )�mM�"�"5rf^��&;C0���+瘂��IӒ��4p�*��ơ6�ȍ��X�]V���|��5�G2a�	)�D� Wb��ރ�&��Y�w���q�A3ARC���N��������7���&_���N�Zs[��.��'�οoPK-3�ZG�Oɷ5xl/workbook.xmlPK-3�Z����	�[Content_Types].xmlPK-
3�Z�b K''V_rels/.relsPK-3�ZK9>�."�xl/worksheets/sheet1.xmlPK-3�Zl#>x�PBxl/_rels/workbook.xml.relsPK-3�ZЃc'2E
�xl/styles.xmlPK-3�Z�����xl/sharedStrings.xmlPK�6