POST api/labelpagelayouts
Update or Create a page layout
Request Information
URI Parameters
None.
Body Parameters
Page Layout
LabelPageLayoutName | Description | Type | Additional information |
---|---|---|---|
G_UId | Collection of byte |
None. |
|
Guid | globally unique identifier |
None. |
|
LayoutName | string |
None. |
|
Rows | integer |
None. |
|
Columns | integer |
None. |
|
RowSpacing | integer |
None. |
|
ColumnSpacing | integer |
None. |
|
TearOffStyle | string |
None. |
|
MinimumSpacing | integer |
None. |
|
TearOffHeight | integer |
None. |
|
TearOffTop | integer |
None. |
|
TearOffBottom | integer |
None. |
|
TearOffWidth | integer |
None. |
|
TearOffLeft | integer |
None. |
|
TearOffRight | integer |
None. |
|
Printer | string |
None. |
|
DoubleSided |
0 = not double sided, otherwise fits to duplex setting |
Duplex |
None. |
PageSize |
9 = A4 (RawKind) |
integer |
None. |
Stores | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
LabelDesigns | Collection of LabelPageLayoutDesign |
Relation. This field may not always be loaded or used for updates. |
|
LabelPrinters | Collection of LabelPageLayoutStorePrinter |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{ "g_UId": "nNZJNs5h6keMM8eKa1165g==", "guid": "3649d69c-61ce-47ea-8c33-c78a6b5d7ae6", "layoutName": "sample string 2", "rows": 3, "columns": 4, "rowSpacing": 5, "columnSpacing": 6, "tearOffStyle": "sample string 7", "minimumSpacing": 8, "tearOffHeight": 9, "tearOffTop": 10, "tearOffBottom": 11, "tearOffWidth": 12, "tearOffLeft": 13, "tearOffRight": 14, "printer": "sample string 15", "doubleSided": 16, "pageSize": 17, "stores": [ 1, 2 ], "labelDesigns": [ { "$id": "2", "pageLayoutG_UID": "qRSP8sJRwUuxsn6ETKbARg==", "pageLayoutGuid": "f28f14a9-51c2-4bc1-b1b2-7e844ca6c046", "labelDesignName": "sample string 2", "smallLabel": true, "orderLabel": 1 }, { "$ref": "2" } ], "labelPrinters": [ { "$id": "3", "pageLayoutGuid": "20727ca1-a912-4165-b8c3-410a7a28ea5b", "storeID": 2, "printerName": "sample string 3", "storeName": "sample string 4" }, { "$ref": "3" } ] }
application/xml, text/xml
<LabelPageLayout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels"> <ColumnSpacing>6</ColumnSpacing> <Columns>4</Columns> <DoubleSided>16</DoubleSided> <G_UId>nNZJNs5h6keMM8eKa1165g==</G_UId> <Guid>3649d69c-61ce-47ea-8c33-c78a6b5d7ae6</Guid> <LabelDesigns> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>qRSP8sJRwUuxsn6ETKbARg==</PageLayoutG_UID> <PageLayoutGuid>f28f14a9-51c2-4bc1-b1b2-7e844ca6c046</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>qRSP8sJRwUuxsn6ETKbARg==</PageLayoutG_UID> <PageLayoutGuid>f28f14a9-51c2-4bc1-b1b2-7e844ca6c046</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> </LabelDesigns> <LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager"> <d2p1:LabelPageLayoutStorePrinter> <d2p1:PageLayoutGuid>20727ca1-a912-4165-b8c3-410a7a28ea5b</d2p1:PageLayoutGuid> <d2p1:PrinterName>sample string 3</d2p1:PrinterName> <d2p1:StoreID>2</d2p1:StoreID> <d2p1:StoreName>sample string 4</d2p1:StoreName> </d2p1:LabelPageLayoutStorePrinter> <d2p1:LabelPageLayoutStorePrinter> <d2p1:PageLayoutGuid>20727ca1-a912-4165-b8c3-410a7a28ea5b</d2p1:PageLayoutGuid> <d2p1:PrinterName>sample string 3</d2p1:PrinterName> <d2p1:StoreID>2</d2p1:StoreID> <d2p1:StoreName>sample string 4</d2p1:StoreName> </d2p1:LabelPageLayoutStorePrinter> </LabelPrinters> <LayoutName>sample string 2</LayoutName> <MinimumSpacing>8</MinimumSpacing> <PageSize>17</PageSize> <Printer>sample string 15</Printer> <RowSpacing>5</RowSpacing> <Rows>3</Rows> <Stores xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Stores> <TearOffBottom>11</TearOffBottom> <TearOffHeight>9</TearOffHeight> <TearOffLeft>13</TearOffLeft> <TearOffRight>14</TearOffRight> <TearOffStyle>sample string 7</TearOffStyle> <TearOffTop>10</TearOffTop> <TearOffWidth>12</TearOffWidth> </LabelPageLayout>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Saved Label Page Layout
LabelPageLayoutName | Description | Type | Additional information |
---|---|---|---|
G_UId | Collection of byte |
None. |
|
Guid | globally unique identifier |
None. |
|
LayoutName | string |
None. |
|
Rows | integer |
None. |
|
Columns | integer |
None. |
|
RowSpacing | integer |
None. |
|
ColumnSpacing | integer |
None. |
|
TearOffStyle | string |
None. |
|
MinimumSpacing | integer |
None. |
|
TearOffHeight | integer |
None. |
|
TearOffTop | integer |
None. |
|
TearOffBottom | integer |
None. |
|
TearOffWidth | integer |
None. |
|
TearOffLeft | integer |
None. |
|
TearOffRight | integer |
None. |
|
Printer | string |
None. |
|
DoubleSided |
0 = not double sided, otherwise fits to duplex setting |
Duplex |
None. |
PageSize |
9 = A4 (RawKind) |
integer |
None. |
Stores | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
LabelDesigns | Collection of LabelPageLayoutDesign |
Relation. This field may not always be loaded or used for updates. |
|
LabelPrinters | Collection of LabelPageLayoutStorePrinter |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{ "g_UId": "bUXqCC+I40uJw9+kiNUCkg==", "guid": "08ea456d-882f-4be3-89c3-dfa488d50292", "layoutName": "sample string 2", "rows": 3, "columns": 4, "rowSpacing": 5, "columnSpacing": 6, "tearOffStyle": "sample string 7", "minimumSpacing": 8, "tearOffHeight": 9, "tearOffTop": 10, "tearOffBottom": 11, "tearOffWidth": 12, "tearOffLeft": 13, "tearOffRight": 14, "printer": "sample string 15", "doubleSided": 16, "pageSize": 17, "stores": [ 1, 2 ], "labelDesigns": [ { "$id": "2", "pageLayoutG_UID": "7sJU4vbQbk+BIjbI1FOKDA==", "pageLayoutGuid": "e254c2ee-d0f6-4f6e-8122-36c8d4538a0c", "labelDesignName": "sample string 2", "smallLabel": true, "orderLabel": 1 }, { "$ref": "2" } ], "labelPrinters": [ { "$id": "3", "pageLayoutGuid": "ed1f63a5-f3b4-4878-9c2f-ef32475e750e", "storeID": 2, "printerName": "sample string 3", "storeName": "sample string 4" }, { "$ref": "3" } ] }
application/xml, text/xml
<LabelPageLayout xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Labels"> <ColumnSpacing>6</ColumnSpacing> <Columns>4</Columns> <DoubleSided>16</DoubleSided> <G_UId>bUXqCC+I40uJw9+kiNUCkg==</G_UId> <Guid>08ea456d-882f-4be3-89c3-dfa488d50292</Guid> <LabelDesigns> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>7sJU4vbQbk+BIjbI1FOKDA==</PageLayoutG_UID> <PageLayoutGuid>e254c2ee-d0f6-4f6e-8122-36c8d4538a0c</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>7sJU4vbQbk+BIjbI1FOKDA==</PageLayoutG_UID> <PageLayoutGuid>e254c2ee-d0f6-4f6e-8122-36c8d4538a0c</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> </LabelDesigns> <LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager"> <d2p1:LabelPageLayoutStorePrinter> <d2p1:PageLayoutGuid>ed1f63a5-f3b4-4878-9c2f-ef32475e750e</d2p1:PageLayoutGuid> <d2p1:PrinterName>sample string 3</d2p1:PrinterName> <d2p1:StoreID>2</d2p1:StoreID> <d2p1:StoreName>sample string 4</d2p1:StoreName> </d2p1:LabelPageLayoutStorePrinter> <d2p1:LabelPageLayoutStorePrinter> <d2p1:PageLayoutGuid>ed1f63a5-f3b4-4878-9c2f-ef32475e750e</d2p1:PageLayoutGuid> <d2p1:PrinterName>sample string 3</d2p1:PrinterName> <d2p1:StoreID>2</d2p1:StoreID> <d2p1:StoreName>sample string 4</d2p1:StoreName> </d2p1:LabelPageLayoutStorePrinter> </LabelPrinters> <LayoutName>sample string 2</LayoutName> <MinimumSpacing>8</MinimumSpacing> <PageSize>17</PageSize> <Printer>sample string 15</Printer> <RowSpacing>5</RowSpacing> <Rows>3</Rows> <Stores xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </Stores> <TearOffBottom>11</TearOffBottom> <TearOffHeight>9</TearOffHeight> <TearOffLeft>13</TearOffLeft> <TearOffRight>14</TearOffRight> <TearOffStyle>sample string 7</TearOffStyle> <TearOffTop>10</TearOffTop> <TearOffWidth>12</TearOffWidth> </LabelPageLayout>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ( E[�l� 5 xl/workbook.xml � (� ����0��&�C���� '.^=x��b�O�||o�vfg��z2nx3����\�E�"�3������7N��{���Ag�[�$K��8i�F{!��+���(� �qE)*5n����C�����l"���o�^`�Ţ�� ��@1Z�op���d�]Ҭ ��K�����V��w�PK ( E[���� � [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 ( E[��P' ' _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="R891d594e704f4d01" /></Relationships>PK ( E[�d;�1 < xl/worksheets/sheet1.xml � (� ��ko�0�� ����wWI�^֭�v]�}f�Ӡ�Pm����Xa�"%�����$���f��Ee�o�!D(�f�/���4|���dx:�l��\i]F�)O�i�����8.�+�%e�?鍩-�"K*sZ<��r���e>���1B<.�:�̥�U�T��n�ҫ|*t��������$݄��"5�w� ���gpr�� �Mj�ToK�8���O�?�N����x ��/~S�L���m���ӇUeBb�g����=��]ta�%���6]T+sD"� ��"B�0�?�U��n�m��7~|�!�9�@��������4QTq)>��*�8f�}��7�x���z!RB)�(G�Qz�/�����DF�b�_6~��y�Ư:?��0F���P���L`n�D��q8 v�D� 5�`#B�`;�"�*�#Z�؛��sI�@�0��;��&(�&ΰ0Ҡ:G�}f!`v2ҡE,Y$�sk� ��K���^���5oS>��G�o|��:)�0ĀH"G&OK"�H���f(����qK"�H�l�2�`B,� ��!ZO�ˤJf�"�E]6�wGg氬����/34�_v�Fq>T@_q1T��r� }�����WC�+>���8T���z��}ŧ�B��=�9�~�H�T�z$N��<'����G�$��#q���H�lz$N�w���.��~�w������#q��H��/[��q���m�\��K�gIN�k���l�\��� �^�E�Wt��]\{ET�^]P{~�^х�����y$N�{�D:p��<^��ݺ���J��>���PK ( E[��\B� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8N�8AM�aö��=��&vd�О�G� XE�Tb�������4����ޞ���b��w���Ny=���S2 l7��2�h�9���b6���Ҩ,N2~F�;ƇI�����Re��*˚�%n��p��?Do̠�ɫӄ.��o>�EL@2�:�)Ez ��T Ϻ��V �j�|%4�B��e�����/d���U-�B���2V���N��B�eZT%)[Ys��U�����PK ( E[Ѓ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 ( E[G��\� ~ xl/sharedStrings.xml � (� ��]o�0�� �=!IG&�RӮ��lUIՋj�| K�`�a��s�h���W�B~���I��H��c�V��@��qUg�~��O�g�*F�V��,����Z�\��iۏah�$��nA9Ri#)���C���6 (EG�Y()W�+u�0#�x��?;X���S̯��߰4�< ��������0$w��jk-:�F��Z��t��`�UU`/F�[����땟�� N��n'ȅF�r>p���@5�v�R'��+3�/u�Pp�8ni���hj��o��%X^�39�S#X�A=��!�����$����~�*�>��"I�2�W��R� pw������x��h�]&%�7g�kP`xl����ӎ��xt��˯���*7{l5a���:8��?����q��lr����V����PK- ( E[�l� 5 xl/workbook.xmlPK- ( E[���� � [Content_Types].xmlPK- ( E[��P' ' V _rels/.relsPK- ( E[�d;�1 < � xl/worksheets/sheet1.xmlPK- ( E[��\B� P E xl/_rels/workbook.xml.relsPK- ( E[Ѓc'2 E � xl/styles.xmlPK- ( E[G��\� ~ xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ( E[�v(� 5 xl/workbook.xml � (� ���� ��M��(j����zGX Q~4��Mz�mgv��i��� }�lB�;,ct !�I�4\��v�zMc��E���`�[���*��x�iT��\��Vp( �yCi���'�ڵ�S��L�^w5�B�7�f�q�2TC�)Fٹ���F��Q�l�5�%T� p����d��PK ( E[���� � [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 ( E[�4�f' ' _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="R3663126d43df41b0" /></Relationships>PK ( E[�d;�1 < xl/worksheets/sheet1.xml � (� ��ko�0�� ����wWI�^֭�v]�}f�Ӡ�Pm����Xa�"%�����$���f��Ee�o�!D(�f�/���4|���dx:�l��\i]F�)O�i�����8.�+�%e�?鍩-�"K*sZ<��r���e>���1B<.�:�̥�U�T��n�ҫ|*t��������$݄��"5�w� ���gpr�� �Mj�ToK�8���O�?�N����x ��/~S�L���m���ӇUeBb�g����=��]ta�%���6]T+sD"� ��"B�0�?�U��n�m��7~|�!�9�@��������4QTq)>��*�8f�}��7�x���z!RB)�(G�Qz�/�����DF�b�_6~��y�Ư:?��0F���P���L`n�D��q8 v�D� 5�`#B�`;�"�*�#Z�؛��sI�@�0��;��&(�&ΰ0Ҡ:G�}f!`v2ҡE,Y$�sk� ��K���^���5oS>��G�o|��:)�0ĀH"G&OK"�H���f(����qK"�H�l�2�`B,� ��!ZO�ˤJf�"�E]6�wGg氬����/34�_v�Fq>T@_q1T��r� }�����WC�+>���8T���z��}ŧ�B��=�9�~�H�T�z$N��<'����G�$��#q���H�lz$N�w���.��~�w������#q��H��/[��q���m�\��K�gIN�k���l�\��� �^�E�Wt��]\{ET�^]P{~�^х�����y$N�{�D:p��<^��ݺ���J��>���PK ( E[Jz�}� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�Nb�BM��m�{�DM��v���G� XE�Tb�������4����ٽM#y����N{3���s�k�m7U���H� �)͏�F��b�gt�c}�T�i���IuHK�$ K�2��2����A����.���>�b���U�05�S��x��@�L.uk�6K[#��л��t1�z}��R0&P)�2�eU�U�W�s ��K�ey�f+��z]�\T���Fo�b�PK ( E[Ѓ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 ( E[G��\� ~ xl/sharedStrings.xml � (� ��]o�0�� �=!IG&�RӮ��lUIՋj�| K�`�a��s�h���W�B~���I��H��c�V��@��qUg�~��O�g�*F�V��,����Z�\��iۏah�$��nA9Ri#)���C���6 (EG�Y()W�+u�0#�x��?;X���S̯��߰4�< ��������0$w��jk-:�F��Z��t��`�UU`/F�[����땟�� N��n'ȅF�r>p���@5�v�R'��+3�/u�Pp�8ni���hj��o��%X^�39�S#X�A=��!�����$����~�*�>��"I�2�W��R� pw������x��h�]&%�7g�kP`xl����ӎ��xt��˯���*7{l5a���:8��?����q��lr����V����PK- ( E[�v(� 5 xl/workbook.xmlPK- ( E[���� � � [Content_Types].xmlPK- ( E[�4�f' ' U _rels/.relsPK- ( E[�d;�1 < � xl/worksheets/sheet1.xmlPK- ( E[Jz�}� P D xl/_rels/workbook.xml.relsPK- ( E[Ѓc'2 E � xl/styles.xmlPK- ( E[G��\� ~ xl/sharedStrings.xmlPK � �