GET api/pde/order/id/{id}
Returns the order details as needed to summarise them for the PDE order receiving screen.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PdeOrderHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifier | globally unique identifier |
None. |
|
| BackToBack | integer |
None. |
|
| B2bGuid | Collection of byte |
None. |
|
| B2bIdentifier | globally unique identifier |
None. |
|
| Status | OrderStatus |
None. |
|
| Created | date |
None. |
|
| CreatedLocal | date |
None. |
|
| CreatedByUser | string |
String length: inclusive between 0 and 255 |
|
| StoreID | integer |
None. |
|
| TransferGuid | Collection of byte |
None. |
|
| TransferIdentifier | globally unique identifier |
None. |
|
| TransferInvoiceIdentifier | Collection of byte |
None. |
|
| TransferInvoiceGuid | globally unique identifier |
None. |
|
| TransferType | TransferType |
None. |
|
| SupplierIdentifier | Collection of byte |
None. |
|
| SupplierIdentifierGuid | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Rows | integer |
None. |
|
| Cartons | integer |
None. |
|
| Units | integer |
None. |
|
| SentCount | integer |
None. |
|
| Sent | date |
None. |
|
| SentLocal | date |
None. |
|
| SentByUser | string |
String length: inclusive between 0 and 255 |
|
| LastSentStatus | integer |
None. |
|
| Received | date |
None. |
|
| ReceivedLocal | date |
None. |
|
| Completed | date |
None. |
|
| CompletedLocal | date |
None. |
|
| Updated | date |
None. |
|
| UpdatedLocal | date |
None. |
|
| WarehouseNote | string |
None. |
|
| WarehouseRef | string |
None. |
|
| PdeSerialNumber | string |
None. |
|
| TradingPartner | OrderTradingPartner |
None. |
|
| OrderType | string |
String length: inclusive between 0 and 20 |
|
| OrderTypeDescription | string |
String length: inclusive between 0 and 255 |
|
| StateCode | string |
String length: inclusive between 0 and 20 |
|
| MailCarbonCopy |
When Placing an order via email, send a Blind Carbon Copy to the current User |
boolean |
None. |
| MailTo | string |
None. |
|
| MailBcc | string |
None. |
|
| Liquor | boolean |
None. |
|
| Summary | string |
Data type: MultilineText |
|
| Notes | string |
Data type: MultilineText |
|
| SupplierName | string |
None. |
|
| StoreName | string |
None. |
|
| OrderCode | OrderCode |
None. |
|
| PdeDetails | Collection of PdeOrderDetail |
None. |
Response Formats
application/json, text/json
Sample:
{
"orderID": 1,
"orderGuid": "lc5E77KfnUCRu41jWJfwGw==",
"orderIdentifier": "ef44ce95-9fb2-409d-91bb-8d635897f01b",
"backToBack": 1,
"b2bGuid": "PJ57L6i36UmFysc49n9DOw==",
"b2bIdentifier": "2f7b9e3c-b7a8-49e9-85ca-c738f67f433b",
"status": 2,
"created": "2026-06-03T18:36:49.7397338",
"createdLocal": "2026-06-03T18:36:49.7397338",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "whg3sGIOm0Sh1e/FfmP6PQ==",
"transferIdentifier": "b03718c2-0e62-449b-a1d5-efc57e63fa3d",
"transferInvoiceIdentifier": "6gNZQ+KPYU2mLEtyYjuu9Q==",
"transferInvoiceGuid": "435903ea-8fe2-4d61-a62c-4b72623baef5",
"transferType": 1,
"supplierIdentifier": "aU7HvpTc/UuC/xzdz7VjKg==",
"supplierIdentifierGuid": "bec74e69-dc94-4bfd-82ff-1cddcfb5632a",
"description": "sample string 4",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:36:49.7397338",
"sentLocal": "2026-06-03T18:36:49.7397338",
"sentByUser": "sample string 5",
"lastSentStatus": 1,
"received": "2026-06-03T18:36:49.7397338",
"receivedLocal": "2026-06-03T18:36:49.7397338",
"completed": "2026-06-03T18:36:49.7397338",
"completedLocal": "2026-06-03T18:36:49.7397338",
"updated": "2026-06-03T18:36:49.7397338",
"updatedLocal": "2026-06-03T18:36:49.7397338",
"warehouseNote": "sample string 6",
"warehouseRef": "sample string 7",
"pdeSerialNumber": "sample string 8",
"tradingPartner": 1,
"orderType": "sample string 1",
"orderTypeDescription": "sample string 2",
"stateCode": "sample string 11",
"mailCarbonCopy": true,
"mailTo": "sample string 13",
"mailBcc": "sample string 14",
"liquor": true,
"summary": "sample string 16",
"notes": "sample string 17",
"supplierName": "sample string 18",
"storeName": "sample string 19",
"orderCode": {
"$id": "2",
"code": "sample string 1",
"description": "sample string 2"
},
"pdeDetails": [
{
"$id": "3",
"id": 1,
"orderGuid": "pmD+KIckIESuUQw3Ccs7bg==",
"orderIdentifier": "28fe60a6-2487-4420-ae51-0c3709cb3b6e",
"pluG_UID": "9JQgZVWL50iin5nOeBKFQQ==",
"pluGuid": "652094f4-8b55-48e7-a29f-99ce78128541",
"apn": "sample string 1",
"cartonCost": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"receivedCartons": 1,
"receivedUnits": 1,
"description": "sample string 2",
"unitCost": 1,
"unitCostDecimals": 3,
"currentUnitCost": 1,
"currentUnitCostDecimals": 1,
"cartonQuantity": 1
},
{
"$ref": "3"
}
]
}
application/xml, text/xml
Sample:
<PdeOrderHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Orders">
<B2bGuid>PJ57L6i36UmFysc49n9DOw==</B2bGuid>
<B2bIdentifier>2f7b9e3c-b7a8-49e9-85ca-c738f67f433b</B2bIdentifier>
<BackToBack>1</BackToBack>
<Cartons>1</Cartons>
<Completed>2026-06-03T18:36:49.7397338+00:00</Completed>
<CompletedLocal>2026-06-03T18:36:49.7397338+00:00</CompletedLocal>
<Created>2026-06-03T18:36:49.7397338+00:00</Created>
<CreatedByUser>sample string 3</CreatedByUser>
<CreatedLocal>2026-06-03T18:36:49.7397338+00:00</CreatedLocal>
<Description>sample string 4</Description>
<LastSentStatus>1</LastSentStatus>
<Liquor>true</Liquor>
<MailBcc>sample string 14</MailBcc>
<MailCarbonCopy>true</MailCarbonCopy>
<MailTo>sample string 13</MailTo>
<Notes>sample string 17</Notes>
<OrderCode xmlns:d2p1="http://schemas.datacontract.org/2004/07/EziManager.Models.Integrations.Ordering">
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Description>sample string 2</d2p1:Description>
</OrderCode>
<OrderGuid>lc5E77KfnUCRu41jWJfwGw==</OrderGuid>
<OrderID>1</OrderID>
<OrderIdentifier>ef44ce95-9fb2-409d-91bb-8d635897f01b</OrderIdentifier>
<OrderType>sample string 1</OrderType>
<OrderTypeDescription>sample string 2</OrderTypeDescription>
<PdeDetails>
<PdeOrderDetail>
<APN>sample string 1</APN>
<CartonCost>1</CartonCost>
<CartonQuantity>1</CartonQuantity>
<Cartons>1</Cartons>
<CurrentUnitCost>1</CurrentUnitCost>
<CurrentUnitCostDecimals>1</CurrentUnitCostDecimals>
<Description>sample string 2</Description>
<ID>1</ID>
<OrderGuid>pmD+KIckIESuUQw3Ccs7bg==</OrderGuid>
<OrderIdentifier>28fe60a6-2487-4420-ae51-0c3709cb3b6e</OrderIdentifier>
<PLUG_UID>9JQgZVWL50iin5nOeBKFQQ==</PLUG_UID>
<PluGuid>652094f4-8b55-48e7-a29f-99ce78128541</PluGuid>
<ReceivedCartons>1</ReceivedCartons>
<ReceivedUnits>1</ReceivedUnits>
<UnitCost>1</UnitCost>
<UnitCostDecimals>3</UnitCostDecimals>
<Units>1</Units>
<Weight>1</Weight>
</PdeOrderDetail>
<PdeOrderDetail>
<APN>sample string 1</APN>
<CartonCost>1</CartonCost>
<CartonQuantity>1</CartonQuantity>
<Cartons>1</Cartons>
<CurrentUnitCost>1</CurrentUnitCost>
<CurrentUnitCostDecimals>1</CurrentUnitCostDecimals>
<Description>sample string 2</Description>
<ID>1</ID>
<OrderGuid>pmD+KIckIESuUQw3Ccs7bg==</OrderGuid>
<OrderIdentifier>28fe60a6-2487-4420-ae51-0c3709cb3b6e</OrderIdentifier>
<PLUG_UID>9JQgZVWL50iin5nOeBKFQQ==</PLUG_UID>
<PluGuid>652094f4-8b55-48e7-a29f-99ce78128541</PluGuid>
<ReceivedCartons>1</ReceivedCartons>
<ReceivedUnits>1</ReceivedUnits>
<UnitCost>1</UnitCost>
<UnitCostDecimals>3</UnitCostDecimals>
<Units>1</Units>
<Weight>1</Weight>
</PdeOrderDetail>
</PdeDetails>
<PdeSerialNumber>sample string 8</PdeSerialNumber>
<Received>2026-06-03T18:36:49.7397338+00:00</Received>
<ReceivedLocal>2026-06-03T18:36:49.7397338+00:00</ReceivedLocal>
<Rows>1</Rows>
<Sent>2026-06-03T18:36:49.7397338+00:00</Sent>
<SentByUser>sample string 5</SentByUser>
<SentCount>1</SentCount>
<SentLocal>2026-06-03T18:36:49.7397338+00:00</SentLocal>
<StateCode>sample string 11</StateCode>
<Status>2</Status>
<StoreID>1</StoreID>
<StoreName>sample string 19</StoreName>
<Summary>sample string 16</Summary>
<SupplierIdentifier>aU7HvpTc/UuC/xzdz7VjKg==</SupplierIdentifier>
<SupplierIdentifierGuid>bec74e69-dc94-4bfd-82ff-1cddcfb5632a</SupplierIdentifierGuid>
<SupplierName>sample string 18</SupplierName>
<TradingPartner>1</TradingPartner>
<TransferGuid>whg3sGIOm0Sh1e/FfmP6PQ==</TransferGuid>
<TransferIdentifier>b03718c2-0e62-449b-a1d5-efc57e63fa3d</TransferIdentifier>
<TransferInvoiceGuid>435903ea-8fe2-4d61-a62c-4b72623baef5</TransferInvoiceGuid>
<TransferInvoiceIdentifier>6gNZQ+KPYU2mLEtyYjuu9Q==</TransferInvoiceIdentifier>
<TransferType>1</TransferType>
<Units>1</Units>
<Updated>2026-06-03T18:36:49.7397338+00:00</Updated>
<UpdatedLocal>2026-06-03T18:36:49.7397338+00:00</UpdatedLocal>
<WarehouseNote>sample string 6</WarehouseNote>
<WarehouseRef>sample string 7</WarehouseRef>
</PdeOrderHeader>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ���\� �ŷ 5 xl/workbook.xml � (� ����0D{$�������*
-�6�JlG^����P"����ξ�;�<�k�Ǵ�2�sB� A�B�s�aW;o ҿ��k]a骷ADEG᱅��%�;�3�u�I
1�vF�
crlv���$c�;�L�!�l���`0�%�lr�Ϝǜ�L��p�4�$�4��=�5_�+L��w�PK ���\���� � [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
���\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="R858f1eacfcd74875" /></Relationships>PK ���\ ZN xl/worksheets/sheet1.xml � (� ��[S�<��J&��#�V��qK)�HO@{���&S3����*!���NL| ~w%�z^�^�������áL�p�-���l��px_���/���O9Ͳj��Eq8�V�Ѩ��f�q��w�"\�ɋ��
_�ߣ��fv�����lQ�@3*��q�*���r���9�ʻ"OVS��>���g����d�/g?(���a*_�W0��V�Y�Xn},o��<���r69��v���F?/��f|[}�O���i\ҫ����\��gK������lRM�>�(��}Y��˧?�X�T�:��I�h�"
/����պ^m�M�q
�Y/�������z|�8��҂���z]�{�߬�������(��;��]��=}w�:W��Qk� ��~]�{�K�uLlX0!��l��r�ܾ����K����w�)У�t�>�'k�@%���ڣU"zR7�������p
"{�l/b �.{�lGxd�O��I�X�����ȡ�AT�� &m��!�(}O� �b��+"{o{�}����A����(1��S��CD�gx!��o��������a ������AD�������e�hrб*��D�9�����:ѨH4��CDQA�9la��Oeݸp�ub*�p�&\،�
���;:D"��ɓ�D*��˜U�^h�u�]D"U�H#%����,:vd�T��]D$U�$��I�U����)F$Q�\�H��v2�$��J
%���D�;��$��6O�����E�}ǎ,���!���o��"��"�X��. �� �v率�Ȣ�Y�:xZ�A�O(����ի����X]�����\� �w�2�J=���òv�x�VȦ�u[M�q[���7m6'm�n*��8m+lSq�V���][ᛊ��c��������[?1��gFB�=g$��/��X���o�1b�wFB����Fܽ`$��KFBܽb$�ݟ������wS&�@�M��7�HN�(q8e¨��)GE<N�@*br�DR�S&��2�T�g&����$SQ��h*�3�ME}f�g&�H}f��g&�H}f��g&�H}f"��g&�H}fB��g&�X�<
��ԃ�ԃus���VCM�5#!]�w��{�FBV�������54҆'x����Ѱ�=_���A������}� �Sw�ό� z�c�_�G��H�� ����I��q�bǵ����?�/���(
鮼���?V�z���7{hO�о�C{�I5gm��'SC=ߕӔ ��� �TC�&��'LV
=N�
=N��z�0�m����P��3�P?�K��е�d4t-�M�OG�h�%p��'Yq��UV�^7��;�PK ���\��|� P xl/_rels/workbook.xml.rels � (� ��An� E��f_c�]�QH6�t��Ɗ
��9[=R�P�J-���&+4��i������m���0:+�%�������ka���q�1�f\IOl`b\֔ep��p�����2��t��(�����>g�5�����>8u���?����c0��A����(����D����
rޭZ�JVI��Л��x�0�z}יL���:�vu�U}S#=�OѧM�Ny�� �s]ɖ5��*�/j��_l� PK ���\Ѓ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 ���\�Qs�� � xl/sharedStrings.xml � (� ��kO�0��J��N�Ks��"�0�A�>�Is�c��ؙ�u�~N���n�/U�>>>�9�q�8��ԓgP�K��pL@I�x\��Ϩ&�`Aq-,��`r�Zhm&6T�e�dL�i:�� �Cق��I�`c�ǩn`�� LSO��,�6��`Bd'�2��`� ���ͻ`S��¬�(
��t15�Ŵ�>���^pAA�8�!^c�c+�O�ĕo?+���`�顺�Ok���U����zw�}Y��[��f�*���G_!�%'��Dzmw-8��ڶ�c'qW�r��&����t�n�/�X)�^p�w6��x>�Ӽ-쁿�X����r��k�7��ٴ5�L��a�-�9�U��|�
�d��Z����ؐ�P��q}�5��V�%sc�$\��b������:ۛ�:�W������|t+}������+7
V��}�\��7�������=���){V7�Nh����÷!���9*Y�tVRTFU�
�%���,��11˫��(-�DŜ`D�`Y��$qb4�mi�$��|�q5K� 1�Af�����#`d�C�0�8�M�y9K �����Y�p�Vy��I��͝<@��QR�v%���C���j�%1?z:�����l����8��D;�[�96�8��#Պ��#:R��XE�!?�ï�����+;E�/��G��{D�����9{����k /A�`/0N�K�����Mqv�y�P�vL��^f��8N���_PK- ���\� �ŷ 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\z�/' ' V _rels/.relsPK- ���\ ZN � xl/worksheets/sheet1.xmlPK- ���\��|� P b xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
�
xl/styles.xmlPK- ���\�Qs�� � " xl/sharedStrings.xmlPK � G
application/vnd.ms-excel
Sample:
PK ���\�#�1� 5 xl/workbook.xml � (� ����0D�&�C��("� '.^=x_�VhK��|K $��ξ�r2�ӓ��+lE;�ǂ1�;T�fDv�X>H�bFɱ1��P{vJ��8��F�N��.�Xn������i��R��'e0ֺ�I�b��2¶����m�%ѹ�=Rb�;�0��k��)��H���`%[�_PK ���\���� � [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^/' ' _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="R9f7e5a9bd1f0425a" /></Relationships>PK ���\ ZN xl/worksheets/sheet1.xml � (� ��[S�<��J&��#�V��qK)�HO@{���&S3����*!���NL| ~w%�z^�^�������áL�p�-���l��px_���/���O9Ͳj��Eq8�V�Ѩ��f�q��w�"\�ɋ��
_�ߣ��fv�����lQ�@3*��q�*���r���9�ʻ"OVS��>���g����d�/g?(���a*_�W0��V�Y�Xn},o��<���r69��v���F?/��f|[}�O���i\ҫ����\��gK������lRM�>�(��}Y��˧?�X�T�:��I�h�"
/����պ^m�M�q
�Y/�������z|�8��҂���z]�{�߬�������(��;��]��=}w�:W��Qk� ��~]�{�K�uLlX0!��l��r�ܾ����K����w�)У�t�>�'k�@%���ڣU"zR7�������p
"{�l/b �.{�lGxd�O��I�X�����ȡ�AT�� &m��!�(}O� �b��+"{o{�}����A����(1��S��CD�gx!��o��������a ������AD�������e�hrб*��D�9�����:ѨH4��CDQA�9la��Oeݸp�ub*�p�&\،�
���;:D"��ɓ�D*��˜U�^h�u�]D"U�H#%����,:vd�T��]D$U�$��I�U����)F$Q�\�H��v2�$��J
%���D�;��$��6O�����E�}ǎ,���!���o��"��"�X��. �� �v率�Ȣ�Y�:xZ�A�O(����ի����X]�����\� �w�2�J=���òv�x�VȦ�u[M�q[���7m6'm�n*��8m+lSq�V���][ᛊ��c��������[?1��gFB�=g$��/��X���o�1b�wFB����Fܽ`$��KFBܽb$�ݟ������wS&�@�M��7�HN�(q8e¨��)GE<N�@*br�DR�S&��2�T�g&����$SQ��h*�3�ME}f�g&�H}f��g&�H}f��g&�H}f"��g&�H}fB��g&�X�<
��ԃ�ԃus���VCM�5#!]�w��{�FBV�������54҆'x����Ѱ�=_���A������}� �Sw�ό� z�c�_�G��H�� ����I��q�bǵ����?�/���(
鮼���?V�z���7{hO�о�C{�I5gm��'SC=ߕӔ ��� �TC�&��'LV
=N�
=N��z�0�m����P��3�P?�K��е�d4t-�M�OG�h�%p��'Yq��UV�^7��;�PK ���\�O� P xl/_rels/workbook.xml.rels � (� ���N!�_�pwa�WSڋ��/@af�tP����G�$5�m��KOd~_�������y�Gg-N X��hAO �Vt�Y�`�)߈f��'6
jR��Ee`��pl��L��R� ��caɠ�L�?{��!�
�:�`�`���1�D�^���?Qd��,2��'-�N�ж�}��Z6�y|v3����_��z!���ҫ����7�12�~N!oz鴌jU�����D�T5v�/6_PK ���\Ѓ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 ���\�Qs�� � xl/sharedStrings.xml � (� ��kO�0��J��N�Ks��"�0�A�>�Is�c��ؙ�u�~N���n�/U�>>>�9�q�8��ԓgP�K��pL@I�x\��Ϩ&�`Aq-,��`r�Zhm&6T�e�dL�i:�� �Cق��I�`c�ǩn`�� LSO��,�6��`Bd'�2��`� ���ͻ`S��¬�(
��t15�Ŵ�>���^pAA�8�!^c�c+�O�ĕo?+���`�顺�Ok���U����zw�}Y��[��f�*���G_!�%'��Dzmw-8��ڶ�c'qW�r��&����t�n�/�X)�^p�w6��x>�Ӽ-쁿�X����r��k�7��ٴ5�L��a�-�9�U��|�
�d��Z����ؐ�P��q}�5��V�%sc�$\��b������:ۛ�:�W������|t+}������+7
V��}�\��7�������=���){V7�Nh����÷!���9*Y�tVRTFU�
�%���,��11˫��(-�DŜ`D�`Y��$qb4�mi�$��|�q5K� 1�Af�����#`d�C�0�8�M�y9K �����Y�p�Vy��I��͝<@��QR�v%���C���j�%1?z:�����l����8��D;�[�96�8��#Պ��#:R��XE�!?�ï�����+;E�/��G��{D�����9{����k /A�`/0N�K�����Mqv�y�P�vL��^f��8N���_PK- ���\�#�1� 5 xl/workbook.xmlPK- ���\���� � � [Content_Types].xmlPK-
���\`3^/' ' U _rels/.relsPK- ���\ ZN � xl/worksheets/sheet1.xmlPK- ���\�O� P a xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
�
xl/styles.xmlPK- ���\�Qs�� � xl/sharedStrings.xmlPK � D