GET api/deal/{id}
Load deal cost header
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Deal cost header identifier |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Matching deal cost header
DealCostHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| HeaderIdentifier | Collection of byte |
None. |
|
| HeaderIdentifierGuid | globally unique identifier |
None. |
|
| SupplierIdentifier | Collection of byte |
None. |
|
| SupplierGuid | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Start | date |
Data type: Date |
|
| End | date |
Data type: Date |
|
| Type | DealCostType |
None. |
|
| PromoType | PromoType |
None. |
|
| FromHost |
FromHost identifying the source, see |
integer |
None. |
| Created | date |
None. |
|
| CreatedByUser | string |
None. |
|
| Updated |
Local updated time |
date |
None. |
| UpdatedByUser | string |
None. |
|
| Deleted | boolean |
None. |
|
| SupplierName |
Supplier name |
string |
Relation. This field may not always be loaded or used for updates. |
| StoreNames |
Concatenated list of the stores that the deal cost header is in |
string |
Relation. This field may not always be loaded or used for updates. |
| StoreIDs |
StoreIDs for the deal cost to be updated to |
Collection of integer |
Relation. This field may not always be loaded or used for updates. |
| MasterPLUG_UID | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| MasterPluGuid |
Product for the deal cost header |
globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
| DealCosts |
Deal costs to update |
Collection of DealCost |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"headerIdentifier": "nlzOVx4umEeB2JbczwNpFA==",
"headerIdentifierGuid": "57ce5c9e-2e1e-4798-81d8-96dccf036914",
"supplierIdentifier": "s8Heca+GQUCBI7MOHjfrgA==",
"supplierGuid": "71dec1b3-86af-4041-8123-b30e1e37eb80",
"description": "sample string 2",
"start": "2026-06-03T18:32:15.756518",
"end": "2026-06-03T18:32:15.756518",
"type": 5,
"promoType": 6,
"fromHost": 7,
"created": "2026-06-03T18:32:15.756518",
"createdByUser": "sample string 9",
"updated": "2026-06-03T18:32:15.756518",
"updatedByUser": "sample string 11",
"deleted": true,
"supplierName": "sample string 13",
"storeNames": "sample string 14",
"storeIDs": [
1,
2
],
"masterPLUG_UID": "CzQsxDkAg0e5mn3qD4cndg==",
"masterPluGuid": "c42c340b-0039-4783-b99a-7dea0f872776",
"dealCosts": [
{
"$id": "2",
"headerIdentifier": "dJCnrvPQpEGQNFIDqm1cNQ==",
"headerIdentifierGuid": "aea79074-d0f3-41a4-9034-5203aa6d5c35",
"identifier": "UWe/EIAadUenmSXXJe4sWg==",
"identifierGuid": "10bf6751-1a80-4775-a799-25d725ee2c5a",
"supplierIdentifier": "kWPGSZ9KnEeGRkW9/1Oxxw==",
"supplierGuid": "49c66391-4a9f-479c-8646-45bdff53b1c7",
"pluG_UID": "3W8FThhCgEC6gxzSIgLGdg==",
"pluGuid": "4e056fdd-4218-4080-ba83-1cd22202c676",
"campaignName": "ab5ed4a3-c4da-43c5-9cf4-53b4d8e0fa75",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:15.756518",
"end": "2026-06-03T18:32:15.756518",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "MrJHuBPNNUWMyoH/XsTNgQ==",
"bonusItemPluGuid": "b847b232-cd13-4535-8cca-81ff5ec4cd81",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:15.756518",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:32:15.756518",
"campaignEndDate": "2026-06-03T18:32:15.756518",
"masterPLUG_UID": "O5dJD14ig0WV9f0ULUvrSQ==",
"masterID": "0f49973b-225e-4583-95f5-fd142d4beb49",
"productName": "sample string 22",
"productAPN": "sample string 23",
"orderCode": "sample string 24",
"normalSell": 25,
"normalCost": 26,
"normalCostDecimals": 27,
"cartonQuantity": 28,
"salesMode": 29,
"orderPacked": 30,
"fuelItem": true,
"active": true,
"bonusMasterPLUG_UID": "PoKymyLKIUClSwaUDOasLg==",
"bonusMasterID": "9bb2823e-ca22-4021-a54b-06940ce6ac2e",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
},
{
"$ref": "2"
}
]
}
application/xml, text/xml
<DealCostHeader xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gapsolutions.com.au/schema/ezimanager">
<Created>2026-06-03T18:32:15.756518+00:00</Created>
<CreatedByUser>sample string 9</CreatedByUser>
<DealCosts>
<DealCost>
<Active>true</Active>
<BonusActive>true</BonusActive>
<BonusCartonQuantity>40</BonusCartonQuantity>
<BonusFuelItem>true</BonusFuelItem>
<BonusItemPLUG_UID>MrJHuBPNNUWMyoH/XsTNgQ==</BonusItemPLUG_UID>
<BonusItemPluGuid>b847b232-cd13-4535-8cca-81ff5ec4cd81</BonusItemPluGuid>
<BonusMasterID>9bb2823e-ca22-4021-a54b-06940ce6ac2e</BonusMasterID>
<BonusMasterPLUG_UID>PoKymyLKIUClSwaUDOasLg==</BonusMasterPLUG_UID>
<BonusNormalCost>38</BonusNormalCost>
<BonusNormalCostDecimals>39</BonusNormalCostDecimals>
<BonusNormalSell>37</BonusNormalSell>
<BonusOrderCode>sample string 36</BonusOrderCode>
<BonusOrderPacked>42</BonusOrderPacked>
<BonusProductAPN>sample string 35</BonusProductAPN>
<BonusProductName>sample string 34</BonusProductName>
<BonusPurchaseUnits>11</BonusPurchaseUnits>
<BonusReceiveUnits>12</BonusReceiveUnits>
<BonusSalesMode>41</BonusSalesMode>
<CampaignActive>true</CampaignActive>
<CampaignDescription>sample string 18</CampaignDescription>
<CampaignEndDate>2026-06-03T18:32:15.756518+00:00</CampaignEndDate>
<CampaignMetcashPromotionID>sample string 19</CampaignMetcashPromotionID>
<CampaignName>ab5ed4a3-c4da-43c5-9cf4-53b4d8e0fa75</CampaignName>
<CampaignStartDate>2026-06-03T18:32:15.756518+00:00</CampaignStartDate>
<CartonQuantity>28</CartonQuantity>
<Cost>5</Cost>
<CostDecimals>6</CostDecimals>
<Description>sample string 4</Description>
<End>2026-06-03T18:32:15.756518+00:00</End>
<FromHost>15</FromHost>
<FuelItem>true</FuelItem>
<HeaderIdentifier>dJCnrvPQpEGQNFIDqm1cNQ==</HeaderIdentifier>
<HeaderIdentifierGuid>aea79074-d0f3-41a4-9034-5203aa6d5c35</HeaderIdentifierGuid>
<Identifier>UWe/EIAadUenmSXXJe4sWg==</Identifier>
<IdentifierGuid>10bf6751-1a80-4775-a799-25d725ee2c5a</IdentifierGuid>
<MasterID>0f49973b-225e-4583-95f5-fd142d4beb49</MasterID>
<MasterPLUG_UID>O5dJD14ig0WV9f0ULUvrSQ==</MasterPLUG_UID>
<MetcashPromotionID>sample string 14</MetcashPromotionID>
<NewPrice>1</NewPrice>
<NormalCost>26</NormalCost>
<NormalCostDecimals>27</NormalCostDecimals>
<NormalSell>25</NormalSell>
<OrderCode>sample string 24</OrderCode>
<OrderPacked>30</OrderPacked>
<PLUG_UID>3W8FThhCgEC6gxzSIgLGdg==</PLUG_UID>
<PluGuid>4e056fdd-4218-4080-ba83-1cd22202c676</PluGuid>
<ProductAPN>sample string 23</ProductAPN>
<ProductName>sample string 22</ProductName>
<PromoType>10</PromoType>
<SalesMode>29</SalesMode>
<Start>2026-06-03T18:32:15.756518+00:00</Start>
<StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</StoreIDs>
<StoreNames>sample string 16</StoreNames>
<SupplierGuid>49c66391-4a9f-479c-8646-45bdff53b1c7</SupplierGuid>
<SupplierIdentifier>kWPGSZ9KnEeGRkW9/1Oxxw==</SupplierIdentifier>
<SupplierName>sample string 17</SupplierName>
<Type>9</Type>
<Updated>2026-06-03T18:32:15.756518+00:00</Updated>
</DealCost>
<DealCost>
<Active>true</Active>
<BonusActive>true</BonusActive>
<BonusCartonQuantity>40</BonusCartonQuantity>
<BonusFuelItem>true</BonusFuelItem>
<BonusItemPLUG_UID>MrJHuBPNNUWMyoH/XsTNgQ==</BonusItemPLUG_UID>
<BonusItemPluGuid>b847b232-cd13-4535-8cca-81ff5ec4cd81</BonusItemPluGuid>
<BonusMasterID>9bb2823e-ca22-4021-a54b-06940ce6ac2e</BonusMasterID>
<BonusMasterPLUG_UID>PoKymyLKIUClSwaUDOasLg==</BonusMasterPLUG_UID>
<BonusNormalCost>38</BonusNormalCost>
<BonusNormalCostDecimals>39</BonusNormalCostDecimals>
<BonusNormalSell>37</BonusNormalSell>
<BonusOrderCode>sample string 36</BonusOrderCode>
<BonusOrderPacked>42</BonusOrderPacked>
<BonusProductAPN>sample string 35</BonusProductAPN>
<BonusProductName>sample string 34</BonusProductName>
<BonusPurchaseUnits>11</BonusPurchaseUnits>
<BonusReceiveUnits>12</BonusReceiveUnits>
<BonusSalesMode>41</BonusSalesMode>
<CampaignActive>true</CampaignActive>
<CampaignDescription>sample string 18</CampaignDescription>
<CampaignEndDate>2026-06-03T18:32:15.756518+00:00</CampaignEndDate>
<CampaignMetcashPromotionID>sample string 19</CampaignMetcashPromotionID>
<CampaignName>ab5ed4a3-c4da-43c5-9cf4-53b4d8e0fa75</CampaignName>
<CampaignStartDate>2026-06-03T18:32:15.756518+00:00</CampaignStartDate>
<CartonQuantity>28</CartonQuantity>
<Cost>5</Cost>
<CostDecimals>6</CostDecimals>
<Description>sample string 4</Description>
<End>2026-06-03T18:32:15.756518+00:00</End>
<FromHost>15</FromHost>
<FuelItem>true</FuelItem>
<HeaderIdentifier>dJCnrvPQpEGQNFIDqm1cNQ==</HeaderIdentifier>
<HeaderIdentifierGuid>aea79074-d0f3-41a4-9034-5203aa6d5c35</HeaderIdentifierGuid>
<Identifier>UWe/EIAadUenmSXXJe4sWg==</Identifier>
<IdentifierGuid>10bf6751-1a80-4775-a799-25d725ee2c5a</IdentifierGuid>
<MasterID>0f49973b-225e-4583-95f5-fd142d4beb49</MasterID>
<MasterPLUG_UID>O5dJD14ig0WV9f0ULUvrSQ==</MasterPLUG_UID>
<MetcashPromotionID>sample string 14</MetcashPromotionID>
<NewPrice>1</NewPrice>
<NormalCost>26</NormalCost>
<NormalCostDecimals>27</NormalCostDecimals>
<NormalSell>25</NormalSell>
<OrderCode>sample string 24</OrderCode>
<OrderPacked>30</OrderPacked>
<PLUG_UID>3W8FThhCgEC6gxzSIgLGdg==</PLUG_UID>
<PluGuid>4e056fdd-4218-4080-ba83-1cd22202c676</PluGuid>
<ProductAPN>sample string 23</ProductAPN>
<ProductName>sample string 22</ProductName>
<PromoType>10</PromoType>
<SalesMode>29</SalesMode>
<Start>2026-06-03T18:32:15.756518+00:00</Start>
<StoreIDs xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:int>1</d4p1:int>
<d4p1:int>2</d4p1:int>
</StoreIDs>
<StoreNames>sample string 16</StoreNames>
<SupplierGuid>49c66391-4a9f-479c-8646-45bdff53b1c7</SupplierGuid>
<SupplierIdentifier>kWPGSZ9KnEeGRkW9/1Oxxw==</SupplierIdentifier>
<SupplierName>sample string 17</SupplierName>
<Type>9</Type>
<Updated>2026-06-03T18:32:15.756518+00:00</Updated>
</DealCost>
</DealCosts>
<Deleted>true</Deleted>
<Description>sample string 2</Description>
<End>2026-06-03T18:32:15.756518+00:00</End>
<FromHost>7</FromHost>
<HeaderIdentifier>nlzOVx4umEeB2JbczwNpFA==</HeaderIdentifier>
<HeaderIdentifierGuid>57ce5c9e-2e1e-4798-81d8-96dccf036914</HeaderIdentifierGuid>
<MasterPLUG_UID>CzQsxDkAg0e5mn3qD4cndg==</MasterPLUG_UID>
<MasterPluGuid>c42c340b-0039-4783-b99a-7dea0f872776</MasterPluGuid>
<PromoType>6</PromoType>
<Start>2026-06-03T18:32:15.756518+00:00</Start>
<StoreIDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</StoreIDs>
<StoreNames>sample string 14</StoreNames>
<SupplierGuid>71dec1b3-86af-4041-8123-b30e1e37eb80</SupplierGuid>
<SupplierIdentifier>s8Heca+GQUCBI7MOHjfrgA==</SupplierIdentifier>
<SupplierName>sample string 13</SupplierName>
<Type>5</Type>
<Updated>2026-06-03T18:32:15.756518+00:00</Updated>
<UpdatedByUser>sample string 11</UpdatedByUser>
</DealCostHeader>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ��\
�l� 5 xl/workbook.xml � (� ����0��&�C��@�?�p��Ճ��lmmI[��o�H�������'���s=y�����T�8V���@8�m�I�
�$��9)��։�AY�eG�q���
J����Xa�]P��+ʀ�����s���),2ߺ�I�b�)����Ek�BJ���4��W:
���.�+%�tco0�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
��\�-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="Rcbea159605054fac" /></Relationships>PK ��\v��w � xl/worksheets/sheet1.xml � (� ��[s�@��
�����'�����m��gV1R� c~��
Ô��(�|�{8sh�w�Ϝ�0͢d�w�C��G�8���e>�!��Ao����4sG���$��<_��~6��q�y�"��I��A�?�~2�D�p���q8�}���p�U6����vH�l�����B<۔��h�z�HW_��I�I�=��w�:��W���p�ծ����M�����q�E��ˢ�S��I���/��:�>��6��Q2ˊW'��ֹN|�h�Oל����+`LJ�:�e�'�r�����R��z"<�8�R(�%����ԓ]�1N8�)J���ROw��G�T R1�:ڳR�v�'���R�=/�|�O"�!�l�^�zq�^�z��+(�]:U�T�/F��"�~=�*7hWy�s���8�����U� yzP�ȱ{���� I^&����PE��!T�~l�*~ ��Pd��u� "1�JRE�e�{BR̨�CH���,bT���1
]w��,�]x�KL`��@�V�7Ӵ�� �4Y9i��믯��eVl=�3=������%q�&�I\� �$�m�4��m�6��6���U��M�M�&q�&d��m�I��8f�zgAW�-�a�1|}� ��O�p�ق־X��Wb��fAw�-i۹��oc�w1�m����1���2� f�-���
)�BO�)ҿ�Q��p��'|S_3����f�����Y�������,Ռ}?Zc�OĈ�1"��F����vG��R�@�-6�����T����$�ô�B����PK ��\�^�k� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�$�
�n)���8"�#۴�l]�H�B-*�A�V��==i���c�{�B!��5P9�u���<T��n4`���Sdy��lJ�#�QY1~"�;ƇSNC�'T'�/�X�0g�-�/�����:���`���)Z�숡���O)�k(�L��8,�R���ZK���ZL����w>�Y)Zֵm��K��*c1�~N!_z�4/��L�meдB+Y����o�b�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 ��\�X�)� � xl/sharedStrings.xml � (� ��Qo�0��
�0��H*5I�H�T)�S5m�}I,��f��s�4�0���|>�\��߭~�6\�y��(@RŸ<����cT���D2"��y8� ��Em�
�U�yx����$���%&VHG�[bݫ>%��@�9�V$B��%\�U����0�%����&�-����'��e -o8�:��:��i��9���]'&����g�j�Y��-�k~o���d-�b�Cc�E�VM�G�\!��тW�*?�wx�ؔ�*O{V `���W�zG�[���$ٮ<}G���|�|?lWP�O������j���۷1�+(��
�R��*�2eeT��
³*�Ǟ"e@�#��i���d8:b���%{i;nf�� �W��4�>$�{�<�?����VZ����<�8G�!\��J�~U��`@PSYQ�>��TB �L��7 As?sc�o�?|G$9��w��0�z��o7{{��8���,�PK- ��\
�l� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\�-x' ' U _rels/.relsPK- ��\v��w � � xl/worksheets/sheet1.xmlPK- ��\�^�k� P ) xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
n xl/styles.xmlPK- ��\�X�)� � � xl/sharedStrings.xmlPK �
application/vnd.ms-excel
PK ��\U_Ժ� 5 xl/workbook.xml � (� ����0��&�C��E�FR8q���{-�m�?ik��-%�x�3;�����i�>z4��5�1��� $hցI��z�c��El�+�o
&�#�g�a�QY�r/�X�y�]� Q�Jsep��!��fS�2k��Dd ��˰�"+d���<r��s�j\`�+��;-h'N��-��{�1��n�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
��\�*{' ' _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="Rf1f5ed36d0174735" /></Relationships>PK ��\v��w � xl/worksheets/sheet1.xml � (� ��[s�@��
�����'�����m��gV1R� c~��
Ô��(�|�{8sh�w�Ϝ�0͢d�w�C��G�8���e>�!��Ao����4sG���$��<_��~6��q�y�"��I��A�?�~2�D�p���q8�}���p�U6����vH�l�����B<۔��h�z�HW_��I�I�=��w�:��W���p�ծ����M�����q�E��ˢ�S��I���/��:�>��6��Q2ˊW'��ֹN|�h�Oל����+`LJ�:�e�'�r�����R��z"<�8�R(�%����ԓ]�1N8�)J���ROw��G�T R1�:ڳR�v�'���R�=/�|�O"�!�l�^�zq�^�z��+(�]:U�T�/F��"�~=�*7hWy�s���8�����U� yzP�ȱ{���� I^&����PE��!T�~l�*~ ��Pd��u� "1�JRE�e�{BR̨�CH���,bT���1
]w��,�]x�KL`��@�V�7Ӵ�� �4Y9i��믯��eVl=�3=������%q�&�I\� �$�m�4��m�6��6���U��M�M�&q�&d��m�I��8f�zgAW�-�a�1|}� ��O�p�ق־X��Wb��fAw�-i۹��oc�w1�m����1���2� f�-���
)�BO�)ҿ�Q��p��'|S_3����f�����Y�������,Ռ}?Zc�OĈ�1"��F����vG��R�@�-6�����T����$�ô�B����PK ��\��� P xl/_rels/workbook.xml.rels � (� ��An� E����@�];
ɦ�l�\���X�I��u�#�
E����n�B���h�|�Xm�� �!��Y�YE1��� �)�-ެW;�d�7�}D����������2V͝ޅY�\��x��r ���!�d�[&�_<����~T���i�� �W�� $��2���"���T��Z�eT�G���ay|r7��.�_�ﺐa�z ���������K
yӥSj��-���4�k~U#7�b�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 ��\�X�)� � xl/sharedStrings.xml � (� ��Qo�0��
�0��H*5I�H�T)�S5m�}I,��f��s�4�0���|>�\��߭~�6\�y��(@RŸ<����cT���D2"��y8� ��Em�
�U�yx����$���%&VHG�[bݫ>%��@�9�V$B��%\�U����0�%����&�-����'��e -o8�:��:��i��9���]'&����g�j�Y��-�k~o���d-�b�Cc�E�VM�G�\!��тW�*?�wx�ؔ�*O{V `���W�zG�[���$ٮ<}G���|�|?lWP�O������j���۷1�+(��
�R��*�2eeT��
³*�Ǟ"e@�#��i���d8:b���%{i;nf�� �W��4�>$�{�<�?����VZ����<�8G�!\��J�~U��`@PSYQ�>��TB �L��7 As?sc�o�?|G$9��w��0�z��o7{{��8���,�PK- ��\U_Ժ� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\�*{' ' U _rels/.relsPK- ��\v��w � � xl/worksheets/sheet1.xmlPK- ��\��� P ) xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
o xl/styles.xmlPK- ��\�X�)� � � xl/sharedStrings.xmlPK �