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": "sqyTl2Mr6kGLzQChHwkKpA==", "guid": "9793acb2-2b63-41ea-8bcd-00a11f090aa4", "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": "75FDRlGpK0uPhdFnf7g3Xw==", "pageLayoutGuid": "464391ef-a951-4b2b-8f85-d1677fb8375f", "labelDesignName": "sample string 2", "smallLabel": true, "orderLabel": 1 }, { "$ref": "2" } ], "labelPrinters": [ { "$id": "3", "pageLayoutGuid": "49bccee5-df27-46db-a39c-37704904ca62", "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>sqyTl2Mr6kGLzQChHwkKpA==</G_UId> <Guid>9793acb2-2b63-41ea-8bcd-00a11f090aa4</Guid> <LabelDesigns> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>75FDRlGpK0uPhdFnf7g3Xw==</PageLayoutG_UID> <PageLayoutGuid>464391ef-a951-4b2b-8f85-d1677fb8375f</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>75FDRlGpK0uPhdFnf7g3Xw==</PageLayoutG_UID> <PageLayoutGuid>464391ef-a951-4b2b-8f85-d1677fb8375f</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> </LabelDesigns> <LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager"> <d2p1:LabelPageLayoutStorePrinter> <d2p1:PageLayoutGuid>49bccee5-df27-46db-a39c-37704904ca62</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>49bccee5-df27-46db-a39c-37704904ca62</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": "Ei8mIVAGV06aZF6d9b1Skw==", "guid": "21262f12-0650-4e57-9a64-5e9df5bd5293", "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": "gndOvh8fk0SYGWQkDO+Ehw==", "pageLayoutGuid": "be4e7782-1f1f-4493-9819-64240cef8487", "labelDesignName": "sample string 2", "smallLabel": true, "orderLabel": 1 }, { "$ref": "2" } ], "labelPrinters": [ { "$id": "3", "pageLayoutGuid": "3bea678e-81e1-481c-95ef-72b84f9f738d", "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>Ei8mIVAGV06aZF6d9b1Skw==</G_UId> <Guid>21262f12-0650-4e57-9a64-5e9df5bd5293</Guid> <LabelDesigns> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>gndOvh8fk0SYGWQkDO+Ehw==</PageLayoutG_UID> <PageLayoutGuid>be4e7782-1f1f-4493-9819-64240cef8487</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> <LabelPageLayoutDesign> <LabelDesignName>sample string 2</LabelDesignName> <OrderLabel>1</OrderLabel> <PageLayoutG_UID>gndOvh8fk0SYGWQkDO+Ehw==</PageLayoutG_UID> <PageLayoutGuid>be4e7782-1f1f-4493-9819-64240cef8487</PageLayoutGuid> <SmallLabel>true</SmallLabel> </LabelPageLayoutDesign> </LabelDesigns> <LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager"> <d2p1:LabelPageLayoutStorePrinter> <d2p1:PageLayoutGuid>3bea678e-81e1-481c-95ef-72b84f9f738d</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>3bea678e-81e1-481c-95ef-72b84f9f738d</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�[�xk� 5 xl/workbook.xml � (� ����0��J}��� BH���ҵC��&�$(IE���n�|���c��C��@>f���5���� nnB����E�uRj��o�6�,I �q�Q;���Xa�����w���Bs���fO�s��buW��=DSl���"����ٜ{_C �WzE!�>KDѥY^�'��1z�n�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�[t H1' ' _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="R80a52238bebd4c6e" /></Relationships>PK E�[�M}�0 < xl/worksheets/sheet1.xml � (� ��mo�0�� ����ﮒTm�n�k�g�8 jЦ?�`�U�)R��\|N29}�6��.�4�NC�P��"_���i�X����t6���C�ֺ �|[��p]U��8.k�%e�����Vy�%�9-��|�Jz�/3��b���I*s�r����ۿ�*w�N����K�,I��l�LM���B������0�g�Z�+���:�������r�Zė�ů�`�W�㦺��uz��LH��,�MY�Yz�.���ܧ�jm�H�8�R�@(�Dzʳ�M����Ǎ�DFQ�&��������4QTq)~�O?=�Uq<r]���}���n�)�Q�#�(}�/���UK"#X1��_6~��y�Ư:?��0F���P���L`NHA��pD��"jV�F"��9�v\!D'T �G:������sI�@�0��;���P�gXi���#�> �0��thQ�EI�ܚ��A��-� �50��c@����M����� BG"%��IC���Ӓ�;��&��1�@!��V�[qG�d�"`�O0~�D�w�T�lR����˦������>m���l�O34���Fq>T@_q1T�b>T����PA��ˡ��� �W|*D_q5TȾ��P���ϞĜP�x$N�_='�o���w�� ��#q���8��x$N�?='�[��I��C[�nl?b�;�����}�8y_x$N��V�cܮ�t�5�k���Y���ʶ�0�5c�6 �Wt��]h{E�^��3�j��"�+�pz�;�[���r�H��ڏ��g�..��E�c� ��PK E�[��G�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�&��i7lؖ^���q�Ďl��Xp$��U$H%l����I3�����4�q�^0 �׃�;8%s��v���(S��v�#�+.v`S�W�Feq���3��1>L2�4�t��({�%c K\3��<��ޘA�W� ]�L_}8F����e�1u�S��x��@�t��2B�LU^��E �fj1�G��^��B�֕��n��EyS+���N��BM�{ø80Y7����F��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�[JA{�� ~ xl/sharedStrings.xml � (� ��]o�0�� �=_nI� �Դ�*%[UR��6`��>l��~nM��jW������6���O0�k��8����WMF��wij�TńV��,�.��Z�\��i��ah�$���@9Rk#��iB�`�mP��F�"��+╺W��$^���Vg����o�wUb����Q��D[�A���I��ˎ���T�m-:V�ӿ]0����.p� W\��t�G�M�3p��r����_x��[C=���V'��+3��u�P� &qܳƁ��8 �&s_��k���f�g�&�,�����cHc��uL�h�D�9$��-���U�쪄.��5��N���ΰ��i|q��L��2 (ѽ9܂��`�-~���;���Ɂ�]~��7L�ٛ`�+6�٬����������M�y���*t?��7PK- E�[�xk� 5 xl/workbook.xmlPK- E�[���� � � [Content_Types].xmlPK- E�[t H1' ' U _rels/.relsPK- E�[�M}�0 < � xl/worksheets/sheet1.xmlPK- E�[��G�� P C xl/_rels/workbook.xml.relsPK- E�[Ѓc'2 E � xl/styles.xmlPK- E�[JA{�� ~ xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK E�[~2d=� 5 xl/workbook.xml � (� ����0��&�C���!8q����Zi�ݦ��Ǘ�@������S���'Q�>f�!�%�bt�Auh �ȡ�v-yq��%�m��۠��"e*<5��i�J���GhB�Ͱ�h˫ぱbn��8�EN�Vw6�XC�7U,��bQ̂�����Ź5%?s�s= �,K@�M�QW� ��;����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�[X�|' ' _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="R6c57014c1d7a41a9" /></Relationships>PK E�[�M}�0 < xl/worksheets/sheet1.xml � (� ��mo�0�� ����ﮒTm�n�k�g�8 jЦ?�`�U�)R��\|N29}�6��.�4�NC�P��"_���i�X����t6���C�ֺ �|[��p]U��8.k�%e�����Vy�%�9-��|�Jz�/3��b���I*s�r����ۿ�*w�N����K�,I��l�LM���B������0�g�Z�+���:�������r�Zė�ů�`�W�㦺��uz��LH��,�MY�Yz�.���ܧ�jm�H�8�R�@(�Dzʳ�M����Ǎ�DFQ�&��������4QTq)~�O?=�Uq<r]���}���n�)�Q�#�(}�/���UK"#X1��_6~��y�Ư:?��0F���P���L`NHA��pD��"jV�F"��9�v\!D'T �G:������sI�@�0��;���P�gXi���#�> �0��thQ�EI�ܚ��A��-� �50��c@����M����� BG"%��IC���Ӓ�;��&��1�@!��V�[qG�d�"`�O0~�D�w�T�lR����˦������>m���l�O34���Fq>T@_q1T�b>T����PA��ˡ��� �W|*D_q5TȾ��P���ϞĜP�x$N�_='�o���w�� ��#q���8��x$N�?='�[��I��C[�nl?b�;�����}�8y_x$N��V�cܮ�t�5�k���Y���ʶ�0�5c�6 �Wt��]h{E�^��3�j��"�+�pz�;�[���r�H��ڏ��g�..��E�c� ��PK E�[�.{�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�iˠ�ݰa[z��=��&vd�@�Ƃ#q�"A*�`��h~OO��|���ަ��P��w �� FN{3���S��춛=���D��Y^q�����yԖ&�����N�Ä)���3�#��WBH��f��y��}� ��>M��`���1Z�쀡���O)�K(�L�d�+U��F�0�"Q�7S��<R����2e[�nI�u������@�9�|�Ӳ�P������jeVY�����~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�[JA{�� ~ xl/sharedStrings.xml � (� ��]o�0�� �=_nI� �Դ�*%[UR��6`��>l��~nM��jW������6���O0�k��8����WMF��wij�TńV��,�.��Z�\��i��ah�$���@9Rk#��iB�`�mP��F�"��+╺W��$^���Vg����o�wUb����Q��D[�A���I��ˎ���T�m-:V�ӿ]0����.p� W\��t�G�M�3p��r����_x��[C=���V'��+3��u�P� &qܳƁ��8 �&s_��k���f�g�&�,�����cHc��uL�h�D�9$��-���U�쪄.��5��N���ΰ��i|q��L��2 (ѽ9܂��`�-~���;���Ɂ�]~��7L�ٛ`�+6�٬����������M�y���*t?��7PK- E�[~2d=� 5 xl/workbook.xmlPK- E�[���� � � [Content_Types].xmlPK- E�[X�|' ' U _rels/.relsPK- E�[�M}�0 < � xl/worksheets/sheet1.xmlPK- E�[�.{�� P C xl/_rels/workbook.xml.relsPK- E�[Ѓc'2 E � xl/styles.xmlPK- E�[JA{�� ~ xl/sharedStrings.xmlPK � �