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": "ZMYNCvJZh0ybWDLRu0umyQ==",
"guid": "0a0dc664-59f2-4c87-9b58-32d1bb4ba6c9",
"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": "Uj7WwUE/bE2AS9HSZQXFpg==",
"pageLayoutGuid": "c1d63e52-3f41-4d6c-804b-d1d26505c5a6",
"labelDesignName": "sample string 2",
"smallLabel": true,
"orderLabel": 1
},
{
"$ref": "2"
}
],
"labelPrinters": [
{
"$id": "3",
"pageLayoutGuid": "16129775-a2c2-4da5-8dfc-0d0c70a00246",
"storeID": 2,
"printerName": "sample string 3",
"storeName": "sample string 4"
},
{
"$ref": "3"
}
],
"labelDefaultSettings": [
{
"$id": "4",
"identifier": "NBpn0cs500OMTE1hG+U3sw==",
"identifierGuid": "d1671a34-39cb-43d3-8c4c-4d611be537b3",
"pageLayoutG_UID": "Jq9gMv41Y0SFzk23lopKEg==",
"pageLayoutGuid": "3260af26-35fe-4463-85ce-4db7968a4a12",
"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>ZMYNCvJZh0ybWDLRu0umyQ==</G_UId>
<Guid>0a0dc664-59f2-4c87-9b58-32d1bb4ba6c9</Guid>
<LabelDefaultSettings>
<LabelPageLayoutDefaultSetting>
<Identifier>NBpn0cs500OMTE1hG+U3sw==</Identifier>
<IdentifierGuid>d1671a34-39cb-43d3-8c4c-4d611be537b3</IdentifierGuid>
<PageLayoutG_UID>Jq9gMv41Y0SFzk23lopKEg==</PageLayoutG_UID>
<PageLayoutGuid>3260af26-35fe-4463-85ce-4db7968a4a12</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
<LabelPageLayoutDefaultSetting>
<Identifier>NBpn0cs500OMTE1hG+U3sw==</Identifier>
<IdentifierGuid>d1671a34-39cb-43d3-8c4c-4d611be537b3</IdentifierGuid>
<PageLayoutG_UID>Jq9gMv41Y0SFzk23lopKEg==</PageLayoutG_UID>
<PageLayoutGuid>3260af26-35fe-4463-85ce-4db7968a4a12</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
</LabelDefaultSettings>
<LabelDesigns>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>Uj7WwUE/bE2AS9HSZQXFpg==</PageLayoutG_UID>
<PageLayoutGuid>c1d63e52-3f41-4d6c-804b-d1d26505c5a6</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>Uj7WwUE/bE2AS9HSZQXFpg==</PageLayoutG_UID>
<PageLayoutGuid>c1d63e52-3f41-4d6c-804b-d1d26505c5a6</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
</LabelDesigns>
<LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager">
<d2p1:LabelPageLayoutStorePrinter>
<d2p1:PageLayoutGuid>16129775-a2c2-4da5-8dfc-0d0c70a00246</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>16129775-a2c2-4da5-8dfc-0d0c70a00246</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": "0kvFwUt27UK4nEomEcNWDw==",
"guid": "c1c54bd2-764b-42ed-b89c-4a2611c3560f",
"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": "RuKZtBhid0WK5nq9ADHInA==",
"pageLayoutGuid": "b499e246-6218-4577-8ae6-7abd0031c89c",
"labelDesignName": "sample string 2",
"smallLabel": true,
"orderLabel": 1
},
{
"$ref": "2"
}
],
"labelPrinters": [
{
"$id": "3",
"pageLayoutGuid": "65ed1877-bda4-45a7-8e59-11661eb8dbdf",
"storeID": 2,
"printerName": "sample string 3",
"storeName": "sample string 4"
},
{
"$ref": "3"
}
],
"labelDefaultSettings": [
{
"$id": "4",
"identifier": "rTyKwGgPr0OWkCVwPrYmIA==",
"identifierGuid": "c08a3cad-0f68-43af-9690-25703eb62620",
"pageLayoutG_UID": "87ZmqpdROEul3yOk6D+ncA==",
"pageLayoutGuid": "aa66b6f3-5197-4b38-a5df-23a4e83fa770",
"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>0kvFwUt27UK4nEomEcNWDw==</G_UId>
<Guid>c1c54bd2-764b-42ed-b89c-4a2611c3560f</Guid>
<LabelDefaultSettings>
<LabelPageLayoutDefaultSetting>
<Identifier>rTyKwGgPr0OWkCVwPrYmIA==</Identifier>
<IdentifierGuid>c08a3cad-0f68-43af-9690-25703eb62620</IdentifierGuid>
<PageLayoutG_UID>87ZmqpdROEul3yOk6D+ncA==</PageLayoutG_UID>
<PageLayoutGuid>aa66b6f3-5197-4b38-a5df-23a4e83fa770</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
<LabelPageLayoutDefaultSetting>
<Identifier>rTyKwGgPr0OWkCVwPrYmIA==</Identifier>
<IdentifierGuid>c08a3cad-0f68-43af-9690-25703eb62620</IdentifierGuid>
<PageLayoutG_UID>87ZmqpdROEul3yOk6D+ncA==</PageLayoutG_UID>
<PageLayoutGuid>aa66b6f3-5197-4b38-a5df-23a4e83fa770</PageLayoutGuid>
<PrintRequestType>Shelf</PrintRequestType>
<StoreID>3</StoreID>
</LabelPageLayoutDefaultSetting>
</LabelDefaultSettings>
<LabelDesigns>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>RuKZtBhid0WK5nq9ADHInA==</PageLayoutG_UID>
<PageLayoutGuid>b499e246-6218-4577-8ae6-7abd0031c89c</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
<LabelPageLayoutDesign>
<LabelDesignName>sample string 2</LabelDesignName>
<OrderLabel>1</OrderLabel>
<PageLayoutG_UID>RuKZtBhid0WK5nq9ADHInA==</PageLayoutG_UID>
<PageLayoutGuid>b499e246-6218-4577-8ae6-7abd0031c89c</PageLayoutGuid>
<SmallLabel>true</SmallLabel>
</LabelPageLayoutDesign>
</LabelDesigns>
<LabelPrinters xmlns:d2p1="http://gapsolutions.com.au/schema/ezimanager">
<d2p1:LabelPageLayoutStorePrinter>
<d2p1:PageLayoutGuid>65ed1877-bda4-45a7-8e59-11661eb8dbdf</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>65ed1877-bda4-45a7-8e59-11661eb8dbdf</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 6��\�n6� 5 xl/workbook.xml � (� ����0D�H��s!CE�6E��,�����@J�ngv���ɸ�1f 5j_���!1/zT�/Ƣ�w�q
�,���k#�
u`I���A�{i=�h���u���7��iu>fO��_�l�u��-�~S|��"��� ��ν-iL�+�<<�&�o)���5��������PK 6��\���� � [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
6��\L�' ' _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="R8032babd15c84e36" /></Relationships>PK 6��\C� �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 %8��������,�1��JIrZ�j=;�u�����Z�ߩ�N��Ł�ZS�����zY륹_���RrJ4ק��֫��K�z��E $�ņ�7FM`���%�c%�T��æ�TSI(�U�q�9LL�F�jA�DLthR��� &�P�KD�Pp�;��M0��H��x�A@�&�@`x��a'�(b#�<P0��{�Y�M�4���1`D&�v���w�n���$2!)#�8y�$�6�
� �
i=�z�$��IT|�eN0���p���6�J��$rO!�4��c�:��QMFy�����WpYT'=�|e�N�(|�kk�O�.q�'H��� �%>� �%�����������7}Bu�/}Bw���,S�9���IJ���|��@,co������w ����e���}t��rw�@ZwC��$�vH_d�}�@,������A\c`��0kv�͚zǒ,��)��n�줛�^�;E;ݝ���N�Nt�hgٱWˎ���Nq�h����B����l������Ʃ����q~�ee�W���_��_PK 6��\
�t�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8N����ݰa[z��3��&vd�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ�����-�,FV�n�}����n�;1��`�9��bC&����M27�M���1���3�#�ċ<��_2�����CtZ��:Md�`���1�l�����O)�KY�{�Z���nJT��j)��o��y�����/dD)u#Hb's�R��2=u�ѧK/��党.$�DYɃ�%�������PK 6��\Ѓ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 6��\S�i� xl/sharedStrings.xml � (� �T�n�@������)N�F��(8�CT��2�J{��C����VAp����9�˙!�x���
�r�R3�b��N���N<�T�Th)���"K�E�I�MI��~C�����JI�=M�� -m�R��l�
%�xLw
S2���)����?���Y��͏��2 1K��v|�mh�;�B%�{�����T#�-e������ZU9�b�}���<���np���v��ԈZN��x����j*��[������]! �%�츣�#�G��Q�}CW`y=�d��V����(&�-�.{���C�El�(��?[-
C������*��|��UC������U{�i��4-'�u'���K܀�Y��F�Lj[��x������|K���[]����v�'i���t�䝓�w�����zU^%�-�PK- 6��\�n6� 5 xl/workbook.xmlPK- 6��\���� � [Content_Types].xmlPK-
6��\L�' ' V _rels/.relsPK- 6��\C� �N � � xl/worksheets/sheet1.xmlPK- 6��\
�t�� P b xl/_rels/workbook.xml.relsPK- 6��\Ѓc'2 E
� xl/styles.xmlPK- 6��\S�i� !
xl/sharedStrings.xmlPK � &
application/vnd.ms-excel
PK 6��\ռ�E� 5 xl/workbook.xml � (� ����0��&�C��b )��x��}�E�O�||K $���~;|�vl��GN������`̵Jp'mP�]���}1����Z�o�ʳ���1�x���qt���r�"tn@�rZQ����@_�=�.�`lu��5�~S<������%��%ѹw%M(���#����y�y�]��wg���PK 6��\���� � [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
6��\�BG"' ' _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="R49a78f0bab2d4f98" /></Relationships>PK 6��\C� �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 %8��������,�1��JIrZ�j=;�u�����Z�ߩ�N��Ł�ZS�����zY륹_���RrJ4ק��֫��K�z��E $�ņ�7FM`���%�c%�T��æ�TSI(�U�q�9LL�F�jA�DLthR��� &�P�KD�Pp�;��M0��H��x�A@�&�@`x��a'�(b#�<P0��{�Y�M�4���1`D&�v���w�n���$2!)#�8y�$�6�
� �
i=�z�$��IT|�eN0���p���6�J��$rO!�4��c�:��QMFy�����WpYT'=�|e�N�(|�kk�O�.q�'H��� �%>� �%�����������7}Bu�/}Bw���,S�9���IJ���|��@,co������w ����e���}t��rw�@ZwC��$�vH_d�}�@,������A\c`��0kv�͚zǒ,��)��n�줛�^�;E;ݝ���N�Nt�hgٱWˎ���Nq�h����B����l������Ʃ����q~�ee�W���_��_PK 6��\��#�� P xl/_rels/workbook.xml.rels � (� ��MN�0F�b͞8I���ݰa[z���DM��v���G�
XE�Tb�����==i���c�{�F��kjIJF�v0]M���*�m7{�2� ��gq�����ν�1I��&v�u�1u��:�<KӒ�%����p����zPx��4��?��պ��@� ]�P�O��KI�{jk�R�����2�l���p���Jg�����q[�^:����K/��党X�5J��X�M������PK 6��\Ѓ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 6��\S�i� xl/sharedStrings.xml � (� �T�n�@������)N�F��(8�CT��2�J{��C����VAp����9�˙!�x���
�r�R3�b��N���N<�T�Th)���"K�E�I�MI��~C�����JI�=M�� -m�R��l�
%�xLw
S2���)����?���Y��͏��2 1K��v|�mh�;�B%�{�����T#�-e������ZU9�b�}���<���np���v��ԈZN��x����j*��[������]! �%�츣�#�G��Q�}CW`y=�d��V����(&�-�.{���C�El�(��?[-
C������*��|��UC������U{�i��4-'�u'���K܀�Y��F�Lj[��x������|K���[]����v�'i���t�䝓�w�����zU^%�-�PK- 6��\ռ�E� 5 xl/workbook.xmlPK- 6��\���� � � [Content_Types].xmlPK-
6��\�BG"' ' U _rels/.relsPK- 6��\C� �N � � xl/worksheets/sheet1.xmlPK- 6��\��#�� P a xl/_rels/workbook.xml.relsPK- 6��\Ѓc'2 E
� xl/styles.xmlPK- 6��\S�i�
xl/sharedStrings.xmlPK � $