POST api/store/{storeID}/sections
Add a new section
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store for section to belong to |
integer |
Required |
Body Parameters
Section to save
SectionName | Description | Type | Additional information |
---|---|---|---|
BlueprintID | integer |
None. |
|
Identifier | Collection of byte |
None. |
|
IdentifierGuid | globally unique identifier |
None. |
|
StoreID | integer |
None. |
|
Name | string |
None. |
|
Updated | date |
None. |
|
Deleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "blueprintID": 1, "identifier": "J55BCzNLt02FolTVxrSs2Q==", "identifierGuid": "0b419e27-4b33-4db7-85a2-54d5c6b4acd9", "storeID": 1, "name": "sample string 2", "updated": "2025-10-04T23:56:29.0971847", "deleted": true }
application/xml, text/xml
Sample:
<Section xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager"> <BlueprintID>1</BlueprintID> <Deleted>true</Deleted> <Identifier>J55BCzNLt02FolTVxrSs2Q==</Identifier> <IdentifierGuid>0b419e27-4b33-4db7-85a2-54d5c6b4acd9</IdentifierGuid> <Name>sample string 2</Name> <StoreID>1</StoreID> <Updated>2025-10-04T23:56:29.0971847+00:00</Updated> </Section>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Section identifier
globally unique identifierResponse Formats
application/json, text/json
Sample:
"0f1a3f5e-824e-4e36-922f-5d6d259feb52"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0f1a3f5e-824e-4e36-922f-5d6d259feb52</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �D[��F)� 5 xl/workbook.xml � (� ��;�0D�H�����!��I�"�b/���vD�0)]���ٷS�w����ބܗT��r���!�C3�Z�5�Q��m�8֖�5��Yva{�ʚ �t��� �#� ��g�eh��RL͞ ���h,u'��9�~SE��IKZCJ�s%�S�s5��U4�#.��$0�+{�l�]}PK �D[���� � [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 �D[��Mq' ' _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="R23f8f9bbb7a94e9c" /></Relationships>PK �D[�A�$% � xl/worksheets/sheet1.xml � (� �Q�N�0��(w�n��Mm'�i�� �кK�&�w�瓤!q�Ė��{v����� ,�J.��l�?Wr��n+u9!]�`�>쩒�y�+N��c�Cr�cJg�]g8b3:�VE�Q��(�������f�����^�ek#{r/�J>-�Pu�����+i�O�KJ^�J���OY��D�{~����p��:�4؇|g�ޤp���ɶl*y��X�֛�v��-�Ń���\�]��&k5�$��rdOQ�'d�Q<�y�uQ�k�'¿���&n ��@Y����/PK �D[�w;� P xl/_rels/workbook.xml.rels � (� ��An� E���ט��n�M7٦� ��X�I��u�#� E����n�B���h�|�Xo�� �!��Y�iUcV:5ځ�S��n�{�D�7�}D������!Q�E���;څY�\��x!�b ��놄��o��p����z����i�� �W�� $�"�8��"���T�v��}۪�[ %�Z1y|r7��.�_�ﺐYQJ�FJ���EsW#���K�2.���; ���1�ɫ���/PK �D[Ѓ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 �D[�郞 � xl/sharedStrings.xml � (� 5�An� E��fOpHl%&�J=Az j���g\5�/]t�������S���J#(���L�>���%PK%�����6%aYߌ�i��PW����� ���u�yF���u�)!���$Mj������� {'�K�pJ=�=�>�i�Wk���mM��[g�;��7��PK- �D[��F)� 5 xl/workbook.xmlPK- �D[���� � � [Content_Types].xmlPK- �D[��Mq' ' U _rels/.relsPK- �D[�A�$% � � xl/worksheets/sheet1.xmlPK- �D[�w;� P 8 xl/_rels/workbook.xml.relsPK- �D[Ѓc'2 E ~ xl/styles.xmlPK- �D[�郞 � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �D[��v� 5 xl/workbook.xml � (� ��M�0��&ޡ�D��Vlܺp_a* �'m �R�;�Y�{��a�q�Ә�|Ԩ}�*ڇ`K ����?�:΄q��(����ƴo�:@�egp8� �����.�X�:�����R�z�#�͟=$N>�h���&�%�)�`�FRDs�mx�$��U�H�+el�x�E���Bĺ ��7��v�PK �D[���� � [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 �D[�X20' ' _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="R0d28fc6557274bf5" /></Relationships>PK �D[�A�$% � xl/worksheets/sheet1.xml � (� �Q�N�0��(w�n��Mm'�i�� �кK�&�w�瓤!q�Ė��{v����� ,�J.��l�?Wr��n+u9!]�`�>쩒�y�+N��c�Cr�cJg�]g8b3:�VE�Q��(�������f�����^�ek#{r/�J>-�Pu�����+i�O�KJ^�J���OY��D�{~����p��:�4؇|g�ޤp���ɶl*y��X�֛�v��-�Ń���\�]��&k5�$��rdOQ�'d�Q<�y�uQ�k�'¿���&n ��@Y����/PK �D[�x�"� P xl/_rels/workbook.xml.rels � (� ��Kj�0@�"f_K����8�t�m����6�%#)ms�.z�^�"�V�.� ������c�{[f�>L�vPZ��d�N�� �m7{�eLa��@�:c\( j�E�h��8�ȘJ?�U���V�5���f��y���1��G�N����:#br�~���O+�K*�D�;�c�{^U5�&�0@���B<�~���LFȾѢUB55g����(=����O�Ny;S�B��u�5��m.j��.�_PK �D[Ѓ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 �D[�郞 � xl/sharedStrings.xml � (� 5�An� E��fOpHl%&�J=Az j���g\5�/]t�������S���J#(���L�>���%PK%�����6%aYߌ�i��PW����� ���u�yF���u�)!���$Mj������� {'�K�pJ=�=�>�i�Wk���mM��[g�;��7��PK- �D[��v� 5 xl/workbook.xmlPK- �D[���� � [Content_Types].xmlPK- �D[�X20' ' V _rels/.relsPK- �D[�A�$% � � xl/worksheets/sheet1.xmlPK- �D[�x�"� P 9 xl/_rels/workbook.xml.relsPK- �D[Ѓc'2 E xl/styles.xmlPK- �D[�郞 � � xl/sharedStrings.xmlPK � �