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": "ZmRLDXeKa02Cv6+t9gbAQA==", "identifierGuid": "0d4b6466-8a77-4d6b-82bf-afadf606c040", "storeID": 1, "name": "sample string 2", "updated": "2025-08-02T23:27:02.488712", "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>ZmRLDXeKa02Cv6+t9gbAQA==</Identifier> <IdentifierGuid>0d4b6466-8a77-4d6b-82bf-afadf606c040</IdentifierGuid> <Name>sample string 2</Name> <StoreID>1</StoreID> <Updated>2025-08-02T23:27:02.488712+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:
"3c5a71c4-965b-49b2-b3fc-e6c46db7d861"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3c5a71c4-965b-49b2-b3fc-e6c46db7d861</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK a�[h���� 5 xl/workbook.xml � (� ��;�0D�H����>R���I�"�����vD�>)]���ٷ�'���ڞ|�`|�J*C�|+Q���ͼ�i�t/f�P-ֶ}k4�]�(g�/���F���G��y���4(C���4{*��*gc����m!���+�X1���5�du�]IcJ\���'�fM�t�R�=����w�PK a�[���� � [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 a�[�!q�' ' _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="R4a1bdbcee8d14210" /></Relationships>PK a�[��a$ � xl/worksheets/sheet1.xml � (� �Q�n� ��}%m�%��T��j�M;lg�85�H�ϟ!�4i� [~~��ԧ���k� ��2��v�k{m������zEw� 0�[t W!LG!|��H�� ,�tFJ�U�0����l�,{FH�+=y�����Od�,�q�2R[�ֽ&��9���L�uB�kX����1>o1y��%���$�W�z�<�7\�A_U� ���ѧ��ƙ������y�ˊ�,��*�"��n���V�\��&i�e�m�pe.��=Fq�����y�6��{����֯hK�.�\R����PK a�[�&��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�]�Au��m��dGMl�v���G� XE�Tb�������4����ٽ�y�Gg%TE m����I?�a��pR)OD3�H�LJ�����U,�G�;څY����z՝Ԁ�.KAÒ�Lr�x��i=v�w�yF�� �WN� & GL~J�^CUd*��^¡b�Wm��F(�+ ��M-�˄���;_�(d�a�������N!_z�,/�e+x��uͱ.�j��/�_PK a�[Ѓ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 a�[}�� � xl/sharedStrings.xml � (� 5�An� E��fO��$&�J=A{ ���g\��/]t�������]���J#�R�)�s���7}�(��������6%aY_��8c |�+RKu+AnO��!�(e1Ǯ���L�b�I��N�s��n���S<�K}��I�騧�#j�q�i������_ߴW�PK- a�[h���� 5 xl/workbook.xmlPK- a�[���� � [Content_Types].xmlPK- a�[�!q�' ' V _rels/.relsPK- a�[��a$ � � xl/worksheets/sheet1.xmlPK- a�[�&��� P 8 xl/_rels/workbook.xml.relsPK- a�[Ѓc'2 E } xl/styles.xmlPK- a�[}�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK a�[$Lף� 5 xl/workbook.xml � (� ����0��&�C��H� )��x����6П�5���H�yۙ��v�l��4fD5i_��lM��(�OƂ�;n�b!J�"�s�Cg��H�e%q0� ��BZ�W�?,o�������Ը=�K����'���b"���o�&�~��LA�;Fɹ >c�j�{Q��˳,����;���w�PK a�[���� � [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 a�[fJ��' ' _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="R21c81a9ba9a24650" /></Relationships>PK a�[��a$ � xl/worksheets/sheet1.xml � (� �Q�n� ��}%m�%��T��j�M;lg�85�H�ϟ!�4i� [~~��ԧ���k� ��2��v�k{m������zEw� 0�[t W!LG!|��H�� ,�tFJ�U�0����l�,{FH�+=y�����Od�,�q�2R[�ֽ&��9���L�uB�kX����1>o1y��%���$�W�z�<�7\�A_U� ���ѧ��ƙ������y�ˊ�,��*�"��n���V�\��&i�e�m�pe.��=Fq�����y�6��{����֯hK�.�\R����PK a�[Ϭ��� P xl/_rels/workbook.xml.rels � (� ��An� E��f_���*N6�t��c�Hۜ���W(j�֑��&+4��i������m��8x�BY0 �׃�[8%s'`���q�)߈v�#�O\l��4?P��I����r��0ɔ���Y���V��4,p�$���!zc��^�&t�0}��-br�����O��Q� �I���F�uW�7�Л��t1�z]�LY�֝�z�M�K��T�ʀ�9����2^���^VLKި�+q����/PK a�[Ѓ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 a�[}�� � xl/sharedStrings.xml � (� 5�An� E��fO��$&�J=A{ ���g\��/]t�������]���J#�R�)�s���7}�(��������6%aY_��8c |�+RKu+AnO��!�(e1Ǯ���L�b�I��N�s��n���S<�K}��I�騧�#j�q�i������_ߴW�PK- a�[$Lף� 5 xl/workbook.xmlPK- a�[���� � [Content_Types].xmlPK- a�[fJ��' ' V _rels/.relsPK- a�[��a$ � � xl/worksheets/sheet1.xmlPK- a�[Ϭ��� P 8 xl/_rels/workbook.xml.relsPK- a�[Ѓc'2 E xl/styles.xmlPK- a�[}�� � � xl/sharedStrings.xmlPK � �