xeroizer 0.2.2 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/xeroizer/exceptions.rb +13 -0
- data/lib/xeroizer/generic_application.rb +1 -0
- data/lib/xeroizer/models/credit_note.rb +1 -0
- data/lib/xeroizer/models/employee.rb +28 -0
- data/lib/xeroizer/models/external_link.rb +16 -0
- data/lib/xeroizer/models/invoice.rb +2 -0
- data/lib/xeroizer/models/organisation.rb +13 -7
- data/lib/xeroizer/models/payment.rb +1 -1
- data/lib/xeroizer/models/tracking_category_child.rb +4 -1
- data/lib/xeroizer/record/base.rb +2 -2
- data/lib/xeroizer/record/base_model.rb +21 -3
- data/lib/xeroizer/record/model_definition_helper.rb +6 -2
- data/lib/xeroizer/record/record_association_helper.rb +42 -4
- data/lib/xeroizer/record/xml_helper.rb +3 -2
- data/lib/xeroizer/report/factory.rb +3 -2
- data/lib/xeroizer/response.rb +1 -1
- data/lib/xeroizer.rb +1 -0
- data/test/stub_responses/contacts.xml +0 -3349
- data/test/stub_responses/credit_note.xml +37 -31
- data/test/stub_responses/credit_notes.xml +54 -34
- data/test/stub_responses/employees.xml +29 -0
- data/test/stub_responses/invoice.xml +44 -51
- data/test/stub_responses/invoices.xml +1180 -1055
- data/test/stub_responses/organisation.xml +10 -1
- data/test/stub_responses/organisations.xml +13 -4
- data/test/stub_responses/payments.xml +1121 -0
- data/test/stub_responses/records/credit_note-371cd138-1e5c-4ec1-a8c6-a1c10e8bdab1.xml +13 -9
- data/test/stub_responses/records/credit_note-3bffc09b-79f2-490d-b91b-c59b700b43a4.xml +13 -9
- data/test/stub_responses/records/credit_note-43c678ee-f357-48e2-b192-b6e3634762f9.xml +13 -9
- data/test/stub_responses/records/credit_note-482c018b-d329-4e05-9b4f-7a4cfc695aa0.xml +13 -9
- data/test/stub_responses/records/credit_note-4f67130a-749a-4ee6-98b2-743adbc11245.xml +11 -9
- data/test/stub_responses/records/credit_note-50e98404-2fba-4031-af67-8ba4bb227c44.xml +12 -9
- data/test/stub_responses/records/credit_note-7df8949c-b71f-40c0-bbcf-39f2f450f286.xml +11 -9
- data/test/stub_responses/records/credit_note-b356e488-2678-4be4-ad4b-d294df2d48d6.xml +9 -7
- data/test/stub_responses/records/invoice-0032f627-3156-4d30-9b1c-4d3b994dc921.xml +13 -11
- data/test/stub_responses/records/invoice-00c9511b-24b9-4190-a90a-8abf2fe9f4a0.xml +13 -11
- data/test/stub_responses/records/invoice-024d7994-a26c-4c20-9894-13934840fc31.xml +12 -11
- data/test/stub_responses/records/invoice-0e64a623-c2a1-446a-93ed-eb897f118cbc.xml +9 -8
- data/test/stub_responses/records/invoice-15e88e57-2554-4496-a18e-eb3f5c622345.xml +13 -11
- data/test/stub_responses/records/invoice-166f0588-d0ba-458c-b28a-8edd4c8fc463.xml +13 -11
- data/test/stub_responses/records/invoice-1d1ba340-afa2-4f4c-8ff7-a147bda9a47b.xml +13 -11
- data/test/stub_responses/records/invoice-290ef4c4-baec-492b-b4dd-c102826470ae.xml +13 -11
- data/test/stub_responses/records/invoice-30a87092-31b5-4a2c-831e-327486533dd2.xml +10 -8
- data/test/stub_responses/records/invoice-30dbd181-72a8-43df-b392-4241bf43d5fc.xml +22 -11
- data/test/stub_responses/records/invoice-33e4123e-7cdd-4f05-9a0a-eb8adeb2b868.xml +13 -11
- data/test/stub_responses/records/invoice-387db692-26ac-47e6-b6cc-015343809bda.xml +13 -11
- data/test/stub_responses/records/invoice-3b28bf11-ed2f-4cf4-8e9e-fcae730cc292.xml +13 -11
- data/test/stub_responses/records/invoice-3fcb9847-b350-412e-ab90-7d9d774ad881.xml +13 -11
- data/test/stub_responses/records/invoice-440613e4-4785-4eff-9ba1-c432816cf8c7.xml +78 -0
- data/test/stub_responses/records/invoice-4602eda6-abe9-448e-b65f-ae6bea21f0eb.xml +10 -8
- data/test/stub_responses/records/invoice-46441f63-873f-4cdc-a278-b8fe516f3abb.xml +11 -8
- data/test/stub_responses/records/invoice-4ad1ec01-f4a3-41d7-bbb4-d2ab2fec8e65.xml +12 -11
- data/test/stub_responses/records/invoice-4b9afceb-f7c7-4e64-8aac-7b009971fd52.xml +13 -11
- data/test/stub_responses/records/invoice-4edbf6d5-4e92-43af-bedd-7effc0b86833.xml +10 -8
- data/test/stub_responses/records/invoice-4fad1af2-b871-4ac5-a15a-3c5e32d2e2c4.xml +19 -9
- data/test/stub_responses/records/invoice-52ee4d67-cae4-462c-adb2-182c39017f3d.xml +13 -11
- data/test/stub_responses/records/invoice-54585f46-c1a0-4432-bd4f-c1fae2fba59b.xml +9 -8
- data/test/stub_responses/records/invoice-5613938b-9e27-472e-92ae-3b038b669d10.xml +13 -11
- data/test/stub_responses/records/invoice-5aa9451d-95d1-4f95-a966-bbab2573f71c.xml +10 -8
- data/test/stub_responses/records/invoice-5aadcd34-01a9-4b8d-a2bb-d7cc1de9fa45.xml +13 -11
- data/test/stub_responses/records/invoice-5f6deadf-36a2-495a-9980-ceb11e8af9a9.xml +10 -8
- data/test/stub_responses/records/invoice-625ffe1b-f5d8-438e-a376-981de5f5a733.xml +13 -11
- data/test/stub_responses/records/invoice-64cd559e-8e03-46af-b461-8555285cee71.xml +10 -8
- data/test/stub_responses/records/invoice-66fbe37f-49b1-43fd-97ed-85114022cd2f.xml +10 -8
- data/test/stub_responses/records/invoice-673dd7cc-beb7-4697-83d4-0c47cb400cc2.xml +21 -11
- data/test/stub_responses/records/invoice-69fc971e-9b37-41c5-9c87-174330f22343.xml +9 -8
- data/test/stub_responses/records/invoice-70e6db69-e5a4-42c7-a397-aa3212c2945f.xml +10 -8
- data/test/stub_responses/records/invoice-766d1289-b440-4675-a656-1a0612ecac77.xml +13 -11
- data/test/stub_responses/records/invoice-76bcb361-f93b-4513-b312-5a4af306d276.xml +9 -8
- data/test/stub_responses/records/invoice-76e3f056-479f-417c-a72b-f3d767899b87.xml +13 -11
- data/test/stub_responses/records/invoice-77b338ef-ecc0-4b95-a0d7-2617b0054611.xml +21 -10
- data/test/stub_responses/records/invoice-7be9956d-5316-4f6b-a66a-d355b3f159b2.xml +13 -11
- data/test/stub_responses/records/invoice-7dae876a-b424-436b-a4e6-17b3fdeec80c.xml +20 -11
- data/test/stub_responses/records/invoice-7e862d93-8dab-4856-8b0c-d844e09d750f.xml +10 -8
- data/test/stub_responses/records/invoice-803f70b0-56d9-4157-9787-41df271777a0.xml +13 -11
- data/test/stub_responses/records/invoice-86102312-aa3f-438c-9938-6840f4d8dda6.xml +12 -11
- data/test/stub_responses/records/invoice-8694c9c5-7097-4449-a708-b8c1982921a4.xml +9 -8
- data/test/stub_responses/records/invoice-86d6e00f-ef56-49f7-9a54-796ccd5ca057.xml +10 -8
- data/test/stub_responses/records/invoice-88e77f0f-54a5-4efc-a979-7e22223cc4d7.xml +9 -8
- data/test/stub_responses/records/invoice-8b0ccb6a-d9b7-4da5-8360-ef7fb157b5aa.xml +9 -8
- data/test/stub_responses/records/invoice-935fc854-8037-4111-8d91-993010c331cc.xml +12 -11
- data/test/stub_responses/records/invoice-962ef33f-c9d2-4602-9b9f-93a02bea23b3.xml +13 -10
- data/test/stub_responses/records/invoice-9868b472-1983-48e9-8edf-7e81ddf2c03a.xml +10 -8
- data/test/stub_responses/records/invoice-a3bc62ef-f11b-4a9c-a4f9-a342bda371b5.xml +9 -8
- data/test/stub_responses/records/invoice-a6894ca0-60ee-4d45-9dd4-b44fcba46ec5.xml +13 -11
- data/test/stub_responses/records/invoice-a77268ce-74b2-483d-a2b3-70dbdc9e49d2.xml +78 -0
- data/test/stub_responses/records/invoice-a9f765e6-b9bc-4505-a47b-fb3ecb327e7b.xml +14 -11
- data/test/stub_responses/records/invoice-aa0173af-8707-4e7f-8dde-4c7a357bd312.xml +30 -13
- data/test/stub_responses/records/invoice-ab63738a-370a-43a5-bfa3-620d684e66d0.xml +10 -8
- data/test/stub_responses/records/invoice-b0344791-5a8a-40dd-a208-d99a461a6c10.xml +13 -11
- data/test/stub_responses/records/invoice-b1e53910-473c-46a3-b3cb-38ece571220e.xml +21 -11
- data/test/stub_responses/records/invoice-b2c02d0b-41a8-4d4d-97d7-014c78b3547d.xml +13 -11
- data/test/stub_responses/records/invoice-b75b3928-ab72-4424-8b93-9cdbbde4cd72.xml +19 -9
- data/test/stub_responses/records/invoice-bcd8a71f-aa31-4d0f-8a01-13ea26363ddf.xml +13 -11
- data/test/stub_responses/records/invoice-bfbb7c45-de02-45e7-b065-d9863ecfb0d8.xml +9 -8
- data/test/stub_responses/records/invoice-c12aff7e-12bf-4185-8702-460929f19674.xml +9 -8
- data/test/stub_responses/records/invoice-c3380b96-976d-4b3e-8b26-8d01eb6a3742.xml +13 -11
- data/test/stub_responses/records/invoice-c963f2b0-cbe1-4abd-9ccc-7e512c942068.xml +9 -8
- data/test/stub_responses/records/invoice-cba46b29-3788-4158-b668-ab10160ccbfe.xml +78 -0
- data/test/stub_responses/records/invoice-dba2f021-f149-4191-a126-5351d587ab0e.xml +12 -11
- data/test/stub_responses/records/invoice-de5d9c29-21b3-4342-958b-ed72c4bd7ab0.xml +13 -11
- data/test/stub_responses/records/invoice-e3d96555-2876-4364-a46a-7551a4f52611.xml +15 -11
- data/test/stub_responses/records/invoice-e4a0afbd-aea0-450b-ae23-0ce921e84a77.xml +11 -8
- data/test/stub_responses/records/invoice-e9cb9ecb-58ef-43a8-bd20-69a85338142d.xml +13 -11
- data/test/stub_responses/records/invoice-ec9a6f67-7128-4a63-8ba3-5e516f455f9b.xml +13 -11
- data/test/stub_responses/records/invoice-ed0f2587-84fc-4aef-bc4b-b1a262e24484.xml +14 -11
- data/test/stub_responses/records/invoice-f362ca53-8ade-4047-865a-bb64bee5863d.xml +12 -11
- data/test/stub_responses/records/invoice-f571c38b-5be1-41e1-ad5a-ff6184284beb.xml +21 -11
- data/test/stub_responses/records/invoice-f5832195-5cd3-4660-ad3f-b73d9c64f263.xml +10 -8
- data/test/stub_responses/records/invoice-f9c857eb-64cd-4235-a078-d04b52c77ea7.xml +13 -11
- data/test/stub_responses/refresh_responses.rb +1 -1
- data/test/unit/record/record_association_test.rb +33 -0
- data/xeroizer.gemspec +9 -2
- metadata +11 -4
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>6b33e33b-0c62-4d78-ac45-38ba887120e6</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:33:02.8882322Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>FAX</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-05-19T19:53:23.39</UpdatedDateUTC>
|
35
35
|
<IsSupplier>false</IsSupplier>
|
36
36
|
<IsCustomer>true</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-05-19T00:00:00</Date>
|
39
|
+
<DueDate>2011-05-25T00:00:00</DueDate>
|
40
40
|
<Status>AUTHORISED</Status>
|
41
41
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -54,13 +54,14 @@
|
|
54
54
|
<TrackingCategoryID>093af706-c2aa-4d97-a4ce-2d205a017eac</TrackingCategoryID>
|
55
55
|
</TrackingCategory>
|
56
56
|
</Tracking>
|
57
|
+
<ItemCode>Train-MS</ItemCode>
|
57
58
|
<Quantity>1.0000</Quantity>
|
58
59
|
</LineItem>
|
59
60
|
</LineItems>
|
60
61
|
<SubTotal>400.00</SubTotal>
|
61
62
|
<TotalTax>40.00</TotalTax>
|
62
63
|
<Total>440.00</Total>
|
63
|
-
<UpdatedDateUTC>
|
64
|
+
<UpdatedDateUTC>2008-10-02T12:53:21.74</UpdatedDateUTC>
|
64
65
|
<CurrencyCode>AUD</CurrencyCode>
|
65
66
|
<Type>ACCREC</Type>
|
66
67
|
<InvoiceID>5aa9451d-95d1-4f95-a966-bbab2573f71c</InvoiceID>
|
@@ -68,6 +69,7 @@
|
|
68
69
|
<AmountDue>440.00</AmountDue>
|
69
70
|
<AmountPaid>0.00</AmountPaid>
|
70
71
|
<AmountCredited>0.00</AmountCredited>
|
72
|
+
<SentToContact>true</SentToContact>
|
71
73
|
</Invoice>
|
72
74
|
</Invoices>
|
73
75
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>88a4b95f-7427-4a68-85b1-19f16a1ee450</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:32:26.8709937Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -37,12 +37,12 @@
|
|
37
37
|
<PhoneType>DEFAULT</PhoneType>
|
38
38
|
</Phone>
|
39
39
|
</Phones>
|
40
|
-
<UpdatedDateUTC>2011-
|
40
|
+
<UpdatedDateUTC>2011-07-01T20:05:14.11</UpdatedDateUTC>
|
41
41
|
<IsSupplier>false</IsSupplier>
|
42
42
|
<IsCustomer>true</IsCustomer>
|
43
43
|
</Contact>
|
44
|
-
<Date>
|
45
|
-
<DueDate>
|
44
|
+
<Date>2011-04-18T00:00:00</Date>
|
45
|
+
<DueDate>2011-03-28T00:00:00</DueDate>
|
46
46
|
<Status>PAID</Status>
|
47
47
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
48
48
|
<LineItems>
|
@@ -60,28 +60,30 @@
|
|
60
60
|
<TrackingCategoryID>093af706-c2aa-4d97-a4ce-2d205a017eac</TrackingCategoryID>
|
61
61
|
</TrackingCategory>
|
62
62
|
</Tracking>
|
63
|
+
<ItemCode>Train-MS</ItemCode>
|
63
64
|
<Quantity>1.0000</Quantity>
|
64
65
|
</LineItem>
|
65
66
|
</LineItems>
|
66
67
|
<SubTotal>500.00</SubTotal>
|
67
68
|
<TotalTax>50.00</TotalTax>
|
68
69
|
<Total>550.00</Total>
|
69
|
-
<UpdatedDateUTC>
|
70
|
+
<UpdatedDateUTC>2008-10-01T14:28:28.48</UpdatedDateUTC>
|
70
71
|
<CurrencyCode>AUD</CurrencyCode>
|
71
|
-
<FullyPaidOnDate>
|
72
|
+
<FullyPaidOnDate>2011-04-28T00:00:00</FullyPaidOnDate>
|
72
73
|
<Type>ACCREC</Type>
|
73
74
|
<InvoiceID>5aadcd34-01a9-4b8d-a2bb-d7cc1de9fa45</InvoiceID>
|
74
75
|
<InvoiceNumber>ORC1024</InvoiceNumber>
|
75
76
|
<Payments>
|
76
77
|
<Payment>
|
77
|
-
<Date>2010-11-18T00:00:00</Date>
|
78
|
-
<Amount>550.00</Amount>
|
79
78
|
<PaymentID>573f4bfd-31ca-47ad-aa75-8da946bf147b</PaymentID>
|
79
|
+
<Date>2011-04-28T00:00:00</Date>
|
80
|
+
<Amount>550.00</Amount>
|
80
81
|
</Payment>
|
81
82
|
</Payments>
|
82
83
|
<AmountDue>0.00</AmountDue>
|
83
84
|
<AmountPaid>550.00</AmountPaid>
|
84
85
|
<AmountCredited>0.00</AmountCredited>
|
86
|
+
<SentToContact>true</SentToContact>
|
85
87
|
</Invoice>
|
86
88
|
</Invoices>
|
87
89
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>45d9b9a2-36a8-4527-9770-e5d25503a587</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:37.6031616Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -39,7 +39,7 @@
|
|
39
39
|
<PhoneType>MOBILE</PhoneType>
|
40
40
|
</Phone>
|
41
41
|
</Phones>
|
42
|
-
<UpdatedDateUTC>
|
42
|
+
<UpdatedDateUTC>2011-05-19T19:28:52.123</UpdatedDateUTC>
|
43
43
|
<ContactGroups>
|
44
44
|
<ContactGroup>
|
45
45
|
<ContactGroupID>26fcca8d-a03b-4968-a80a-a463d5bf30ee</ContactGroupID>
|
@@ -50,8 +50,8 @@
|
|
50
50
|
<IsSupplier>false</IsSupplier>
|
51
51
|
<IsCustomer>true</IsCustomer>
|
52
52
|
</Contact>
|
53
|
-
<Date>
|
54
|
-
<DueDate>
|
53
|
+
<Date>2011-04-19T00:00:00</Date>
|
54
|
+
<DueDate>2011-05-02T00:00:00</DueDate>
|
55
55
|
<Status>AUTHORISED</Status>
|
56
56
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
57
57
|
<LineItems>
|
@@ -63,13 +63,14 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
63
63
|
<TaxAmount>50.00</TaxAmount>
|
64
64
|
<LineAmount>500.00</LineAmount>
|
65
65
|
<AccountCode>200</AccountCode>
|
66
|
+
<ItemCode>Support-M</ItemCode>
|
66
67
|
<Quantity>1.0000</Quantity>
|
67
68
|
</LineItem>
|
68
69
|
</LineItems>
|
69
70
|
<SubTotal>500.00</SubTotal>
|
70
71
|
<TotalTax>50.00</TotalTax>
|
71
72
|
<Total>550.00</Total>
|
72
|
-
<UpdatedDateUTC>
|
73
|
+
<UpdatedDateUTC>2008-09-25T11:23:42.707</UpdatedDateUTC>
|
73
74
|
<CurrencyCode>AUD</CurrencyCode>
|
74
75
|
<Type>ACCREC</Type>
|
75
76
|
<InvoiceID>5f6deadf-36a2-495a-9980-ceb11e8af9a9</InvoiceID>
|
@@ -78,6 +79,7 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
78
79
|
<AmountDue>550.00</AmountDue>
|
79
80
|
<AmountPaid>0.00</AmountPaid>
|
80
81
|
<AmountCredited>0.00</AmountCredited>
|
82
|
+
<SentToContact>true</SentToContact>
|
81
83
|
</Invoice>
|
82
84
|
</Invoices>
|
83
85
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>0bcec85d-7cef-4b2a-9ce4-fdca8e604d44</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:30:58.3826546Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -33,12 +33,12 @@
|
|
33
33
|
<PhoneType>FAX</PhoneType>
|
34
34
|
</Phone>
|
35
35
|
</Phones>
|
36
|
-
<UpdatedDateUTC>
|
36
|
+
<UpdatedDateUTC>2011-05-19T19:30:51.763</UpdatedDateUTC>
|
37
37
|
<IsSupplier>true</IsSupplier>
|
38
38
|
<IsCustomer>false</IsCustomer>
|
39
39
|
</Contact>
|
40
|
-
<Date>
|
41
|
-
<DueDate>
|
40
|
+
<Date>2011-03-28T00:00:00</Date>
|
41
|
+
<DueDate>2011-04-04T00:00:00</DueDate>
|
42
42
|
<Status>PAID</Status>
|
43
43
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
44
44
|
<LineItems>
|
@@ -55,21 +55,23 @@
|
|
55
55
|
<SubTotal>95.00</SubTotal>
|
56
56
|
<TotalTax>9.50</TotalTax>
|
57
57
|
<Total>104.50</Total>
|
58
|
-
<UpdatedDateUTC>
|
58
|
+
<UpdatedDateUTC>2008-09-24T16:11:21.233</UpdatedDateUTC>
|
59
59
|
<CurrencyCode>AUD</CurrencyCode>
|
60
|
-
<FullyPaidOnDate>
|
60
|
+
<FullyPaidOnDate>2011-04-04T00:00:00</FullyPaidOnDate>
|
61
61
|
<Type>ACCPAY</Type>
|
62
62
|
<InvoiceID>625ffe1b-f5d8-438e-a376-981de5f5a733</InvoiceID>
|
63
63
|
<Payments>
|
64
64
|
<Payment>
|
65
|
-
<Date>2010-10-25T00:00:00</Date>
|
66
|
-
<Amount>104.50</Amount>
|
67
65
|
<PaymentID>eff63533-ef0d-4ac9-a845-ccc696004328</PaymentID>
|
66
|
+
<Date>2011-04-04T00:00:00</Date>
|
67
|
+
<Amount>104.50</Amount>
|
68
|
+
<Reference>DD Ref 112974</Reference>
|
68
69
|
</Payment>
|
69
70
|
</Payments>
|
70
71
|
<AmountDue>0.00</AmountDue>
|
71
72
|
<AmountPaid>104.50</AmountPaid>
|
72
73
|
<AmountCredited>0.00</AmountCredited>
|
74
|
+
<SentToContact>false</SentToContact>
|
73
75
|
</Invoice>
|
74
76
|
</Invoices>
|
75
77
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>a25335a8-2d8d-4a04-8857-4067c5a342e1</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:32:06.4325781Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -40,7 +40,7 @@
|
|
40
40
|
<PhoneType>MOBILE</PhoneType>
|
41
41
|
</Phone>
|
42
42
|
</Phones>
|
43
|
-
<UpdatedDateUTC>
|
43
|
+
<UpdatedDateUTC>2011-05-06T01:28:03.573</UpdatedDateUTC>
|
44
44
|
<ContactGroups>
|
45
45
|
<ContactGroup>
|
46
46
|
<ContactGroupID>26fcca8d-a03b-4968-a80a-a463d5bf30ee</ContactGroupID>
|
@@ -51,8 +51,8 @@
|
|
51
51
|
<IsSupplier>false</IsSupplier>
|
52
52
|
<IsCustomer>true</IsCustomer>
|
53
53
|
</Contact>
|
54
|
-
<Date>
|
55
|
-
<DueDate>
|
54
|
+
<Date>2011-05-18T00:00:00</Date>
|
55
|
+
<DueDate>2011-06-02T00:00:00</DueDate>
|
56
56
|
<Status>DRAFT</Status>
|
57
57
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
58
58
|
<LineItems>
|
@@ -64,13 +64,14 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
64
64
|
<TaxAmount>50.00</TaxAmount>
|
65
65
|
<LineAmount>500.00</LineAmount>
|
66
66
|
<AccountCode>200</AccountCode>
|
67
|
+
<ItemCode>Support-M</ItemCode>
|
67
68
|
<Quantity>1.0000</Quantity>
|
68
69
|
</LineItem>
|
69
70
|
</LineItems>
|
70
71
|
<SubTotal>500.00</SubTotal>
|
71
72
|
<TotalTax>50.00</TotalTax>
|
72
73
|
<Total>550.00</Total>
|
73
|
-
<UpdatedDateUTC>
|
74
|
+
<UpdatedDateUTC>2008-10-01T12:20:23.773</UpdatedDateUTC>
|
74
75
|
<CurrencyCode>AUD</CurrencyCode>
|
75
76
|
<Type>ACCREC</Type>
|
76
77
|
<InvoiceID>64cd559e-8e03-46af-b461-8555285cee71</InvoiceID>
|
@@ -79,6 +80,7 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
79
80
|
<AmountDue>550.00</AmountDue>
|
80
81
|
<AmountPaid>0.00</AmountPaid>
|
81
82
|
<AmountCredited>0.00</AmountCredited>
|
83
|
+
<SentToContact>false</SentToContact>
|
82
84
|
</Invoice>
|
83
85
|
</Invoices>
|
84
86
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>78e72756-77f7-4c4a-b6ab-d435238fa342</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:32:01.8698737Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
<PhoneType>DDI</PhoneType>
|
34
34
|
</Phone>
|
35
35
|
</Phones>
|
36
|
-
<UpdatedDateUTC>
|
36
|
+
<UpdatedDateUTC>2011-05-19T19:32:00.767</UpdatedDateUTC>
|
37
37
|
<ContactGroups>
|
38
38
|
<ContactGroup>
|
39
39
|
<ContactGroupID>26fcca8d-a03b-4968-a80a-a463d5bf30ee</ContactGroupID>
|
@@ -44,8 +44,8 @@
|
|
44
44
|
<IsSupplier>false</IsSupplier>
|
45
45
|
<IsCustomer>true</IsCustomer>
|
46
46
|
</Contact>
|
47
|
-
<Date>
|
48
|
-
<DueDate>
|
47
|
+
<Date>2011-05-18T00:00:00</Date>
|
48
|
+
<DueDate>2011-06-02T00:00:00</DueDate>
|
49
49
|
<Status>DRAFT</Status>
|
50
50
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
51
51
|
<LineItems>
|
@@ -57,13 +57,14 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
57
57
|
<TaxAmount>50.00</TaxAmount>
|
58
58
|
<LineAmount>500.00</LineAmount>
|
59
59
|
<AccountCode>200</AccountCode>
|
60
|
+
<ItemCode>Support-M</ItemCode>
|
60
61
|
<Quantity>1.0000</Quantity>
|
61
62
|
</LineItem>
|
62
63
|
</LineItems>
|
63
64
|
<SubTotal>500.00</SubTotal>
|
64
65
|
<TotalTax>50.00</TotalTax>
|
65
66
|
<Total>550.00</Total>
|
66
|
-
<UpdatedDateUTC>
|
67
|
+
<UpdatedDateUTC>2008-10-01T12:20:23.727</UpdatedDateUTC>
|
67
68
|
<CurrencyCode>AUD</CurrencyCode>
|
68
69
|
<Type>ACCREC</Type>
|
69
70
|
<InvoiceID>66fbe37f-49b1-43fd-97ed-85114022cd2f</InvoiceID>
|
@@ -72,6 +73,7 @@ Per month fixed fee for minimum 20 hours/month.</Description>
|
|
72
73
|
<AmountDue>550.00</AmountDue>
|
73
74
|
<AmountPaid>0.00</AmountPaid>
|
74
75
|
<AmountCredited>0.00</AmountCredited>
|
76
|
+
<SentToContact>false</SentToContact>
|
75
77
|
</Invoice>
|
76
78
|
</Invoices>
|
77
79
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>47d1c3c1-36ed-431e-92ce-a8712599a0dd</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:30:01.1144641Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -36,12 +36,12 @@
|
|
36
36
|
<PhoneType>MOBILE</PhoneType>
|
37
37
|
</Phone>
|
38
38
|
</Phones>
|
39
|
-
<UpdatedDateUTC>
|
39
|
+
<UpdatedDateUTC>2011-05-03T23:41:00.857</UpdatedDateUTC>
|
40
40
|
<IsSupplier>true</IsSupplier>
|
41
41
|
<IsCustomer>false</IsCustomer>
|
42
42
|
</Contact>
|
43
|
-
<Date>
|
44
|
-
<DueDate>
|
43
|
+
<Date>2011-03-01T00:00:00</Date>
|
44
|
+
<DueDate>2011-03-08T00:00:00</DueDate>
|
45
45
|
<Status>PAID</Status>
|
46
46
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
47
47
|
<LineItems>
|
@@ -65,21 +65,31 @@
|
|
65
65
|
<SubTotal>1085.00</SubTotal>
|
66
66
|
<TotalTax>108.50</TotalTax>
|
67
67
|
<Total>1193.50</Total>
|
68
|
-
<UpdatedDateUTC>
|
68
|
+
<UpdatedDateUTC>2008-09-16T10:45:13.79</UpdatedDateUTC>
|
69
69
|
<CurrencyCode>AUD</CurrencyCode>
|
70
|
-
<FullyPaidOnDate>
|
70
|
+
<FullyPaidOnDate>2011-03-07T00:00:00</FullyPaidOnDate>
|
71
71
|
<Type>ACCPAY</Type>
|
72
72
|
<InvoiceID>673dd7cc-beb7-4697-83d4-0c47cb400cc2</InvoiceID>
|
73
73
|
<Payments>
|
74
74
|
<Payment>
|
75
|
-
<Date>2010-09-27T00:00:00</Date>
|
76
|
-
<Amount>974.60</Amount>
|
77
75
|
<PaymentID>4d06f609-5200-4364-9c8b-d4379a945252</PaymentID>
|
76
|
+
<Date>2011-03-07T00:00:00</Date>
|
77
|
+
<Amount>974.60</Amount>
|
78
|
+
<Reference>DD # 96013</Reference>
|
78
79
|
</Payment>
|
79
80
|
</Payments>
|
81
|
+
<CreditNotes>
|
82
|
+
<CreditNote>
|
83
|
+
<Date>2011-03-02T00:00:00</Date>
|
84
|
+
<Total>218.90</Total>
|
85
|
+
<CreditNoteID>7df8949c-b71f-40c0-bbcf-39f2f450f286</CreditNoteID>
|
86
|
+
<CreditNoteNumber>03391</CreditNoteNumber>
|
87
|
+
</CreditNote>
|
88
|
+
</CreditNotes>
|
80
89
|
<AmountDue>0.00</AmountDue>
|
81
90
|
<AmountPaid>974.60</AmountPaid>
|
82
91
|
<AmountCredited>218.90</AmountCredited>
|
92
|
+
<SentToContact>false</SentToContact>
|
83
93
|
</Invoice>
|
84
94
|
</Invoices>
|
85
95
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>7f409583-3f5d-4df8-9097-4604f301f896</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:32:52.1846277Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>DDI</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-05-19T19:43:49.76</UpdatedDateUTC>
|
35
35
|
<IsSupplier>true</IsSupplier>
|
36
36
|
<IsCustomer>false</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-05-19T00:00:00</Date>
|
39
|
+
<DueDate>2011-05-25T00:00:00</DueDate>
|
40
40
|
<Status>AUTHORISED</Status>
|
41
41
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -53,13 +53,14 @@
|
|
53
53
|
<SubTotal>320.00</SubTotal>
|
54
54
|
<TotalTax>32.00</TotalTax>
|
55
55
|
<Total>352.00</Total>
|
56
|
-
<UpdatedDateUTC>
|
56
|
+
<UpdatedDateUTC>2008-10-02T05:43:49.79</UpdatedDateUTC>
|
57
57
|
<CurrencyCode>AUD</CurrencyCode>
|
58
58
|
<Type>ACCPAY</Type>
|
59
59
|
<InvoiceID>69fc971e-9b37-41c5-9c87-174330f22343</InvoiceID>
|
60
60
|
<AmountDue>352.00</AmountDue>
|
61
61
|
<AmountPaid>0.00</AmountPaid>
|
62
62
|
<AmountCredited>0.00</AmountCredited>
|
63
|
+
<SentToContact>false</SentToContact>
|
63
64
|
</Invoice>
|
64
65
|
</Invoices>
|
65
66
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>8f29258c-2fab-414e-a39a-7bb7f52f274c</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:33:05.8571152Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>FAX</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-05-19T19:53:23.39</UpdatedDateUTC>
|
35
35
|
<IsSupplier>false</IsSupplier>
|
36
36
|
<IsCustomer>true</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-05-19T00:00:00</Date>
|
39
|
+
<DueDate>2011-05-25T00:00:00</DueDate>
|
40
40
|
<Status>VOIDED</Status>
|
41
41
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -54,13 +54,14 @@
|
|
54
54
|
<TrackingCategoryID>093af706-c2aa-4d97-a4ce-2d205a017eac</TrackingCategoryID>
|
55
55
|
</TrackingCategory>
|
56
56
|
</Tracking>
|
57
|
+
<ItemCode>Train-MS</ItemCode>
|
57
58
|
<Quantity>1.0000</Quantity>
|
58
59
|
</LineItem>
|
59
60
|
</LineItems>
|
60
61
|
<SubTotal>500.00</SubTotal>
|
61
62
|
<TotalTax>50.00</TotalTax>
|
62
63
|
<Total>550.00</Total>
|
63
|
-
<UpdatedDateUTC>
|
64
|
+
<UpdatedDateUTC>2008-10-02T12:53:35.227</UpdatedDateUTC>
|
64
65
|
<CurrencyCode>AUD</CurrencyCode>
|
65
66
|
<Type>ACCREC</Type>
|
66
67
|
<InvoiceID>70e6db69-e5a4-42c7-a397-aa3212c2945f</InvoiceID>
|
@@ -68,6 +69,7 @@
|
|
68
69
|
<AmountDue>550.00</AmountDue>
|
69
70
|
<AmountPaid>0.00</AmountPaid>
|
70
71
|
<AmountCredited>0.00</AmountCredited>
|
72
|
+
<SentToContact>false</SentToContact>
|
71
73
|
</Invoice>
|
72
74
|
</Invoices>
|
73
75
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>ba77fb25-73c8-480e-a5f4-3538f1a9b5ad</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:20.3211374Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>DEFAULT</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-04-26T06:19:05.357</UpdatedDateUTC>
|
35
35
|
<IsSupplier>true</IsSupplier>
|
36
36
|
<IsCustomer>false</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-04-05T00:00:00</Date>
|
39
|
+
<DueDate>2011-04-18T00:00:00</DueDate>
|
40
40
|
<Status>PAID</Status>
|
41
41
|
<LineAmountTypes>Exclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -53,22 +53,24 @@
|
|
53
53
|
<SubTotal>32.50</SubTotal>
|
54
54
|
<TotalTax>3.25</TotalTax>
|
55
55
|
<Total>35.75</Total>
|
56
|
-
<UpdatedDateUTC>
|
56
|
+
<UpdatedDateUTC>2008-09-25T10:20:01.86</UpdatedDateUTC>
|
57
57
|
<CurrencyCode>AUD</CurrencyCode>
|
58
|
-
<FullyPaidOnDate>
|
58
|
+
<FullyPaidOnDate>2011-04-18T00:00:00</FullyPaidOnDate>
|
59
59
|
<Type>ACCPAY</Type>
|
60
60
|
<InvoiceID>766d1289-b440-4675-a656-1a0612ecac77</InvoiceID>
|
61
61
|
<InvoiceNumber>O721-002</InvoiceNumber>
|
62
62
|
<Payments>
|
63
63
|
<Payment>
|
64
|
-
<Date>2010-11-08T00:00:00</Date>
|
65
|
-
<Amount>35.75</Amount>
|
66
64
|
<PaymentID>4b006fc3-72ef-400e-ad25-e57aaa192bb7</PaymentID>
|
65
|
+
<Date>2011-04-18T00:00:00</Date>
|
66
|
+
<Amount>35.75</Amount>
|
67
|
+
<Reference>DD Ref 113763</Reference>
|
67
68
|
</Payment>
|
68
69
|
</Payments>
|
69
70
|
<AmountDue>0.00</AmountDue>
|
70
71
|
<AmountPaid>35.75</AmountPaid>
|
71
72
|
<AmountCredited>0.00</AmountCredited>
|
73
|
+
<SentToContact>false</SentToContact>
|
72
74
|
</Invoice>
|
73
75
|
</Invoices>
|
74
76
|
</Response>
|
@@ -1,8 +1,8 @@
|
|
1
|
-
<Response xmlns:
|
2
|
-
<Id>
|
1
|
+
<Response xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
2
|
+
<Id>68199446-54ef-4cb3-a392-5ce0d6d9aa81</Id>
|
3
3
|
<Status>OK</Status>
|
4
|
-
<ProviderName>
|
5
|
-
<DateTimeUTC>
|
4
|
+
<ProviderName>Demo AU</ProviderName>
|
5
|
+
<DateTimeUTC>2011-05-31T01:31:47.1973414Z</DateTimeUTC>
|
6
6
|
<Invoices>
|
7
7
|
<Invoice>
|
8
8
|
<Contact>
|
@@ -31,12 +31,12 @@
|
|
31
31
|
<PhoneType>FAX</PhoneType>
|
32
32
|
</Phone>
|
33
33
|
</Phones>
|
34
|
-
<UpdatedDateUTC>
|
34
|
+
<UpdatedDateUTC>2011-05-19T02:03:42.917</UpdatedDateUTC>
|
35
35
|
<IsSupplier>true</IsSupplier>
|
36
36
|
<IsCustomer>false</IsCustomer>
|
37
37
|
</Contact>
|
38
|
-
<Date>
|
39
|
-
<DueDate>
|
38
|
+
<Date>2011-04-07T00:00:00</Date>
|
39
|
+
<DueDate>2011-04-21T00:00:00</DueDate>
|
40
40
|
<Status>AUTHORISED</Status>
|
41
41
|
<LineAmountTypes>Inclusive</LineAmountTypes>
|
42
42
|
<LineItems>
|
@@ -53,7 +53,7 @@
|
|
53
53
|
<SubTotal>1818.18</SubTotal>
|
54
54
|
<TotalTax>181.82</TotalTax>
|
55
55
|
<Total>2000.00</Total>
|
56
|
-
<UpdatedDateUTC>
|
56
|
+
<UpdatedDateUTC>2008-10-01T12:03:42.977</UpdatedDateUTC>
|
57
57
|
<CurrencyCode>AUD</CurrencyCode>
|
58
58
|
<Type>ACCPAY</Type>
|
59
59
|
<InvoiceID>76bcb361-f93b-4513-b312-5a4af306d276</InvoiceID>
|
@@ -61,6 +61,7 @@
|
|
61
61
|
<AmountDue>2000.00</AmountDue>
|
62
62
|
<AmountPaid>0.00</AmountPaid>
|
63
63
|
<AmountCredited>0.00</AmountCredited>
|
64
|
+
<SentToContact>false</SentToContact>
|
64
65
|
</Invoice>
|
65
66
|
</Invoices>
|
66
67
|
</Response>
|