POST api/labelpagelayouts
Update or Create a page layout
Request Information
URI Parameters
None.
Body Parameters
Page Layout
LabelPageLayout| Name | 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. |
|
| LabelDefaultSettings | Collection of LabelPageLayoutDefaultSetting |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"g_UId": "7mAbFmnDHkmfCu9mc+yQRw==",
"guid": "161b60ee-c369-491e-9f0a-ef6673ec9047",
"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": "seS1bG5Yq0O2+LQ3VW8+GA==",
"pageLayoutGuid": "6cb5e4b1-586e-43ab-b6f8-b437556f3e18",
"labelDesignName": "sample string 2",
"smallLabel": true,
"orderLabel": 1
},
{
"$ref": "2"
}
],
"labelPrinters": [
{
"$id": "3",
"pageLayoutGuid": "e8ec5de8-0227-4ef9-bace-ed6de2de3775",
"storeID": 2,
"printerName": "sample string 3",
"storeName": "sample string 4"
},
{
"$ref": "3"
}
],
"labelDefaultSettings": [
{
"$id": "4",
"identifier": "hFIPNtegok2DgJkrID2iyw==",
"identifierGuid": "360f5284-a0d7-4da2-8380-992b203da2cb",
"pageLayoutG_UID": "PME5/XB+HES3jdvHMsryCg==",
"pageLayoutGuid": "fd39c13c-7e70-441c-b78d-dbc732caf20a",
"storeID": 3,
"printRequestType": 0
},
{
"$ref": "4"
}
]
}
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>7mAbFmnDHkmfCu9mc+yQRw==</G_UId>
<Guid>161b60ee-c369-491e-9f0a-ef6673ec9047</Guid>
<LabelDefaultSettings>
<LabelPageLayoutDefaultSetting>
<Identifier>hFIPNtegok2DgJkrID2iyw==</Identifier>
<IdentifierGuid>360f5284-a0d7-4da2-8380-992b203da2cb</IdentifierGuid>
<PageLayoutG_UID>PME5/XB+HES3jdvHMsryCg==</PageLayoutG_UID>
<PageLayoutGuid>fd39c13c-7e70-441c-b78d-dbc732caf20a</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
<LabelPageLayoutDefaultSetting>
<Identifier>hFIPNtegok2DgJkrID2iyw==</Identifier>
<IdentifierGuid>360f5284-a0d7-4da2-8380-992b203da2cb</IdentifierGuid>
<PageLayoutG_UID>PME5/XB+HES3jdvHMsryCg==</PageLayoutG_UID>
<PageLayoutGuid>fd39c13c-7e70-441c-b78d-dbc732caf20a</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
</LabelDefaultSettings>
<LabelDesigns>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>seS1bG5Yq0O2+LQ3VW8+GA==</PageLayoutG_UID>
<PageLayoutGuid>6cb5e4b1-586e-43ab-b6f8-b437556f3e18</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>seS1bG5Yq0O2+LQ3VW8+GA==</PageLayoutG_UID>
<PageLayoutGuid>6cb5e4b1-586e-43ab-b6f8-b437556f3e18</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
</LabelDesigns>
<LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager">
<d2p1:LabelPageLayoutStorePrinter>
<d2p1:PageLayoutGuid>e8ec5de8-0227-4ef9-bace-ed6de2de3775</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>e8ec5de8-0227-4ef9-bace-ed6de2de3775</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
LabelPageLayout| Name | 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. |
|
| LabelDefaultSettings | Collection of LabelPageLayoutDefaultSetting |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"g_UId": "5+MG9FnVC0+QXGY70NpQmA==",
"guid": "f406e3e7-d559-4f0b-905c-663bd0da5098",
"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": "suhtD/s+dEepgQv1baA1Eg==",
"pageLayoutGuid": "0f6de8b2-3efb-4774-a981-0bf56da03512",
"labelDesignName": "sample string 2",
"smallLabel": true,
"orderLabel": 1
},
{
"$ref": "2"
}
],
"labelPrinters": [
{
"$id": "3",
"pageLayoutGuid": "6f640e95-dc03-4927-9e99-f701fe4c5932",
"storeID": 2,
"printerName": "sample string 3",
"storeName": "sample string 4"
},
{
"$ref": "3"
}
],
"labelDefaultSettings": [
{
"$id": "4",
"identifier": "Wk+QV6WZRESnkwoaFc4nFg==",
"identifierGuid": "57904f5a-99a5-4444-a793-0a1a15ce2716",
"pageLayoutG_UID": "Whkevft78EGe+GWTnhaHUA==",
"pageLayoutGuid": "bd1e195a-7bfb-41f0-9ef8-65939e168750",
"storeID": 3,
"printRequestType": 0
},
{
"$ref": "4"
}
]
}
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>5+MG9FnVC0+QXGY70NpQmA==</G_UId>
<Guid>f406e3e7-d559-4f0b-905c-663bd0da5098</Guid>
<LabelDefaultSettings>
<LabelPageLayoutDefaultSetting>
<Identifier>Wk+QV6WZRESnkwoaFc4nFg==</Identifier>
<IdentifierGuid>57904f5a-99a5-4444-a793-0a1a15ce2716</IdentifierGuid>
<PageLayoutG_UID>Whkevft78EGe+GWTnhaHUA==</PageLayoutG_UID>
<PageLayoutGuid>bd1e195a-7bfb-41f0-9ef8-65939e168750</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
<LabelPageLayoutDefaultSetting>
<Identifier>Wk+QV6WZRESnkwoaFc4nFg==</Identifier>
<IdentifierGuid>57904f5a-99a5-4444-a793-0a1a15ce2716</IdentifierGuid>
<PageLayoutG_UID>Whkevft78EGe+GWTnhaHUA==</PageLayoutG_UID>
<PageLayoutGuid>bd1e195a-7bfb-41f0-9ef8-65939e168750</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
</LabelDefaultSettings>
<LabelDesigns>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>suhtD/s+dEepgQv1baA1Eg==</PageLayoutG_UID>
<PageLayoutGuid>0f6de8b2-3efb-4774-a981-0bf56da03512</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>suhtD/s+dEepgQv1baA1Eg==</PageLayoutG_UID>
<PageLayoutGuid>0f6de8b2-3efb-4774-a981-0bf56da03512</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
</LabelDesigns>
<LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager">
<d2p1:LabelPageLayoutStorePrinter>
<d2p1:PageLayoutGuid>6f640e95-dc03-4927-9e99-f701fe4c5932</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>6f640e95-dc03-4927-9e99-f701fe4c5932</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 M2�\�&ޝ� 5 xl/workbook.xml � (� ����0��&�C��E@
)��x���"
�'m
>��o�vfg�6k;6Z��#'�
[��{S��$w'm@�]���>H�"��E�n��'gJ/��Ľ��
�8���a9c�wn �rZQ����!�4{
�]����.&"k���X��Q!�%���c�{W�#[�0<:�\2��Mz�3
7��w#���PK M2�\���� � [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
M2�\^a]_' ' _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="Rad76995dcb72476f" /></Relationships>PK M2�\x�`N � xl/worksheets/sheet1.xml � (� ��ks�@��
����/5�ĦM�I���T12q����dYv��8q��v_���[��^�H�����x3���i쿔��?��vY�\��� �g��_���,��*N�"ȶ�j�,O�>�Oa�\&�x��_�xS�!��:*�V�*���ۿ�*�y-�%��C�4J6�d�H��~�^/��>��'�
�%�0���N�d�����b죊
{�uu���[���e]�g��q�*�$^i�ٺ��zi������z�%�rW4�
��Xj�{����u��rГZO�z���R�*N8է������,�1��JIrZ�j=;�u�����Z�ߩ�N��Ł�ZS�����zY륹_
~Q)9%���j��O�t�^B�^l�yc���Q\�8V�J5��9lzH5��2X�7���4Ah���I��@�&u���`RŸD� 7�����\�H�4�m1 ��(a!v2С�"6��s[P�=�%܄Ks
�F$abhM�z��&��M"��B�1R�ȁ��I"i����0�a���C�'MI�D��Y��������k��d )L"G�rOCx8��3{��d�g;/���u�Eu���]�W�����&.��W}�t�i��]�c�`]�O�.�O�.�O�.q�'T���'t���p�2���\��@,[8�ן�2�ցX��9��{by�ˁX�>8��GG�,wg�u7�!8Ni'��E�ߗ���ʁX~O�5f� �fG߬١w,ɒߘr;�f�N�Y�e�S���)ڹ��Dw�v�{�����w�v~�-���X~>:��Y���oh��+����YV�yu��%��PK M2�\Xo��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�I�$BM��m�\{�DM��v���G�
XEWb�������4�����yAFg;(�rz�}�hZ�n�{�dLa�@Ҋ
1.��5�,C���c��eL���"�I�H+�j�s�2����ΘQ�Ω�6���Ο���1v�S
��"Q�<����5g+q\5�3l�л��x�0�z}�Ӫi�5Us��]e�Q?G�.�;��L�3Ӕ�`��n�j��/6_PK M2�\Ѓ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 M2�\lA�+� xl/sharedStrings.xml � (� �T�N�@�k�}I��l#(EJZ����*�x��J{1�cZ��]��B6N�x���9�˙qr�G
���Z�dD�Uh�U����W��x�bTh)���<K�E�I�MI��| C[� �
t�1�6��{�*���l
�R��(���rE�B�
S2��U����?���Y�����
KB̒�
8�-`+���S }�N��}l�E+� v�yC��ǂr��(�;1Ⱦ��VW~^�8Bnt3�\hD-Gȟ�a=��v�Q%��+Ӈ/u��s;ni���8r�s_�-�K��z��� K�
�эx�wA�ï>Y�Ds�����x។��_Dq���-����Y_c�l��pEU��8}z���#庅P��K\�Ë`�->M7
g�AC��_��5U��5a���2�M��?o���i��''�����O�����K�?Z�PK- M2�\�&ޝ� 5 xl/workbook.xmlPK- M2�\���� � [Content_Types].xmlPK-
M2�\^a]_' ' V _rels/.relsPK- M2�\x�`N � � xl/worksheets/sheet1.xmlPK- M2�\Xo��� P b xl/_rels/workbook.xml.relsPK- M2�\Ѓc'2 E
� xl/styles.xmlPK- M2�\lA�+� !
xl/sharedStrings.xmlPK � &
application/vnd.ms-excel
PK M2�\f!��� 5 xl/workbook.xml � (� ����0��&�C��H�R8q���{-[�H����[J ��mgv�ۡ�����/�ѓ �ﰌѵ�.A�p�L� �5�I�'�B(��o
&��(j�abQY�r��X�y`c� QO+J3ep< D�fws�2[��Dd
��Ͱ�"+d��,2��s;|�ȷ*
���4P���/�J����(�~�_PK M2�\���� � [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
M2�\)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="R1f91a618f6414586" /></Relationships>PK M2�\x�`N � xl/worksheets/sheet1.xml � (� ��ks�@��
����/5�ĦM�I���T12q����dYv��8q��v_���[��^�H�����x3���i쿔��?��vY�\��� �g��_���,��*N�"ȶ�j�,O�>�Oa�\&�x��_�xS�!��:*�V�*���ۿ�*�y-�%��C�4J6�d�H��~�^/��>��'�
�%�0���N�d�����b죊
{�uu���[���e]�g��q�*�$^i�ٺ��zi������z�%�rW4�
��Xj�{����u��rГZO�z���R�*N8է������,�1��JIrZ�j=;�u�����Z�ߩ�N��Ł�ZS�����zY륹_
~Q)9%���j��O�t�^B�^l�yc���Q\�8V�J5��9lzH5��2X�7���4Ah���I��@�&u���`RŸD� 7�����\�H�4�m1 ��(a!v2С�"6��s[P�=�%܄Ks
�F$abhM�z��&��M"��B�1R�ȁ��I"i����0�a���C�'MI�D��Y��������k��d )L"G�rOCx8��3{��d�g;/���u�Eu���]�W�����&.��W}�t�i��]�c�`]�O�.�O�.�O�.q�'T���'t���p�2���\��@,[8�ן�2�ցX��9��{by�ˁX�>8��GG�,wg�u7�!8Ni'��E�ߗ���ʁX~O�5f� �fG߬١w,ɒߘr;�f�N�Y�e�S���)ڹ��Dw�v�{�����w�v~�-���X~>:��Y���oh��+����YV�yu��%��PK M2�\FD�Z� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�q>MP�n�t[z㌓��m�n�gc���V� �X��j4��'�|���o�D���h��<c@�(ۍ�p�����f��I�4���VL0��)
j�Y��:4����eL�禎�({�����%n��pq���zT�d�iF� �W�a@�@������<KT �N��W��fU]�*B��e�����/d�e5oW]�ʦT���� =v�ѧK/��党�M�L��B��6W5z��/PK M2�\Ѓ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 M2�\lA�+� xl/sharedStrings.xml � (� �T�N�@�k�}I��l#(EJZ����*�x��J{1�cZ��]��B6N�x���9�˙qr�G
���Z�dD�Uh�U����W��x�bTh)���<K�E�I�MI��| C[� �
t�1�6��{�*���l
�R��(���rE�B�
S2��U����?���Y�����
KB̒�
8�-`+���S }�N��}l�E+� v�yC��ǂr��(�;1Ⱦ��VW~^�8Bnt3�\hD-Gȟ�a=��v�Q%��+Ӈ/u��s;ni���8r�s_�-�K��z��� K�
�эx�wA�ï>Y�Ds�����x។��_Dq���-����Y_c�l��pEU��8}z���#庅P��K\�Ë`�->M7
g�AC��_��5U��5a���2�M��?o���i��''�����O�����K�?Z�PK- M2�\f!��� 5 xl/workbook.xmlPK- M2�\���� � � [Content_Types].xmlPK-
M2�\)X��' ' U _rels/.relsPK- M2�\x�`N � � xl/worksheets/sheet1.xmlPK- M2�\FD�Z� P a xl/_rels/workbook.xml.relsPK- M2�\Ѓc'2 E
� xl/styles.xmlPK- M2�\lA�+�
xl/sharedStrings.xmlPK � %