PUT api/section/{id}
Update a section
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Section identifier |
globally unique identifier |
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": "MadWZMAdpkS+9IuSTQ1uNA==", "identifierGuid": "6456a731-1dc0-44a6-bef4-8b924d0d6e34", "storeID": 1, "name": "sample string 2", "updated": "2025-06-14T06:27:54.5287705", "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>MadWZMAdpkS+9IuSTQ1uNA==</Identifier> <IdentifierGuid>6456a731-1dc0-44a6-bef4-8b924d0d6e34</IdentifierGuid> <Name>sample string 2</Name> <StoreID>1</StoreID> <Updated>2025-06-14T06:27:54.5287705+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:
"8aab3a83-a9e7-47d4-ac4a-7bd8b8c5d650"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8aab3a83-a9e7-47d4-ac4a-7bd8b8c5d650</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK {3�Zk�R�� 5 xl/workbook.xml � (� ����0��&�C��(J)��x�ྲྀ[i�?ik��-%�x�3;������a��z2��-bt !��Y8X&����$��X)���ɩ(*�abQY�^i�����D ��V�f��n�C�.�� �e2�u�5D~S4ö���aZܳ�0��U����oTnB��ע.E]��K�7������ PK {3�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���' ' _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="Rb47456579a544b52" /></Relationships>PK {3�Z��?$ � xl/worksheets/sheet1.xml � (� �Q�n� ���J�5UZ%�&U�v�v��,q j����? �4i� [~~��T��،�)25���:e�5L�(��Tٛ����qG[��~<r�Z�Z� �hB�'����r�{���I��|�e{nq>H9�F+���hQtɂV*-����T`��ž��o��|W��_1�c|�b��Ր%,��$�W�:��4�7Z�Q]�*ROK�K7�*� ���.���rS���n[�C^k'�I���$_Y��Yx�T�fS9��(��Ѡ�¸s�U|�������_�%��y�I���/PK {3�ZYY�y� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_��V'�l�Ms�1Ɗ �&9[=R�P�H�#u�MVh����>�?���4�7r~���,I��V�o��S��zO#�x��a�,>1���̹�&��Ď�n�K���{�y�V�-p�d��L�!Z�A;+N�����;zM���Z��<�>�$R����RJ4�)dS������u$��u�2�����JJ�̺�2���⦗N�x�F*ojZ�u)�̋ۜ�ݿ�|PK {3�ZЃ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 {3�Zi-P� � xl/sharedStrings.xml � (� 5�An� E����Ɖi�ɢRN�`���g\5�]t�������[���J�~9tZ!Ś2�G�y��P�������%xfQmJ<�Yd}����PW��|խ�4��� !�(e��]w�2i�NҴZ픿w���&��Kp �����Ro �`�)���S:�:o%x��UxPK- {3�Zk�R�� 5 xl/workbook.xmlPK- {3�Z���� � [Content_Types].xmlPK- {3�Z���' ' V _rels/.relsPK- {3�Z��?$ � � xl/worksheets/sheet1.xmlPK- {3�ZYY�y� P 8 xl/_rels/workbook.xml.relsPK- {3�ZЃc'2 E xl/styles.xmlPK- {3�Zi-P� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK {3�Z�y2� 5 xl/workbook.xml � (� ����0D�&�C��H�N\�z��bhK��|o�vfg����kcz�Q�v�-��~�s�@�dF�a���i_�t�l�2�[��,���Y�K�����+��-B��WÊR 5-�B���)qr��Vw6 [C�7��~�(�AaA+�@���ۂ�)��ãM2��\�K�Bӝ��8�~�_PK {3�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�;41' ' _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="R1a5cdef3ed8d4a21" /></Relationships>PK {3�Z��?$ � xl/worksheets/sheet1.xml � (� �Q�n� ���J�5UZ%�&U�v�v��,q j����? �4i� [~~��T��،�)25���:e�5L�(��Tٛ����qG[��~<r�Z�Z� �hB�'����r�{���I��|�e{nq>H9�F+���hQtɂV*-����T`��ž��o��|W��_1�c|�b��Ր%,��$�W�:��4�7Z�Q]�*ROK�K7�*� ���.���rS���n[�C^k'�I���$_Y��Yx�T�fS9��(��Ѡ�¸s�U|�������_�%��y�I���/PK {3�Z"��� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;qb�@�M7l)p�q�ؖmJ9[=R�P�J�����b4?=�����ٽ�yE�G�(�ji�Q� ��zZ�n�9�$B���h=�O�o`��)�r�Y��X�q���E����$z�,�+�R�3��j�?D��(����:���N~@@����iyzKE�@�]�nQ���b�˖�B���uB���]'2��j�b��EY?Tf����O�Ni;Qk9/�RK.c��oj��.�_PK {3�ZЃ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 {3�Zi-P� � xl/sharedStrings.xml � (� 5�An� E����Ɖi�ɢRN�`���g\5�]t�������[���J�~9tZ!Ś2�G�y��P�������%xfQmJ<�Yd}����PW��|խ�4��� !�(e��]w�2i�NҴZ픿w���&��Kp �����Ro �`�)���S:�:o%x��UxPK- {3�Z�y2� 5 xl/workbook.xmlPK- {3�Z���� � � [Content_Types].xmlPK- {3�Z�;41' ' U _rels/.relsPK- {3�Z��?$ � � xl/worksheets/sheet1.xmlPK- {3�Z"��� P 7 xl/_rels/workbook.xml.relsPK- {3�ZЃc'2 E ~ xl/styles.xmlPK- {3�Zi-P� � � xl/sharedStrings.xmlPK � �