xeroizer 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/.bundle/config +2 -0
- data/Gemfile +12 -0
- data/Gemfile.lock +22 -0
- data/LICENSE.txt +20 -0
- data/README.md +416 -0
- data/Rakefile +39 -0
- data/VERSION +1 -0
- data/lib/.DS_Store +0 -0
- data/lib/big_decimal_to_s.rb +9 -0
- data/lib/class_level_inheritable_attributes.rb +25 -0
- data/lib/nokogiri_utils.rb +58 -0
- data/lib/xeroizer.rb +55 -0
- data/lib/xeroizer/ca-certificates.crt +2642 -0
- data/lib/xeroizer/exceptions.rb +94 -0
- data/lib/xeroizer/generic_application.rb +40 -0
- data/lib/xeroizer/http.rb +148 -0
- data/lib/xeroizer/http_encoding_helper.rb +49 -0
- data/lib/xeroizer/models/account.rb +60 -0
- data/lib/xeroizer/models/address.rb +31 -0
- data/lib/xeroizer/models/branding_theme.rb +22 -0
- data/lib/xeroizer/models/contact.rb +46 -0
- data/lib/xeroizer/models/credit_note.rb +113 -0
- data/lib/xeroizer/models/currency.rb +18 -0
- data/lib/xeroizer/models/invoice.rb +138 -0
- data/lib/xeroizer/models/item.rb +27 -0
- data/lib/xeroizer/models/item_purchase_sale_details.rb +17 -0
- data/lib/xeroizer/models/journal.rb +25 -0
- data/lib/xeroizer/models/journal_line.rb +28 -0
- data/lib/xeroizer/models/line_item.rb +43 -0
- data/lib/xeroizer/models/manual_journal.rb +42 -0
- data/lib/xeroizer/models/manual_journal_line.rb +24 -0
- data/lib/xeroizer/models/option.rb +15 -0
- data/lib/xeroizer/models/organisation.rb +23 -0
- data/lib/xeroizer/models/payment.rb +30 -0
- data/lib/xeroizer/models/phone.rb +25 -0
- data/lib/xeroizer/models/tax_rate.rb +25 -0
- data/lib/xeroizer/models/tracking_category.rb +23 -0
- data/lib/xeroizer/models/tracking_category_child.rb +17 -0
- data/lib/xeroizer/oauth.rb +130 -0
- data/lib/xeroizer/partner_application.rb +44 -0
- data/lib/xeroizer/private_application.rb +27 -0
- data/lib/xeroizer/public_application.rb +21 -0
- data/lib/xeroizer/record/application_helper.rb +22 -0
- data/lib/xeroizer/record/base.rb +116 -0
- data/lib/xeroizer/record/base_model.rb +138 -0
- data/lib/xeroizer/record/base_model_http_proxy.rb +134 -0
- data/lib/xeroizer/record/model_definition_helper.rb +94 -0
- data/lib/xeroizer/record/record_association_helper.rb +94 -0
- data/lib/xeroizer/record/validation_helper.rb +59 -0
- data/lib/xeroizer/record/validators/associated_validator.rb +33 -0
- data/lib/xeroizer/record/validators/inclusion_of_validator.rb +22 -0
- data/lib/xeroizer/record/validators/presence_of_validator.rb +19 -0
- data/lib/xeroizer/record/validators/validator.rb +24 -0
- data/lib/xeroizer/record/xml_helper.rb +113 -0
- data/lib/xeroizer/response.rb +17 -0
- data/test/stub_responses/accounts.xml +589 -0
- data/test/stub_responses/api_exception.xml +153 -0
- data/test/stub_responses/bogus_oauth_error +1 -0
- data/test/stub_responses/branding_themes.xml +20 -0
- data/test/stub_responses/contact.xml +40 -0
- data/test/stub_responses/contacts.xml +3349 -0
- data/test/stub_responses/create_credit_note.xml +104 -0
- data/test/stub_responses/create_invoice.xml +64 -0
- data/test/stub_responses/credit_note.xml +69 -0
- data/test/stub_responses/credit_note_not_found_error.xml +1 -0
- data/test/stub_responses/credit_notes.xml +149 -0
- data/test/stub_responses/currencies.xml +12 -0
- data/test/stub_responses/invalid_api_key_error.xml +1 -0
- data/test/stub_responses/invalid_consumer_key +1 -0
- data/test/stub_responses/invalid_request_token +1 -0
- data/test/stub_responses/invoice.xml +91 -0
- data/test/stub_responses/invoice_not_found_error.xml +1 -0
- data/test/stub_responses/invoices.xml +1728 -0
- data/test/stub_responses/items.xml +112 -0
- data/test/stub_responses/manual_journal.xml +45 -0
- data/test/stub_responses/manual_journals.xml +40 -0
- data/test/stub_responses/organisation.xml +16 -0
- data/test/stub_responses/organisations.xml +16 -0
- data/test/stub_responses/rate_limit_exceeded +1 -0
- data/test/stub_responses/records/contact-043892a1-aef1-4c18-88d8-b8ccb6d31466.xml +38 -0
- data/test/stub_responses/records/contact-09664078-efe2-4a88-89a5-67eac9b0047b.xml +40 -0
- data/test/stub_responses/records/contact-0a4cf37b-a1a8-4753-9ee2-f9207f63a8ff.xml +48 -0
- data/test/stub_responses/records/contact-0e74f929-11b9-4255-a035-1fdfe573e676.xml +40 -0
- data/test/stub_responses/records/contact-0f471ca5-15c9-405e-a1b9-7cc35194b673.xml +38 -0
- data/test/stub_responses/records/contact-13cd4c47-baa6-4f07-93f6-6442310df4bf.xml +47 -0
- data/test/stub_responses/records/contact-158a2667-82ee-43bf-8f33-a6cc9524092d.xml +38 -0
- data/test/stub_responses/records/contact-17465072-6fa3-40bf-bc42-97765d9e1bea.xml +38 -0
- data/test/stub_responses/records/contact-1975b0ed-b7ba-4c61-bae8-2aa6d78b0dee.xml +39 -0
- data/test/stub_responses/records/contact-1b2be6e9-8d58-4da9-aaf8-4fe5471b653c.xml +53 -0
- data/test/stub_responses/records/contact-1c40da58-fe1d-4e97-b729-b2abdae94d9e.xml +38 -0
- data/test/stub_responses/records/contact-258176a5-c622-4394-9c94-6f88c3ea12e5.xml +40 -0
- data/test/stub_responses/records/contact-299dd3a0-a417-4a37-8a04-2f55e91963e5.xml +40 -0
- data/test/stub_responses/records/contact-2be39278-5154-4ed1-8eb0-676f25acfc66.xml +40 -0
- data/test/stub_responses/records/contact-2e58cff6-488c-4a32-884b-baf848010229.xml +40 -0
- data/test/stub_responses/records/contact-2faccd41-935e-40aa-b74e-e2fc28ac34c3.xml +38 -0
- data/test/stub_responses/records/contact-31af01e7-2ca7-45b9-a500-b02db996568e.xml +38 -0
- data/test/stub_responses/records/contact-344f1113-a25b-4344-b82e-bedeacc17c8e.xml +40 -0
- data/test/stub_responses/records/contact-3e776c4b-ea9e-4bb1-96be-6b0c7a71a37f.xml +39 -0
- data/test/stub_responses/records/contact-3fc1fc6c-e5ff-4e40-b6f3-7eb535637d87.xml +38 -0
- data/test/stub_responses/records/contact-416ab20c-5357-4beb-a740-e8d175d71efb.xml +38 -0
- data/test/stub_responses/records/contact-41a42865-f15a-4fa1-b643-47877608f557.xml +54 -0
- data/test/stub_responses/records/contact-42771b60-19a7-4692-af81-dd9f9b9362d4.xml +43 -0
- data/test/stub_responses/records/contact-451ceb28-9610-44c9-8f35-3225482f2413.xml +40 -0
- data/test/stub_responses/records/contact-4ab343ad-1ebb-4afe-9d48-1814a93c2081.xml +38 -0
- data/test/stub_responses/records/contact-4bb77692-42d4-4565-85a0-8849eb85e039.xml +39 -0
- data/test/stub_responses/records/contact-4dec292f-3ab7-46a8-83e4-5fb5eac42c7f.xml +40 -0
- data/test/stub_responses/records/contact-4e2f192e-8397-4d4d-97ca-a4fc5ac531bf.xml +38 -0
- data/test/stub_responses/records/contact-5188c17c-7786-4436-ad6e-9da2997386d0.xml +40 -0
- data/test/stub_responses/records/contact-52442753-b1c4-40b7-9b79-c33997de5837.xml +40 -0
- data/test/stub_responses/records/contact-565acaa9-e7f3-4fbf-80c3-16b081ddae10.xml +38 -0
- data/test/stub_responses/records/contact-571a2414-81ff-4f8f-8498-d91d83793131.xml +44 -0
- data/test/stub_responses/records/contact-58697449-85ef-46ae-83fc-6a9446f037fb.xml +40 -0
- data/test/stub_responses/records/contact-58bf2ae3-5144-4628-8de2-e165ac2bcdc6.xml +40 -0
- data/test/stub_responses/records/contact-5d41dafd-eb7e-42c1-bd5a-ba3be1da0960.xml +38 -0
- data/test/stub_responses/records/contact-5f005a09-5ce4-4fb4-8096-e69c18be636e.xml +38 -0
- data/test/stub_responses/records/contact-60d578d9-3e10-4aef-b5dc-9d9fd60a3633.xml +47 -0
- data/test/stub_responses/records/contact-62392126-dba4-4a75-b907-5875ebf75259.xml +40 -0
- data/test/stub_responses/records/contact-642c7fb5-e8e5-48e1-a710-39a18c6c3217.xml +40 -0
- data/test/stub_responses/records/contact-64aebf9c-bb89-4b38-b99b-405bd1ece6fd.xml +40 -0
- data/test/stub_responses/records/contact-64eedbc9-1fa0-485a-837f-705f23188161.xml +38 -0
- data/test/stub_responses/records/contact-65e96c9f-1595-4653-9a8a-2a36d49223c2.xml +40 -0
- data/test/stub_responses/records/contact-67d26b93-ccb4-4890-9bf1-284b70ea755d.xml +38 -0
- data/test/stub_responses/records/contact-69d3e538-44b3-4e00-a5f6-7dddcb6e0656.xml +40 -0
- data/test/stub_responses/records/contact-6a8450bc-f81a-4bb0-a8f6-aa4afe9497c7.xml +40 -0
- data/test/stub_responses/records/contact-6c70e424-41d6-4b9b-af3e-b3a9f3589106.xml +40 -0
- data/test/stub_responses/records/contact-6de0b0cf-560c-4503-aab3-e1543c329deb.xml +54 -0
- data/test/stub_responses/records/contact-72dd6a02-396e-42a2-a4d6-cc3fa75dfece.xml +41 -0
- data/test/stub_responses/records/contact-755f1475-d255-43a8-bedc-5ea7fd26c71f.xml +51 -0
- data/test/stub_responses/records/contact-78a9d0a0-3d8c-4f84-af3e-f260bf4a9dc0.xml +38 -0
- data/test/stub_responses/records/contact-79aa39ca-22b0-42c2-9026-78757a29d665.xml +42 -0
- data/test/stub_responses/records/contact-804f4140-5978-48fe-ba20-b56e5b834b18.xml +40 -0
- data/test/stub_responses/records/contact-812d4f28-1681-4241-8e34-d15c5520ba35.xml +38 -0
- data/test/stub_responses/records/contact-860b99a9-0958-4c8d-a98f-bb1f092b16bb.xml +60 -0
- data/test/stub_responses/records/contact-87c8da45-97cc-46be-b170-398da0eacfb8.xml +40 -0
- data/test/stub_responses/records/contact-8a154a19-6c6c-404b-bbc9-6deae2d18251.xml +38 -0
- data/test/stub_responses/records/contact-8bb6931d-2865-44e9-9a23-ed1fb9c7a46c.xml +40 -0
- data/test/stub_responses/records/contact-936c9759-01da-4063-b472-424ab9f48212.xml +38 -0
- data/test/stub_responses/records/contact-9d12a994-9640-4b75-95cc-3de1e9d0ef09.xml +38 -0
- data/test/stub_responses/records/contact-9fe59245-1fbb-4157-93c3-dc97388f3746.xml +40 -0
- data/test/stub_responses/records/contact-a06a7225-6f8a-4522-8400-c534dd43a16e.xml +40 -0
- data/test/stub_responses/records/contact-a76a85fe-73a2-46fa-aba7-791f36103cdb.xml +40 -0
- data/test/stub_responses/records/contact-a93b5f40-0346-4d21-9181-431e129911c0.xml +40 -0
- data/test/stub_responses/records/contact-abf272dd-6b1d-4829-af88-c57bf55855e3.xml +38 -0
- data/test/stub_responses/records/contact-ad24c33b-256b-4157-ad56-cbcf0e8db7b1.xml +47 -0
- data/test/stub_responses/records/contact-b107129d-f4c9-438e-9573-64b778527f4a.xml +40 -0
- data/test/stub_responses/records/contact-b233288a-aa26-4b26-9fc7-779d797dd56f.xml +40 -0
- data/test/stub_responses/records/contact-b2b5333a-2546-4975-891f-d71a8a640d23.xml +38 -0
- data/test/stub_responses/records/contact-b4d149bf-1823-4bd2-96da-9032388c9686.xml +40 -0
- data/test/stub_responses/records/contact-b78d4fd1-4306-4d83-a0b9-61458d1c53a2.xml +40 -0
- data/test/stub_responses/records/contact-b7d108a8-d5f7-4f16-a7c9-26eaed98e8de.xml +40 -0
- data/test/stub_responses/records/contact-baeed0f3-7989-4874-99b3-59f23032cb73.xml +38 -0
- data/test/stub_responses/records/contact-bc51a3a1-b7f6-46ca-ac9e-19b87e6ca100.xml +40 -0
- data/test/stub_responses/records/contact-be9f3aab-52f5-4d9c-94b4-87f7d9e5ee8b.xml +38 -0
- data/test/stub_responses/records/contact-c135f994-01e4-427b-9e15-acfe8a477c16.xml +49 -0
- data/test/stub_responses/records/contact-c14edf75-15e4-4a9c-86e4-f52e2fe7cfa4.xml +40 -0
- data/test/stub_responses/records/contact-ca9b9abc-c2dc-4221-8101-31f464d314cc.xml +44 -0
- data/test/stub_responses/records/contact-cc4db604-9ed8-4eef-8a29-51b5b70496a0.xml +38 -0
- data/test/stub_responses/records/contact-cce9b044-be4a-43b3-9dc7-c027d8dd35b2.xml +38 -0
- data/test/stub_responses/records/contact-d0cd2c4f-18a0-4f7c-a32a-2db00f29d298.xml +43 -0
- data/test/stub_responses/records/contact-d6851dc2-9ed9-4515-bc0b-810b09c06a6a.xml +38 -0
- data/test/stub_responses/records/contact-d6a384fb-f46f-41a3-8ac7-b7bc9e0b5efa.xml +46 -0
- data/test/stub_responses/records/contact-d74e61cf-2ad0-4f0d-b9d1-6a808e3f70cf.xml +40 -0
- data/test/stub_responses/records/contact-d9ab0f61-3b56-4e2b-be39-f33c11bd99e3.xml +40 -0
- data/test/stub_responses/records/contact-dbb1f0b5-a71b-4458-8462-104acd0fec6b.xml +38 -0
- data/test/stub_responses/records/contact-dd981bd6-40dd-496d-a282-bf7d3391b8b9.xml +40 -0
- data/test/stub_responses/records/contact-e1826204-cc0a-42a5-a6d0-4b352d9d5953.xml +40 -0
- data/test/stub_responses/records/contact-e2d955db-f366-42dd-87f7-fbdb4da2306f.xml +40 -0
- data/test/stub_responses/records/contact-e32e2130-3d27-443a-8313-48fffa03cf53.xml +40 -0
- data/test/stub_responses/records/contact-e3a68332-d322-4816-8678-73a537c8cd33.xml +38 -0
- data/test/stub_responses/records/contact-e6ac76a3-ca32-4fa1-8ef9-6a4bf8b0ec2a.xml +40 -0
- data/test/stub_responses/records/contact-e6ca965d-7c48-480e-be39-e847307f474a.xml +38 -0
- data/test/stub_responses/records/contact-e77d1f20-2e8e-46ec-9a10-50335a216724.xml +40 -0
- data/test/stub_responses/records/contact-e8b98c13-a424-41d2-ba0e-7b7621411e7a.xml +38 -0
- data/test/stub_responses/records/contact-e8e9a2c2-3e7e-48ed-8528-c3d61b28f276.xml +39 -0
- data/test/stub_responses/records/contact-eb43fcc6-87ec-4a0a-b243-d718bee4e2cb.xml +38 -0
- data/test/stub_responses/records/contact-ef6f54c1-eb45-4956-b8cd-1be82ad665f2.xml +43 -0
- data/test/stub_responses/records/contact-efdb3600-f233-42e2-8f18-ce7e2a95e4b1.xml +38 -0
- data/test/stub_responses/records/contact-f7eca431-5c97-4d24-93fd-004bb8a6c644.xml +40 -0
- data/test/stub_responses/records/contact-fb078879-5d6d-474f-825f-61dc90689349.xml +38 -0
- data/test/stub_responses/records/contact-fc39b273-4aa2-4785-99ca-24672f6c0000.xml +38 -0
- data/test/stub_responses/records/contact-fc9ec3a6-a2fe-4300-a8cb-ca8a0b3662e0.xml +40 -0
- data/test/stub_responses/records/contact-fdf96102-7491-44b6-bf4d-7a77ff25f890.xml +40 -0
- data/test/stub_responses/records/contact-fe61ead1-8afc-4f0b-beda-066620227aad.xml +38 -0
- data/test/stub_responses/records/credit_note-371cd138-1e5c-4ec1-a8c6-a1c10e8bdab1.xml +69 -0
- data/test/stub_responses/records/credit_note-3bffc09b-79f2-490d-b91b-c59b700b43a4.xml +91 -0
- data/test/stub_responses/records/credit_note-43c678ee-f357-48e2-b192-b6e3634762f9.xml +90 -0
- data/test/stub_responses/records/credit_note-482c018b-d329-4e05-9b4f-7a4cfc695aa0.xml +73 -0
- data/test/stub_responses/records/credit_note-4f67130a-749a-4ee6-98b2-743adbc11245.xml +60 -0
- data/test/stub_responses/records/credit_note-50e98404-2fba-4031-af67-8ba4bb227c44.xml +74 -0
- data/test/stub_responses/records/credit_note-7df8949c-b71f-40c0-bbcf-39f2f450f286.xml +73 -0
- data/test/stub_responses/records/credit_note-b356e488-2678-4be4-ad4b-d294df2d48d6.xml +76 -0
- data/test/stub_responses/records/invoice-0032f627-3156-4d30-9b1c-4d3b994dc921.xml +82 -0
- data/test/stub_responses/records/invoice-00c9511b-24b9-4190-a90a-8abf2fe9f4a0.xml +74 -0
- data/test/stub_responses/records/invoice-024d7994-a26c-4c20-9894-13934840fc31.xml +73 -0
- data/test/stub_responses/records/invoice-0e64a623-c2a1-446a-93ed-eb897f118cbc.xml +96 -0
- data/test/stub_responses/records/invoice-15e88e57-2554-4496-a18e-eb3f5c622345.xml +73 -0
- data/test/stub_responses/records/invoice-166f0588-d0ba-458c-b28a-8edd4c8fc463.xml +73 -0
- data/test/stub_responses/records/invoice-1d1ba340-afa2-4f4c-8ff7-a147bda9a47b.xml +91 -0
- data/test/stub_responses/records/invoice-290ef4c4-baec-492b-b4dd-c102826470ae.xml +85 -0
- data/test/stub_responses/records/invoice-30a87092-31b5-4a2c-831e-327486533dd2.xml +77 -0
- data/test/stub_responses/records/invoice-30dbd181-72a8-43df-b392-4241bf43d5fc.xml +68 -0
- data/test/stub_responses/records/invoice-33e4123e-7cdd-4f05-9a0a-eb8adeb2b868.xml +92 -0
- data/test/stub_responses/records/invoice-387db692-26ac-47e6-b6cc-015343809bda.xml +73 -0
- data/test/stub_responses/records/invoice-3b28bf11-ed2f-4cf4-8e9e-fcae730cc292.xml +89 -0
- data/test/stub_responses/records/invoice-3fcb9847-b350-412e-ab90-7d9d774ad881.xml +89 -0
- data/test/stub_responses/records/invoice-4602eda6-abe9-448e-b65f-ae6bea21f0eb.xml +96 -0
- data/test/stub_responses/records/invoice-46441f63-873f-4cdc-a278-b8fe516f3abb.xml +91 -0
- data/test/stub_responses/records/invoice-4ad1ec01-f4a3-41d7-bbb4-d2ab2fec8e65.xml +73 -0
- data/test/stub_responses/records/invoice-4b9afceb-f7c7-4e64-8aac-7b009971fd52.xml +84 -0
- data/test/stub_responses/records/invoice-4edbf6d5-4e92-43af-bedd-7effc0b86833.xml +68 -0
- data/test/stub_responses/records/invoice-4fad1af2-b871-4ac5-a15a-3c5e32d2e2c4.xml +83 -0
- data/test/stub_responses/records/invoice-52ee4d67-cae4-462c-adb2-182c39017f3d.xml +81 -0
- data/test/stub_responses/records/invoice-54585f46-c1a0-4432-bd4f-c1fae2fba59b.xml +66 -0
- data/test/stub_responses/records/invoice-5613938b-9e27-472e-92ae-3b038b669d10.xml +85 -0
- data/test/stub_responses/records/invoice-5aa9451d-95d1-4f95-a966-bbab2573f71c.xml +73 -0
- data/test/stub_responses/records/invoice-5aadcd34-01a9-4b8d-a2bb-d7cc1de9fa45.xml +87 -0
- data/test/stub_responses/records/invoice-5f6deadf-36a2-495a-9980-ceb11e8af9a9.xml +83 -0
- data/test/stub_responses/records/invoice-625ffe1b-f5d8-438e-a376-981de5f5a733.xml +75 -0
- data/test/stub_responses/records/invoice-64cd559e-8e03-46af-b461-8555285cee71.xml +84 -0
- data/test/stub_responses/records/invoice-666f8dbb-bc9a-476c-8ec4-4665d7f83190.xml +63 -0
- data/test/stub_responses/records/invoice-66fbe37f-49b1-43fd-97ed-85114022cd2f.xml +77 -0
- data/test/stub_responses/records/invoice-673dd7cc-beb7-4697-83d4-0c47cb400cc2.xml +85 -0
- data/test/stub_responses/records/invoice-69fc971e-9b37-41c5-9c87-174330f22343.xml +65 -0
- data/test/stub_responses/records/invoice-70e6db69-e5a4-42c7-a397-aa3212c2945f.xml +73 -0
- data/test/stub_responses/records/invoice-766d1289-b440-4675-a656-1a0612ecac77.xml +74 -0
- data/test/stub_responses/records/invoice-76bcb361-f93b-4513-b312-5a4af306d276.xml +66 -0
- data/test/stub_responses/records/invoice-76e3f056-479f-417c-a72b-f3d767899b87.xml +89 -0
- data/test/stub_responses/records/invoice-77b338ef-ecc0-4b95-a0d7-2617b0054611.xml +103 -0
- data/test/stub_responses/records/invoice-7be9956d-5316-4f6b-a66a-d355b3f159b2.xml +82 -0
- data/test/stub_responses/records/invoice-7dae876a-b424-436b-a4e6-17b3fdeec80c.xml +82 -0
- data/test/stub_responses/records/invoice-7e862d93-8dab-4856-8b0c-d844e09d750f.xml +66 -0
- data/test/stub_responses/records/invoice-803f70b0-56d9-4157-9787-41df271777a0.xml +82 -0
- data/test/stub_responses/records/invoice-86102312-aa3f-438c-9938-6840f4d8dda6.xml +74 -0
- data/test/stub_responses/records/invoice-8694c9c5-7097-4449-a708-b8c1982921a4.xml +68 -0
- data/test/stub_responses/records/invoice-86d6e00f-ef56-49f7-9a54-796ccd5ca057.xml +83 -0
- data/test/stub_responses/records/invoice-88e77f0f-54a5-4efc-a979-7e22223cc4d7.xml +65 -0
- data/test/stub_responses/records/invoice-8b0ccb6a-d9b7-4da5-8360-ef7fb157b5aa.xml +65 -0
- data/test/stub_responses/records/invoice-935fc854-8037-4111-8d91-993010c331cc.xml +73 -0
- data/test/stub_responses/records/invoice-95ef3000-c764-4ba9-a66a-b6e2d161f839.xml +62 -0
- data/test/stub_responses/records/invoice-962ef33f-c9d2-4602-9b9f-93a02bea23b3.xml +90 -0
- data/test/stub_responses/records/invoice-9868b472-1983-48e9-8edf-7e81ddf2c03a.xml +83 -0
- data/test/stub_responses/records/invoice-9a448e9b-a9fa-4a8b-98f5-6dc892a37374.xml +62 -0
- data/test/stub_responses/records/invoice-a1d04a14-96a8-4067-a0ff-8136990a354f.xml +91 -0
- data/test/stub_responses/records/invoice-a3bc62ef-f11b-4a9c-a4f9-a342bda371b5.xml +65 -0
- data/test/stub_responses/records/invoice-a6894ca0-60ee-4d45-9dd4-b44fcba46ec5.xml +88 -0
- data/test/stub_responses/records/invoice-a9f765e6-b9bc-4505-a47b-fb3ecb327e7b.xml +85 -0
- data/test/stub_responses/records/invoice-aa0173af-8707-4e7f-8dde-4c7a357bd312.xml +92 -0
- data/test/stub_responses/records/invoice-ab63738a-370a-43a5-bfa3-620d684e66d0.xml +81 -0
- data/test/stub_responses/records/invoice-b0344791-5a8a-40dd-a208-d99a461a6c10.xml +82 -0
- data/test/stub_responses/records/invoice-b1e53910-473c-46a3-b3cb-38ece571220e.xml +66 -0
- data/test/stub_responses/records/invoice-b2c02d0b-41a8-4d4d-97d7-014c78b3547d.xml +91 -0
- data/test/stub_responses/records/invoice-b75b3928-ab72-4424-8b93-9cdbbde4cd72.xml +80 -0
- data/test/stub_responses/records/invoice-bcd8a71f-aa31-4d0f-8a01-13ea26363ddf.xml +92 -0
- data/test/stub_responses/records/invoice-bfbb7c45-de02-45e7-b065-d9863ecfb0d8.xml +65 -0
- data/test/stub_responses/records/invoice-c12aff7e-12bf-4185-8702-460929f19674.xml +76 -0
- data/test/stub_responses/records/invoice-c3380b96-976d-4b3e-8b26-8d01eb6a3742.xml +85 -0
- data/test/stub_responses/records/invoice-c963f2b0-cbe1-4abd-9ccc-7e512c942068.xml +66 -0
- data/test/stub_responses/records/invoice-d62646b9-d0a9-4fdb-9561-756a8b7eba45.xml +63 -0
- data/test/stub_responses/records/invoice-dba2f021-f149-4191-a126-5351d587ab0e.xml +74 -0
- data/test/stub_responses/records/invoice-de5d9c29-21b3-4342-958b-ed72c4bd7ab0.xml +106 -0
- data/test/stub_responses/records/invoice-e3d96555-2876-4364-a46a-7551a4f52611.xml +119 -0
- data/test/stub_responses/records/invoice-e4a0afbd-aea0-450b-ae23-0ce921e84a77.xml +99 -0
- data/test/stub_responses/records/invoice-e9cb9ecb-58ef-43a8-bd20-69a85338142d.xml +74 -0
- data/test/stub_responses/records/invoice-ec9a6f67-7128-4a63-8ba3-5e516f455f9b.xml +92 -0
- data/test/stub_responses/records/invoice-ed0f2587-84fc-4aef-bc4b-b1a262e24484.xml +78 -0
- data/test/stub_responses/records/invoice-f362ca53-8ade-4047-865a-bb64bee5863d.xml +73 -0
- data/test/stub_responses/records/invoice-f571c38b-5be1-41e1-ad5a-ff6184284beb.xml +104 -0
- data/test/stub_responses/records/invoice-f5832195-5cd3-4660-ad3f-b73d9c64f263.xml +83 -0
- data/test/stub_responses/records/invoice-f9c857eb-64cd-4235-a078-d04b52c77ea7.xml +74 -0
- data/test/stub_responses/records/manual_journal-4765d07b-aa03-4e56-9166-50661958c864.xml +38 -0
- data/test/stub_responses/records/manual_journal-53fc5558-5b76-4ecd-ae5c-c4af3ccde87c.xml +31 -0
- data/test/stub_responses/records/manual_journal-bb6cfcfc-4500-4475-bd3a-93ee512428e0.xml +31 -0
- data/test/stub_responses/records/manual_journal-f00a355b-7374-445c-886b-0437bea4095c.xml +45 -0
- data/test/stub_responses/refresh_responses.rb +29 -0
- data/test/stub_responses/tax_rates.xml +118 -0
- data/test/stub_responses/token_expired +1 -0
- data/test/stub_responses/tracking_categories.xml +27 -0
- data/test/stub_responses/unknown_error.xml +1 -0
- data/test/test_helper.rb +49 -0
- data/test/unit/models/contact_test.rb +26 -0
- data/test/unit/models/credit_note_test.rb +37 -0
- data/test/unit/models/invoice_test.rb +51 -0
- data/test/unit/oauth_test.rb +72 -0
- data/test/unit/private_application_test.rb +20 -0
- data/test/unit/record/base_model_test.rb +50 -0
- data/test/unit/record/base_test.rb +57 -0
- data/test/unit/record/model_definition_test.rb +159 -0
- data/test/unit/record/parse_where_hash_test.rb +63 -0
- data/test/unit/record/record_association_test.rb +36 -0
- data/test/unit/record/validators_test.rb +180 -0
- data/xeroizer.gemspec +375 -0
- metadata +533 -0
@@ -0,0 +1,153 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-16"?>
|
2
|
+
<ApiException xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
3
|
+
<ErrorNumber>10</ErrorNumber>
|
4
|
+
<Type>ValidationException</Type>
|
5
|
+
<Message>A validation exception occurred</Message>
|
6
|
+
<Elements>
|
7
|
+
<DataContractBase xsi:type="Invoice">
|
8
|
+
<ValidationErrors>
|
9
|
+
<ValidationError>
|
10
|
+
<Message>Users Organisation is not subscribed to currency NZD</Message>
|
11
|
+
</ValidationError>
|
12
|
+
</ValidationErrors>
|
13
|
+
<Warnings />
|
14
|
+
<Reference>Ref:SMITHK</Reference>
|
15
|
+
<Type>ACCREC</Type>
|
16
|
+
<Contact>
|
17
|
+
<ValidationErrors />
|
18
|
+
<Warnings />
|
19
|
+
<ContactID>00000000-0000-0000-0000-000000000000</ContactID>
|
20
|
+
<ContactNumber>0006841301</ContactNumber>
|
21
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
22
|
+
<Name>Ariki Properties</Name>
|
23
|
+
<FirstName>Simon</FirstName>
|
24
|
+
<LastName>Greenville</LastName>
|
25
|
+
<EmailAddress>emailaddress@yourdomain.com</EmailAddress>
|
26
|
+
<SkypeUserName>Skype Name/Number</SkypeUserName>
|
27
|
+
<BankAccountDetails>Bank Account Details</BankAccountDetails>
|
28
|
+
<TaxNumber>Tax ID Number</TaxNumber>
|
29
|
+
<AccountsPayableTaxType>INPUT</AccountsPayableTaxType>
|
30
|
+
<Addresses>
|
31
|
+
<Address>
|
32
|
+
<ValidationErrors />
|
33
|
+
<Warnings />
|
34
|
+
<AddressType>STREET</AddressType>
|
35
|
+
<AddressLine1>Level 71</AddressLine1>
|
36
|
+
<AddressLine2>30 Rockefeller plaza</AddressLine2>
|
37
|
+
<AddressLine3 />
|
38
|
+
<AddressLine4 />
|
39
|
+
<City>New York</City>
|
40
|
+
<Region>New York State</Region>
|
41
|
+
<PostalCode>10112</PostalCode>
|
42
|
+
<Country>USA</Country>
|
43
|
+
<AttentionTo>Simon G.</AttentionTo>
|
44
|
+
</Address>
|
45
|
+
<Address>
|
46
|
+
<ValidationErrors />
|
47
|
+
<Warnings />
|
48
|
+
<AddressType>POBOX</AddressType>
|
49
|
+
<AddressLine1>PO Box 10112</AddressLine1>
|
50
|
+
<AddressLine2 />
|
51
|
+
<AddressLine3 />
|
52
|
+
<AddressLine4 />
|
53
|
+
<City>New York</City>
|
54
|
+
<Region>New York State</Region>
|
55
|
+
<PostalCode>10112</PostalCode>
|
56
|
+
<Country>USA</Country>
|
57
|
+
<AttentionTo>Simon G.</AttentionTo>
|
58
|
+
</Address>
|
59
|
+
</Addresses>
|
60
|
+
<Phones>
|
61
|
+
<Phone>
|
62
|
+
<ValidationErrors />
|
63
|
+
<Warnings />
|
64
|
+
<PhoneType>DEFAULT</PhoneType>
|
65
|
+
<PhoneNumber>5996999</PhoneNumber>
|
66
|
+
<PhoneAreaCode>877</PhoneAreaCode>
|
67
|
+
<PhoneCountryCode>0001</PhoneCountryCode>
|
68
|
+
</Phone>
|
69
|
+
<Phone>
|
70
|
+
<ValidationErrors />
|
71
|
+
<Warnings />
|
72
|
+
<PhoneType>DDI</PhoneType>
|
73
|
+
<PhoneNumber>1234567</PhoneNumber>
|
74
|
+
<PhoneAreaCode>877</PhoneAreaCode>
|
75
|
+
<PhoneCountryCode>0001</PhoneCountryCode>
|
76
|
+
</Phone>
|
77
|
+
<Phone>
|
78
|
+
<ValidationErrors />
|
79
|
+
<Warnings />
|
80
|
+
<PhoneType>FAX</PhoneType>
|
81
|
+
<PhoneNumber>7654321</PhoneNumber>
|
82
|
+
<PhoneAreaCode>877</PhoneAreaCode>
|
83
|
+
<PhoneCountryCode>0001</PhoneCountryCode>
|
84
|
+
</Phone>
|
85
|
+
<Phone>
|
86
|
+
<ValidationErrors />
|
87
|
+
<Warnings />
|
88
|
+
<PhoneType>MOBILE</PhoneType>
|
89
|
+
<PhoneNumber>5555555</PhoneNumber>
|
90
|
+
<PhoneAreaCode>877</PhoneAreaCode>
|
91
|
+
<PhoneCountryCode>0001</PhoneCountryCode>
|
92
|
+
</Phone>
|
93
|
+
</Phones>
|
94
|
+
<UpdatedDateUTC xsi:nil="true" />
|
95
|
+
<ContactGroups />
|
96
|
+
<IsSupplier xsi:nil="true" />
|
97
|
+
<IsCustomer xsi:nil="true" />
|
98
|
+
<DefaultCurrency>USD</DefaultCurrency>
|
99
|
+
</Contact>
|
100
|
+
<Date>2009-09-08T00:00:00</Date>
|
101
|
+
<DueDate>2009-10-20T00:00:00</DueDate>
|
102
|
+
<Status>SUBMITTED</Status>
|
103
|
+
<LineAmountTypes>Inclusive</LineAmountTypes>
|
104
|
+
<LineItems>
|
105
|
+
<LineItem>
|
106
|
+
<ValidationErrors />
|
107
|
+
<Warnings />
|
108
|
+
<Description>3 copies of OS X 10.6 Snow Leopard</Description>
|
109
|
+
<Quantity>3.0000</Quantity>
|
110
|
+
<UnitAmount>59.00</UnitAmount>
|
111
|
+
<TaxType>OUTPUT</TaxType>
|
112
|
+
<TaxAmount>19.67</TaxAmount>
|
113
|
+
<LineAmount>177.00</LineAmount>
|
114
|
+
<AccountCode>200</AccountCode>
|
115
|
+
<Tracking>
|
116
|
+
<TrackingCategory>
|
117
|
+
<ValidationErrors />
|
118
|
+
<Warnings />
|
119
|
+
<TrackingCategoryID>e2f2f732-e92a-4f3a-9c4d-ee4da0182a13</TrackingCategoryID>
|
120
|
+
<Name>Region</Name>
|
121
|
+
<Option>North</Option>
|
122
|
+
<Options />
|
123
|
+
</TrackingCategory>
|
124
|
+
</Tracking>
|
125
|
+
</LineItem>
|
126
|
+
<LineItem>
|
127
|
+
<ValidationErrors />
|
128
|
+
<Warnings />
|
129
|
+
<Description>Returned Apple Keyboard with Numeric Keypad (faulty)</Description>
|
130
|
+
<Quantity>1.0000</Quantity>
|
131
|
+
<UnitAmount>-79.00</UnitAmount>
|
132
|
+
<TaxType>OUTPUT</TaxType>
|
133
|
+
<TaxAmount>-8.78</TaxAmount>
|
134
|
+
<LineAmount>-79.00</LineAmount>
|
135
|
+
<AccountCode>200</AccountCode>
|
136
|
+
<Tracking />
|
137
|
+
</LineItem>
|
138
|
+
</LineItems>
|
139
|
+
<SubTotal>87.11</SubTotal>
|
140
|
+
<TotalTax>10.90</TotalTax>
|
141
|
+
<Total>98.00</Total>
|
142
|
+
<UpdatedDateUTC xsi:nil="true" />
|
143
|
+
<CurrencyCode>NZD</CurrencyCode>
|
144
|
+
<FullyPaidOnDate xsi:nil="true" />
|
145
|
+
<InvoiceID>00000000-0000-0000-0000-000000000000</InvoiceID>
|
146
|
+
<InvoiceNumber>OIT:01065</InvoiceNumber>
|
147
|
+
<Payments />
|
148
|
+
<AmountDue xsi:nil="true" />
|
149
|
+
<AmountPaid xsi:nil="true" />
|
150
|
+
<AmountCredited xsi:nil="true" />
|
151
|
+
</DataContractBase>
|
152
|
+
</Elements>
|
153
|
+
</ApiException>
|
@@ -0,0 +1 @@
|
|
1
|
+
oauth_problem=bogus_error&oauth_problem_advice=bogus%20error
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
2
|
+
<Id>c4e22f4a-c927-4b00-8db8-aff44d849e90</Id>
|
3
|
+
<Status>OK</Status>
|
4
|
+
<ProviderName>Appcordion Private</ProviderName>
|
5
|
+
<DateTimeUTC>2010-12-21T00:57:01.6071263Z</DateTimeUTC>
|
6
|
+
<BrandingThemes>
|
7
|
+
<BrandingTheme>
|
8
|
+
<BrandingThemeID>aefae6d5-7bbe-4e2e-aadc-302cd07a0fc1</BrandingThemeID>
|
9
|
+
<Name>Standard</Name>
|
10
|
+
<SortOrder>0</SortOrder>
|
11
|
+
<CreatedDateUTC>2010-06-29T18:16:36.27</CreatedDateUTC>
|
12
|
+
</BrandingTheme>
|
13
|
+
<BrandingTheme>
|
14
|
+
<BrandingThemeID>dfe23d27-a3a6-4ef3-a5ca-b9e02b142dde</BrandingThemeID>
|
15
|
+
<Name>Special Projects</Name>
|
16
|
+
<SortOrder>1</SortOrder>
|
17
|
+
<CreatedDateUTC>2000-01-01T00:00:00</CreatedDateUTC>
|
18
|
+
</BrandingTheme>
|
19
|
+
</BrandingThemes>
|
20
|
+
</Response>
|
@@ -0,0 +1,40 @@
|
|
1
|
+
<Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
2
|
+
<Id>42d8b00c-2fdd-4a8a-9b84-82cfe78ff34a</Id>
|
3
|
+
<Status>OK</Status>
|
4
|
+
<ProviderName>Test Provider Name</ProviderName>
|
5
|
+
<DateTimeUTC>2010-12-20T04:13:44.7828584Z</DateTimeUTC>
|
6
|
+
<Contacts>
|
7
|
+
<Contact>
|
8
|
+
<ContactID>f7eca431-5c97-4d24-93fd-004bb8a6c644</ContactID>
|
9
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
10
|
+
<Name>Test Company Changed 923099849</Name>
|
11
|
+
<FirstName>Wayne</FirstName>
|
12
|
+
<LastName>Robinson</LastName>
|
13
|
+
<Addresses>
|
14
|
+
<Address>
|
15
|
+
<AddressType>POBOX</AddressType>
|
16
|
+
</Address>
|
17
|
+
<Address>
|
18
|
+
<AddressType>STREET</AddressType>
|
19
|
+
</Address>
|
20
|
+
</Addresses>
|
21
|
+
<Phones>
|
22
|
+
<Phone>
|
23
|
+
<PhoneType>DDI</PhoneType>
|
24
|
+
</Phone>
|
25
|
+
<Phone>
|
26
|
+
<PhoneType>DEFAULT</PhoneType>
|
27
|
+
</Phone>
|
28
|
+
<Phone>
|
29
|
+
<PhoneType>MOBILE</PhoneType>
|
30
|
+
</Phone>
|
31
|
+
<Phone>
|
32
|
+
<PhoneType>FAX</PhoneType>
|
33
|
+
</Phone>
|
34
|
+
</Phones>
|
35
|
+
<UpdatedDateUTC>2010-12-16T15:06:41.727</UpdatedDateUTC>
|
36
|
+
<IsSupplier>false</IsSupplier>
|
37
|
+
<IsCustomer>false</IsCustomer>
|
38
|
+
</Contact>
|
39
|
+
</Contacts>
|
40
|
+
</Response>
|
@@ -0,0 +1,3349 @@
|
|
1
|
+
<Response xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
2
|
+
<Id>afcc2163-fd1d-42ea-aed4-10583c4d3840</Id>
|
3
|
+
<Status>OK</Status>
|
4
|
+
<ProviderName>Appcordion Private</ProviderName>
|
5
|
+
<DateTimeUTC>2010-12-21T00:57:03.7165553Z</DateTimeUTC>
|
6
|
+
<Contacts>
|
7
|
+
<Contact>
|
8
|
+
<ContactID>f7eca431-5c97-4d24-93fd-004bb8a6c644</ContactID>
|
9
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
10
|
+
<Name>Test Company Changed 923099849</Name>
|
11
|
+
<FirstName>Wayne</FirstName>
|
12
|
+
<LastName>Robinson</LastName>
|
13
|
+
<Addresses>
|
14
|
+
<Address>
|
15
|
+
<AddressType>POBOX</AddressType>
|
16
|
+
</Address>
|
17
|
+
<Address>
|
18
|
+
<AddressType>STREET</AddressType>
|
19
|
+
</Address>
|
20
|
+
</Addresses>
|
21
|
+
<Phones>
|
22
|
+
<Phone>
|
23
|
+
<PhoneType>DDI</PhoneType>
|
24
|
+
</Phone>
|
25
|
+
<Phone>
|
26
|
+
<PhoneType>DEFAULT</PhoneType>
|
27
|
+
</Phone>
|
28
|
+
<Phone>
|
29
|
+
<PhoneType>MOBILE</PhoneType>
|
30
|
+
</Phone>
|
31
|
+
<Phone>
|
32
|
+
<PhoneType>FAX</PhoneType>
|
33
|
+
</Phone>
|
34
|
+
</Phones>
|
35
|
+
<UpdatedDateUTC>2010-12-16T15:06:41.727</UpdatedDateUTC>
|
36
|
+
<IsSupplier>false</IsSupplier>
|
37
|
+
<IsCustomer>false</IsCustomer>
|
38
|
+
</Contact>
|
39
|
+
<Contact>
|
40
|
+
<ContactID>fe61ead1-8afc-4f0b-beda-066620227aad</ContactID>
|
41
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
42
|
+
<Name>Xero</Name>
|
43
|
+
<Addresses>
|
44
|
+
<Address>
|
45
|
+
<AddressType>POBOX</AddressType>
|
46
|
+
</Address>
|
47
|
+
<Address>
|
48
|
+
<AddressType>STREET</AddressType>
|
49
|
+
</Address>
|
50
|
+
</Addresses>
|
51
|
+
<Phones>
|
52
|
+
<Phone>
|
53
|
+
<PhoneType>MOBILE</PhoneType>
|
54
|
+
</Phone>
|
55
|
+
<Phone>
|
56
|
+
<PhoneType>DDI</PhoneType>
|
57
|
+
</Phone>
|
58
|
+
<Phone>
|
59
|
+
<PhoneType>FAX</PhoneType>
|
60
|
+
</Phone>
|
61
|
+
<Phone>
|
62
|
+
<PhoneType>DEFAULT</PhoneType>
|
63
|
+
</Phone>
|
64
|
+
</Phones>
|
65
|
+
<UpdatedDateUTC>2010-12-04T03:57:47.213</UpdatedDateUTC>
|
66
|
+
<IsSupplier>true</IsSupplier>
|
67
|
+
<IsCustomer>false</IsCustomer>
|
68
|
+
</Contact>
|
69
|
+
<Contact>
|
70
|
+
<ContactID>dbb1f0b5-a71b-4458-8462-104acd0fec6b</ContactID>
|
71
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
72
|
+
<Name>MCO Cleaning Services</Name>
|
73
|
+
<Addresses>
|
74
|
+
<Address>
|
75
|
+
<AddressType>STREET</AddressType>
|
76
|
+
</Address>
|
77
|
+
<Address>
|
78
|
+
<AddressType>POBOX</AddressType>
|
79
|
+
</Address>
|
80
|
+
</Addresses>
|
81
|
+
<Phones>
|
82
|
+
<Phone>
|
83
|
+
<PhoneType>FAX</PhoneType>
|
84
|
+
</Phone>
|
85
|
+
<Phone>
|
86
|
+
<PhoneType>DDI</PhoneType>
|
87
|
+
</Phone>
|
88
|
+
<Phone>
|
89
|
+
<PhoneType>MOBILE</PhoneType>
|
90
|
+
</Phone>
|
91
|
+
<Phone>
|
92
|
+
<PhoneType>DEFAULT</PhoneType>
|
93
|
+
</Phone>
|
94
|
+
</Phones>
|
95
|
+
<UpdatedDateUTC>2010-11-16T06:44:23.14</UpdatedDateUTC>
|
96
|
+
<IsSupplier>true</IsSupplier>
|
97
|
+
<IsCustomer>false</IsCustomer>
|
98
|
+
</Contact>
|
99
|
+
<Contact>
|
100
|
+
<ContactID>565acaa9-e7f3-4fbf-80c3-16b081ddae10</ContactID>
|
101
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
102
|
+
<Name>Southside Office Supplies</Name>
|
103
|
+
<Addresses>
|
104
|
+
<Address>
|
105
|
+
<AddressType>POBOX</AddressType>
|
106
|
+
</Address>
|
107
|
+
<Address>
|
108
|
+
<AddressType>STREET</AddressType>
|
109
|
+
</Address>
|
110
|
+
</Addresses>
|
111
|
+
<Phones>
|
112
|
+
<Phone>
|
113
|
+
<PhoneType>FAX</PhoneType>
|
114
|
+
</Phone>
|
115
|
+
<Phone>
|
116
|
+
<PhoneType>MOBILE</PhoneType>
|
117
|
+
</Phone>
|
118
|
+
<Phone>
|
119
|
+
<PhoneType>DEFAULT</PhoneType>
|
120
|
+
</Phone>
|
121
|
+
<Phone>
|
122
|
+
<PhoneType>DDI</PhoneType>
|
123
|
+
</Phone>
|
124
|
+
</Phones>
|
125
|
+
<UpdatedDateUTC>2010-11-16T05:06:56.893</UpdatedDateUTC>
|
126
|
+
<IsSupplier>false</IsSupplier>
|
127
|
+
<IsCustomer>false</IsCustomer>
|
128
|
+
</Contact>
|
129
|
+
<Contact>
|
130
|
+
<ContactID>4ab343ad-1ebb-4afe-9d48-1814a93c2081</ContactID>
|
131
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
132
|
+
<Name>ABPA</Name>
|
133
|
+
<Addresses>
|
134
|
+
<Address>
|
135
|
+
<AddressType>STREET</AddressType>
|
136
|
+
</Address>
|
137
|
+
<Address>
|
138
|
+
<AddressType>POBOX</AddressType>
|
139
|
+
</Address>
|
140
|
+
</Addresses>
|
141
|
+
<Phones>
|
142
|
+
<Phone>
|
143
|
+
<PhoneType>DDI</PhoneType>
|
144
|
+
</Phone>
|
145
|
+
<Phone>
|
146
|
+
<PhoneType>FAX</PhoneType>
|
147
|
+
</Phone>
|
148
|
+
<Phone>
|
149
|
+
<PhoneType>DEFAULT</PhoneType>
|
150
|
+
</Phone>
|
151
|
+
<Phone>
|
152
|
+
<PhoneType>MOBILE</PhoneType>
|
153
|
+
</Phone>
|
154
|
+
</Phones>
|
155
|
+
<UpdatedDateUTC>2010-12-03T01:49:53.353</UpdatedDateUTC>
|
156
|
+
<IsSupplier>true</IsSupplier>
|
157
|
+
<IsCustomer>false</IsCustomer>
|
158
|
+
</Contact>
|
159
|
+
<Contact>
|
160
|
+
<ContactID>bc51a3a1-b7f6-46ca-ac9e-19b87e6ca100</ContactID>
|
161
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
162
|
+
<Name>Test Company 302188445</Name>
|
163
|
+
<FirstName>Wayne</FirstName>
|
164
|
+
<LastName>Robinson</LastName>
|
165
|
+
<Addresses>
|
166
|
+
<Address>
|
167
|
+
<AddressType>POBOX</AddressType>
|
168
|
+
</Address>
|
169
|
+
<Address>
|
170
|
+
<AddressType>STREET</AddressType>
|
171
|
+
</Address>
|
172
|
+
</Addresses>
|
173
|
+
<Phones>
|
174
|
+
<Phone>
|
175
|
+
<PhoneType>DEFAULT</PhoneType>
|
176
|
+
</Phone>
|
177
|
+
<Phone>
|
178
|
+
<PhoneType>FAX</PhoneType>
|
179
|
+
</Phone>
|
180
|
+
<Phone>
|
181
|
+
<PhoneType>MOBILE</PhoneType>
|
182
|
+
</Phone>
|
183
|
+
<Phone>
|
184
|
+
<PhoneType>DDI</PhoneType>
|
185
|
+
</Phone>
|
186
|
+
</Phones>
|
187
|
+
<UpdatedDateUTC>2010-12-16T15:09:39.707</UpdatedDateUTC>
|
188
|
+
<IsSupplier>false</IsSupplier>
|
189
|
+
<IsCustomer>false</IsCustomer>
|
190
|
+
</Contact>
|
191
|
+
<Contact>
|
192
|
+
<ContactID>ef6f54c1-eb45-4956-b8cd-1be82ad665f2</ContactID>
|
193
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
194
|
+
<Name>Maddox Publishing Group</Name>
|
195
|
+
<Addresses>
|
196
|
+
<Address>
|
197
|
+
<AddressType>POBOX</AddressType>
|
198
|
+
<AddressLine1>L9 BWA Tower</AddressLine1>
|
199
|
+
<AddressLine2>150 Bourke Street</AddressLine2>
|
200
|
+
<City>Melbourne</City>
|
201
|
+
<PostalCode>3133</PostalCode>
|
202
|
+
</Address>
|
203
|
+
<Address>
|
204
|
+
<AddressType>STREET</AddressType>
|
205
|
+
</Address>
|
206
|
+
</Addresses>
|
207
|
+
<Phones>
|
208
|
+
<Phone>
|
209
|
+
<PhoneType>DDI</PhoneType>
|
210
|
+
</Phone>
|
211
|
+
<Phone>
|
212
|
+
<PhoneType>MOBILE</PhoneType>
|
213
|
+
</Phone>
|
214
|
+
<Phone>
|
215
|
+
<PhoneType>DEFAULT</PhoneType>
|
216
|
+
</Phone>
|
217
|
+
<Phone>
|
218
|
+
<PhoneType>FAX</PhoneType>
|
219
|
+
</Phone>
|
220
|
+
</Phones>
|
221
|
+
<UpdatedDateUTC>2010-11-30T23:55:12.14</UpdatedDateUTC>
|
222
|
+
<IsSupplier>false</IsSupplier>
|
223
|
+
<IsCustomer>true</IsCustomer>
|
224
|
+
</Contact>
|
225
|
+
<Contact>
|
226
|
+
<ContactID>0e74f929-11b9-4255-a035-1fdfe573e676</ContactID>
|
227
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
228
|
+
<Name>Test Company 799035579</Name>
|
229
|
+
<FirstName>Wayne</FirstName>
|
230
|
+
<LastName>Robinson</LastName>
|
231
|
+
<Addresses>
|
232
|
+
<Address>
|
233
|
+
<AddressType>STREET</AddressType>
|
234
|
+
</Address>
|
235
|
+
<Address>
|
236
|
+
<AddressType>POBOX</AddressType>
|
237
|
+
</Address>
|
238
|
+
</Addresses>
|
239
|
+
<Phones>
|
240
|
+
<Phone>
|
241
|
+
<PhoneType>MOBILE</PhoneType>
|
242
|
+
</Phone>
|
243
|
+
<Phone>
|
244
|
+
<PhoneType>DDI</PhoneType>
|
245
|
+
</Phone>
|
246
|
+
<Phone>
|
247
|
+
<PhoneType>FAX</PhoneType>
|
248
|
+
</Phone>
|
249
|
+
<Phone>
|
250
|
+
<PhoneType>DEFAULT</PhoneType>
|
251
|
+
</Phone>
|
252
|
+
</Phones>
|
253
|
+
<UpdatedDateUTC>2010-12-16T15:07:07.32</UpdatedDateUTC>
|
254
|
+
<IsSupplier>false</IsSupplier>
|
255
|
+
<IsCustomer>false</IsCustomer>
|
256
|
+
</Contact>
|
257
|
+
<Contact>
|
258
|
+
<ContactID>fc39b273-4aa2-4785-99ca-24672f6c0000</ContactID>
|
259
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
260
|
+
<Name>Marriot Outback</Name>
|
261
|
+
<Addresses>
|
262
|
+
<Address>
|
263
|
+
<AddressType>STREET</AddressType>
|
264
|
+
</Address>
|
265
|
+
<Address>
|
266
|
+
<AddressType>POBOX</AddressType>
|
267
|
+
</Address>
|
268
|
+
</Addresses>
|
269
|
+
<Phones>
|
270
|
+
<Phone>
|
271
|
+
<PhoneType>DEFAULT</PhoneType>
|
272
|
+
</Phone>
|
273
|
+
<Phone>
|
274
|
+
<PhoneType>FAX</PhoneType>
|
275
|
+
</Phone>
|
276
|
+
<Phone>
|
277
|
+
<PhoneType>DDI</PhoneType>
|
278
|
+
</Phone>
|
279
|
+
<Phone>
|
280
|
+
<PhoneType>MOBILE</PhoneType>
|
281
|
+
</Phone>
|
282
|
+
</Phones>
|
283
|
+
<UpdatedDateUTC>2010-11-20T05:40:13.62</UpdatedDateUTC>
|
284
|
+
<IsSupplier>false</IsSupplier>
|
285
|
+
<IsCustomer>false</IsCustomer>
|
286
|
+
</Contact>
|
287
|
+
<Contact>
|
288
|
+
<ContactID>b7d108a8-d5f7-4f16-a7c9-26eaed98e8de</ContactID>
|
289
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
290
|
+
<Name>Test Company Changed 865153672</Name>
|
291
|
+
<FirstName>Wayne</FirstName>
|
292
|
+
<LastName>Robinson</LastName>
|
293
|
+
<Addresses>
|
294
|
+
<Address>
|
295
|
+
<AddressType>POBOX</AddressType>
|
296
|
+
</Address>
|
297
|
+
<Address>
|
298
|
+
<AddressType>STREET</AddressType>
|
299
|
+
</Address>
|
300
|
+
</Addresses>
|
301
|
+
<Phones>
|
302
|
+
<Phone>
|
303
|
+
<PhoneType>MOBILE</PhoneType>
|
304
|
+
</Phone>
|
305
|
+
<Phone>
|
306
|
+
<PhoneType>FAX</PhoneType>
|
307
|
+
</Phone>
|
308
|
+
<Phone>
|
309
|
+
<PhoneType>DDI</PhoneType>
|
310
|
+
</Phone>
|
311
|
+
<Phone>
|
312
|
+
<PhoneType>DEFAULT</PhoneType>
|
313
|
+
</Phone>
|
314
|
+
</Phones>
|
315
|
+
<UpdatedDateUTC>2010-12-16T15:07:09.163</UpdatedDateUTC>
|
316
|
+
<IsSupplier>false</IsSupplier>
|
317
|
+
<IsCustomer>false</IsCustomer>
|
318
|
+
</Contact>
|
319
|
+
<Contact>
|
320
|
+
<ContactID>67d26b93-ccb4-4890-9bf1-284b70ea755d</ContactID>
|
321
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
322
|
+
<Name>Berry Brew</Name>
|
323
|
+
<Addresses>
|
324
|
+
<Address>
|
325
|
+
<AddressType>POBOX</AddressType>
|
326
|
+
</Address>
|
327
|
+
<Address>
|
328
|
+
<AddressType>STREET</AddressType>
|
329
|
+
</Address>
|
330
|
+
</Addresses>
|
331
|
+
<Phones>
|
332
|
+
<Phone>
|
333
|
+
<PhoneType>DDI</PhoneType>
|
334
|
+
</Phone>
|
335
|
+
<Phone>
|
336
|
+
<PhoneType>DEFAULT</PhoneType>
|
337
|
+
</Phone>
|
338
|
+
<Phone>
|
339
|
+
<PhoneType>MOBILE</PhoneType>
|
340
|
+
</Phone>
|
341
|
+
<Phone>
|
342
|
+
<PhoneType>FAX</PhoneType>
|
343
|
+
</Phone>
|
344
|
+
</Phones>
|
345
|
+
<UpdatedDateUTC>2010-11-16T06:37:37.697</UpdatedDateUTC>
|
346
|
+
<IsSupplier>false</IsSupplier>
|
347
|
+
<IsCustomer>false</IsCustomer>
|
348
|
+
</Contact>
|
349
|
+
<Contact>
|
350
|
+
<ContactID>65e96c9f-1595-4653-9a8a-2a36d49223c2</ContactID>
|
351
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
352
|
+
<Name>Test Company Changed 579839504</Name>
|
353
|
+
<FirstName>Wayne</FirstName>
|
354
|
+
<LastName>Robinson</LastName>
|
355
|
+
<Addresses>
|
356
|
+
<Address>
|
357
|
+
<AddressType>STREET</AddressType>
|
358
|
+
</Address>
|
359
|
+
<Address>
|
360
|
+
<AddressType>POBOX</AddressType>
|
361
|
+
</Address>
|
362
|
+
</Addresses>
|
363
|
+
<Phones>
|
364
|
+
<Phone>
|
365
|
+
<PhoneType>DEFAULT</PhoneType>
|
366
|
+
</Phone>
|
367
|
+
<Phone>
|
368
|
+
<PhoneType>MOBILE</PhoneType>
|
369
|
+
</Phone>
|
370
|
+
<Phone>
|
371
|
+
<PhoneType>FAX</PhoneType>
|
372
|
+
</Phone>
|
373
|
+
<Phone>
|
374
|
+
<PhoneType>DDI</PhoneType>
|
375
|
+
</Phone>
|
376
|
+
</Phones>
|
377
|
+
<UpdatedDateUTC>2010-12-17T01:26:02.397</UpdatedDateUTC>
|
378
|
+
<IsSupplier>false</IsSupplier>
|
379
|
+
<IsCustomer>false</IsCustomer>
|
380
|
+
</Contact>
|
381
|
+
<Contact>
|
382
|
+
<ContactID>1975b0ed-b7ba-4c61-bae8-2aa6d78b0dee</ContactID>
|
383
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
384
|
+
<Name>Marine Systems</Name>
|
385
|
+
<Addresses>
|
386
|
+
<Address>
|
387
|
+
<AddressType>POBOX</AddressType>
|
388
|
+
</Address>
|
389
|
+
<Address>
|
390
|
+
<AddressType>STREET</AddressType>
|
391
|
+
</Address>
|
392
|
+
</Addresses>
|
393
|
+
<Phones>
|
394
|
+
<Phone>
|
395
|
+
<PhoneType>FAX</PhoneType>
|
396
|
+
</Phone>
|
397
|
+
<Phone>
|
398
|
+
<PhoneType>DEFAULT</PhoneType>
|
399
|
+
</Phone>
|
400
|
+
<Phone>
|
401
|
+
<PhoneType>DDI</PhoneType>
|
402
|
+
</Phone>
|
403
|
+
<Phone>
|
404
|
+
<PhoneType>MOBILE</PhoneType>
|
405
|
+
</Phone>
|
406
|
+
</Phones>
|
407
|
+
<UpdatedDateUTC>2010-12-07T05:41:06.73</UpdatedDateUTC>
|
408
|
+
<IsSupplier>false</IsSupplier>
|
409
|
+
<IsCustomer>true</IsCustomer>
|
410
|
+
<DefaultCurrency>AUD</DefaultCurrency>
|
411
|
+
</Contact>
|
412
|
+
<Contact>
|
413
|
+
<ContactID>d0cd2c4f-18a0-4f7c-a32a-2db00f29d298</ContactID>
|
414
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
415
|
+
<Name>PC Complete</Name>
|
416
|
+
<Addresses>
|
417
|
+
<Address>
|
418
|
+
<AddressType>STREET</AddressType>
|
419
|
+
</Address>
|
420
|
+
<Address>
|
421
|
+
<AddressType>POBOX</AddressType>
|
422
|
+
<AddressLine1>18 Little Flinders Street</AddressLine1>
|
423
|
+
<City>Melbourne</City>
|
424
|
+
<PostalCode>3313</PostalCode>
|
425
|
+
</Address>
|
426
|
+
</Addresses>
|
427
|
+
<Phones>
|
428
|
+
<Phone>
|
429
|
+
<PhoneType>FAX</PhoneType>
|
430
|
+
</Phone>
|
431
|
+
<Phone>
|
432
|
+
<PhoneType>DDI</PhoneType>
|
433
|
+
</Phone>
|
434
|
+
<Phone>
|
435
|
+
<PhoneType>DEFAULT</PhoneType>
|
436
|
+
<PhoneNumber>4389376</PhoneNumber>
|
437
|
+
<PhoneAreaCode>0800</PhoneAreaCode>
|
438
|
+
</Phone>
|
439
|
+
<Phone>
|
440
|
+
<PhoneType>MOBILE</PhoneType>
|
441
|
+
</Phone>
|
442
|
+
</Phones>
|
443
|
+
<UpdatedDateUTC>2010-11-23T23:41:00.857</UpdatedDateUTC>
|
444
|
+
<IsSupplier>true</IsSupplier>
|
445
|
+
<IsCustomer>false</IsCustomer>
|
446
|
+
</Contact>
|
447
|
+
<Contact>
|
448
|
+
<ContactID>299dd3a0-a417-4a37-8a04-2f55e91963e5</ContactID>
|
449
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
450
|
+
<Name>Test Company</Name>
|
451
|
+
<FirstName>Wayne</FirstName>
|
452
|
+
<LastName>Robinson</LastName>
|
453
|
+
<Addresses>
|
454
|
+
<Address>
|
455
|
+
<AddressType>POBOX</AddressType>
|
456
|
+
</Address>
|
457
|
+
<Address>
|
458
|
+
<AddressType>STREET</AddressType>
|
459
|
+
</Address>
|
460
|
+
</Addresses>
|
461
|
+
<Phones>
|
462
|
+
<Phone>
|
463
|
+
<PhoneType>MOBILE</PhoneType>
|
464
|
+
</Phone>
|
465
|
+
<Phone>
|
466
|
+
<PhoneType>FAX</PhoneType>
|
467
|
+
</Phone>
|
468
|
+
<Phone>
|
469
|
+
<PhoneType>DDI</PhoneType>
|
470
|
+
</Phone>
|
471
|
+
<Phone>
|
472
|
+
<PhoneType>DEFAULT</PhoneType>
|
473
|
+
</Phone>
|
474
|
+
</Phones>
|
475
|
+
<UpdatedDateUTC>2010-12-16T14:43:07.65</UpdatedDateUTC>
|
476
|
+
<IsSupplier>false</IsSupplier>
|
477
|
+
<IsCustomer>false</IsCustomer>
|
478
|
+
</Contact>
|
479
|
+
<Contact>
|
480
|
+
<ContactID>ca9b9abc-c2dc-4221-8101-31f464d314cc</ContactID>
|
481
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
482
|
+
<Name>Carruthers & Smale</Name>
|
483
|
+
<SkypeUserName>+123demo</SkypeUserName>
|
484
|
+
<Addresses>
|
485
|
+
<Address>
|
486
|
+
<AddressType>STREET</AddressType>
|
487
|
+
</Address>
|
488
|
+
<Address>
|
489
|
+
<AddressType>POBOX</AddressType>
|
490
|
+
<AddressLine1>P O Box 3331</AddressLine1>
|
491
|
+
<AddressLine2>GPO</AddressLine2>
|
492
|
+
<City>Melbourne</City>
|
493
|
+
<PostalCode>3113</PostalCode>
|
494
|
+
</Address>
|
495
|
+
</Addresses>
|
496
|
+
<Phones>
|
497
|
+
<Phone>
|
498
|
+
<PhoneType>FAX</PhoneType>
|
499
|
+
</Phone>
|
500
|
+
<Phone>
|
501
|
+
<PhoneType>DDI</PhoneType>
|
502
|
+
</Phone>
|
503
|
+
<Phone>
|
504
|
+
<PhoneType>MOBILE</PhoneType>
|
505
|
+
</Phone>
|
506
|
+
<Phone>
|
507
|
+
<PhoneType>DEFAULT</PhoneType>
|
508
|
+
</Phone>
|
509
|
+
</Phones>
|
510
|
+
<UpdatedDateUTC>2011-01-21T20:05:14.11</UpdatedDateUTC>
|
511
|
+
<IsSupplier>false</IsSupplier>
|
512
|
+
<IsCustomer>true</IsCustomer>
|
513
|
+
</Contact>
|
514
|
+
<Contact>
|
515
|
+
<ContactID>451ceb28-9610-44c9-8f35-3225482f2413</ContactID>
|
516
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
517
|
+
<Name>Test Company Changed 704218590</Name>
|
518
|
+
<FirstName>Wayne</FirstName>
|
519
|
+
<LastName>Robinson</LastName>
|
520
|
+
<Addresses>
|
521
|
+
<Address>
|
522
|
+
<AddressType>POBOX</AddressType>
|
523
|
+
</Address>
|
524
|
+
<Address>
|
525
|
+
<AddressType>STREET</AddressType>
|
526
|
+
</Address>
|
527
|
+
</Addresses>
|
528
|
+
<Phones>
|
529
|
+
<Phone>
|
530
|
+
<PhoneType>DDI</PhoneType>
|
531
|
+
</Phone>
|
532
|
+
<Phone>
|
533
|
+
<PhoneType>MOBILE</PhoneType>
|
534
|
+
</Phone>
|
535
|
+
<Phone>
|
536
|
+
<PhoneType>DEFAULT</PhoneType>
|
537
|
+
</Phone>
|
538
|
+
<Phone>
|
539
|
+
<PhoneType>FAX</PhoneType>
|
540
|
+
</Phone>
|
541
|
+
</Phones>
|
542
|
+
<UpdatedDateUTC>2010-12-16T15:10:37.273</UpdatedDateUTC>
|
543
|
+
<IsSupplier>false</IsSupplier>
|
544
|
+
<IsCustomer>false</IsCustomer>
|
545
|
+
</Contact>
|
546
|
+
<Contact>
|
547
|
+
<ContactID>87c8da45-97cc-46be-b170-398da0eacfb8</ContactID>
|
548
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
549
|
+
<Name>Test Company Changed 979896763</Name>
|
550
|
+
<FirstName>Wayne</FirstName>
|
551
|
+
<LastName>Robinson</LastName>
|
552
|
+
<Addresses>
|
553
|
+
<Address>
|
554
|
+
<AddressType>STREET</AddressType>
|
555
|
+
</Address>
|
556
|
+
<Address>
|
557
|
+
<AddressType>POBOX</AddressType>
|
558
|
+
</Address>
|
559
|
+
</Addresses>
|
560
|
+
<Phones>
|
561
|
+
<Phone>
|
562
|
+
<PhoneType>DEFAULT</PhoneType>
|
563
|
+
</Phone>
|
564
|
+
<Phone>
|
565
|
+
<PhoneType>MOBILE</PhoneType>
|
566
|
+
</Phone>
|
567
|
+
<Phone>
|
568
|
+
<PhoneType>DDI</PhoneType>
|
569
|
+
</Phone>
|
570
|
+
<Phone>
|
571
|
+
<PhoneType>FAX</PhoneType>
|
572
|
+
</Phone>
|
573
|
+
</Phones>
|
574
|
+
<UpdatedDateUTC>2010-12-17T01:20:51.58</UpdatedDateUTC>
|
575
|
+
<IsSupplier>false</IsSupplier>
|
576
|
+
<IsCustomer>false</IsCustomer>
|
577
|
+
</Contact>
|
578
|
+
<Contact>
|
579
|
+
<ContactID>642c7fb5-e8e5-48e1-a710-39a18c6c3217</ContactID>
|
580
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
581
|
+
<Name>Test Company Changed 223966022</Name>
|
582
|
+
<FirstName>Wayne</FirstName>
|
583
|
+
<LastName>Robinson</LastName>
|
584
|
+
<Addresses>
|
585
|
+
<Address>
|
586
|
+
<AddressType>STREET</AddressType>
|
587
|
+
</Address>
|
588
|
+
<Address>
|
589
|
+
<AddressType>POBOX</AddressType>
|
590
|
+
</Address>
|
591
|
+
</Addresses>
|
592
|
+
<Phones>
|
593
|
+
<Phone>
|
594
|
+
<PhoneType>DEFAULT</PhoneType>
|
595
|
+
</Phone>
|
596
|
+
<Phone>
|
597
|
+
<PhoneType>MOBILE</PhoneType>
|
598
|
+
</Phone>
|
599
|
+
<Phone>
|
600
|
+
<PhoneType>DDI</PhoneType>
|
601
|
+
</Phone>
|
602
|
+
<Phone>
|
603
|
+
<PhoneType>FAX</PhoneType>
|
604
|
+
</Phone>
|
605
|
+
</Phones>
|
606
|
+
<UpdatedDateUTC>2010-12-17T00:27:37.467</UpdatedDateUTC>
|
607
|
+
<IsSupplier>false</IsSupplier>
|
608
|
+
<IsCustomer>false</IsCustomer>
|
609
|
+
</Contact>
|
610
|
+
<Contact>
|
611
|
+
<ContactID>9d12a994-9640-4b75-95cc-3de1e9d0ef09</ContactID>
|
612
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
613
|
+
<Name>Petrie McLoud Watson & Associates</Name>
|
614
|
+
<Addresses>
|
615
|
+
<Address>
|
616
|
+
<AddressType>POBOX</AddressType>
|
617
|
+
</Address>
|
618
|
+
<Address>
|
619
|
+
<AddressType>STREET</AddressType>
|
620
|
+
</Address>
|
621
|
+
</Addresses>
|
622
|
+
<Phones>
|
623
|
+
<Phone>
|
624
|
+
<PhoneType>DDI</PhoneType>
|
625
|
+
</Phone>
|
626
|
+
<Phone>
|
627
|
+
<PhoneType>MOBILE</PhoneType>
|
628
|
+
</Phone>
|
629
|
+
<Phone>
|
630
|
+
<PhoneType>FAX</PhoneType>
|
631
|
+
</Phone>
|
632
|
+
<Phone>
|
633
|
+
<PhoneType>DEFAULT</PhoneType>
|
634
|
+
</Phone>
|
635
|
+
</Phones>
|
636
|
+
<UpdatedDateUTC>2010-11-26T01:17:28.55</UpdatedDateUTC>
|
637
|
+
<IsSupplier>false</IsSupplier>
|
638
|
+
<IsCustomer>true</IsCustomer>
|
639
|
+
</Contact>
|
640
|
+
<Contact>
|
641
|
+
<ContactID>64aebf9c-bb89-4b38-b99b-405bd1ece6fd</ContactID>
|
642
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
643
|
+
<Name>Test Company Changed 894246295</Name>
|
644
|
+
<FirstName>Wayne</FirstName>
|
645
|
+
<LastName>Robinson</LastName>
|
646
|
+
<Addresses>
|
647
|
+
<Address>
|
648
|
+
<AddressType>POBOX</AddressType>
|
649
|
+
</Address>
|
650
|
+
<Address>
|
651
|
+
<AddressType>STREET</AddressType>
|
652
|
+
</Address>
|
653
|
+
</Addresses>
|
654
|
+
<Phones>
|
655
|
+
<Phone>
|
656
|
+
<PhoneType>DEFAULT</PhoneType>
|
657
|
+
</Phone>
|
658
|
+
<Phone>
|
659
|
+
<PhoneType>FAX</PhoneType>
|
660
|
+
</Phone>
|
661
|
+
<Phone>
|
662
|
+
<PhoneType>MOBILE</PhoneType>
|
663
|
+
</Phone>
|
664
|
+
<Phone>
|
665
|
+
<PhoneType>DDI</PhoneType>
|
666
|
+
</Phone>
|
667
|
+
</Phones>
|
668
|
+
<UpdatedDateUTC>2010-12-17T00:36:08.747</UpdatedDateUTC>
|
669
|
+
<IsSupplier>false</IsSupplier>
|
670
|
+
<IsCustomer>false</IsCustomer>
|
671
|
+
</Contact>
|
672
|
+
<Contact>
|
673
|
+
<ContactID>936c9759-01da-4063-b472-424ab9f48212</ContactID>
|
674
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
675
|
+
<Name>Mitchell River Lodge</Name>
|
676
|
+
<Addresses>
|
677
|
+
<Address>
|
678
|
+
<AddressType>STREET</AddressType>
|
679
|
+
</Address>
|
680
|
+
<Address>
|
681
|
+
<AddressType>POBOX</AddressType>
|
682
|
+
</Address>
|
683
|
+
</Addresses>
|
684
|
+
<Phones>
|
685
|
+
<Phone>
|
686
|
+
<PhoneType>DDI</PhoneType>
|
687
|
+
</Phone>
|
688
|
+
<Phone>
|
689
|
+
<PhoneType>MOBILE</PhoneType>
|
690
|
+
</Phone>
|
691
|
+
<Phone>
|
692
|
+
<PhoneType>DEFAULT</PhoneType>
|
693
|
+
</Phone>
|
694
|
+
<Phone>
|
695
|
+
<PhoneType>FAX</PhoneType>
|
696
|
+
</Phone>
|
697
|
+
</Phones>
|
698
|
+
<UpdatedDateUTC>2010-12-09T19:53:23.39</UpdatedDateUTC>
|
699
|
+
<IsSupplier>false</IsSupplier>
|
700
|
+
<IsCustomer>true</IsCustomer>
|
701
|
+
</Contact>
|
702
|
+
<Contact>
|
703
|
+
<ContactID>a93b5f40-0346-4d21-9181-431e129911c0</ContactID>
|
704
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
705
|
+
<Name>Test Company Changed 304061957</Name>
|
706
|
+
<FirstName>Wayne</FirstName>
|
707
|
+
<LastName>Robinson</LastName>
|
708
|
+
<Addresses>
|
709
|
+
<Address>
|
710
|
+
<AddressType>STREET</AddressType>
|
711
|
+
</Address>
|
712
|
+
<Address>
|
713
|
+
<AddressType>POBOX</AddressType>
|
714
|
+
</Address>
|
715
|
+
</Addresses>
|
716
|
+
<Phones>
|
717
|
+
<Phone>
|
718
|
+
<PhoneType>DDI</PhoneType>
|
719
|
+
</Phone>
|
720
|
+
<Phone>
|
721
|
+
<PhoneType>FAX</PhoneType>
|
722
|
+
</Phone>
|
723
|
+
<Phone>
|
724
|
+
<PhoneType>MOBILE</PhoneType>
|
725
|
+
</Phone>
|
726
|
+
<Phone>
|
727
|
+
<PhoneType>DEFAULT</PhoneType>
|
728
|
+
</Phone>
|
729
|
+
</Phones>
|
730
|
+
<UpdatedDateUTC>2010-12-17T01:17:38.507</UpdatedDateUTC>
|
731
|
+
<IsSupplier>false</IsSupplier>
|
732
|
+
<IsCustomer>false</IsCustomer>
|
733
|
+
</Contact>
|
734
|
+
<Contact>
|
735
|
+
<ContactID>41a42865-f15a-4fa1-b643-47877608f557</ContactID>
|
736
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
737
|
+
<Name>Boom FM</Name>
|
738
|
+
<EmailAddress>boom@radiooz.co</EmailAddress>
|
739
|
+
<SkypeUserName>+123demo</SkypeUserName>
|
740
|
+
<Addresses>
|
741
|
+
<Address>
|
742
|
+
<AddressType>STREET</AddressType>
|
743
|
+
<AddressLine1>Radio OZ House</AddressLine1>
|
744
|
+
<AddressLine2>43 Ballarat Highway</AddressLine2>
|
745
|
+
<City>Melbourne</City>
|
746
|
+
<PostalCode>3133</PostalCode>
|
747
|
+
</Address>
|
748
|
+
<Address>
|
749
|
+
<AddressType>POBOX</AddressType>
|
750
|
+
<AddressLine1>Radio OZ House</AddressLine1>
|
751
|
+
<AddressLine2>P O Box 5768</AddressLine2>
|
752
|
+
<City>Melbourne</City>
|
753
|
+
<Region>VIC</Region>
|
754
|
+
<PostalCode>3133</PostalCode>
|
755
|
+
</Address>
|
756
|
+
</Addresses>
|
757
|
+
<Phones>
|
758
|
+
<Phone>
|
759
|
+
<PhoneType>MOBILE</PhoneType>
|
760
|
+
</Phone>
|
761
|
+
<Phone>
|
762
|
+
<PhoneType>DEFAULT</PhoneType>
|
763
|
+
<PhoneNumber>3314321</PhoneNumber>
|
764
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
765
|
+
</Phone>
|
766
|
+
<Phone>
|
767
|
+
<PhoneType>FAX</PhoneType>
|
768
|
+
</Phone>
|
769
|
+
<Phone>
|
770
|
+
<PhoneType>DDI</PhoneType>
|
771
|
+
</Phone>
|
772
|
+
</Phones>
|
773
|
+
<UpdatedDateUTC>2011-01-21T20:06:00.75</UpdatedDateUTC>
|
774
|
+
<IsSupplier>false</IsSupplier>
|
775
|
+
<IsCustomer>true</IsCustomer>
|
776
|
+
</Contact>
|
777
|
+
<Contact>
|
778
|
+
<ContactID>e32e2130-3d27-443a-8313-48fffa03cf53</ContactID>
|
779
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
780
|
+
<Name>Alan Williams</Name>
|
781
|
+
<EmailAddress>awilliams@someaddress.co</EmailAddress>
|
782
|
+
<SkypeUserName>+123demo</SkypeUserName>
|
783
|
+
<Addresses>
|
784
|
+
<Address>
|
785
|
+
<AddressType>POBOX</AddressType>
|
786
|
+
</Address>
|
787
|
+
<Address>
|
788
|
+
<AddressType>STREET</AddressType>
|
789
|
+
</Address>
|
790
|
+
</Addresses>
|
791
|
+
<Phones>
|
792
|
+
<Phone>
|
793
|
+
<PhoneType>FAX</PhoneType>
|
794
|
+
</Phone>
|
795
|
+
<Phone>
|
796
|
+
<PhoneType>MOBILE</PhoneType>
|
797
|
+
</Phone>
|
798
|
+
<Phone>
|
799
|
+
<PhoneType>DDI</PhoneType>
|
800
|
+
</Phone>
|
801
|
+
<Phone>
|
802
|
+
<PhoneType>DEFAULT</PhoneType>
|
803
|
+
</Phone>
|
804
|
+
</Phones>
|
805
|
+
<UpdatedDateUTC>2011-01-21T20:07:33.08</UpdatedDateUTC>
|
806
|
+
<IsSupplier>false</IsSupplier>
|
807
|
+
<IsCustomer>false</IsCustomer>
|
808
|
+
</Contact>
|
809
|
+
<Contact>
|
810
|
+
<ContactID>e1826204-cc0a-42a5-a6d0-4b352d9d5953</ContactID>
|
811
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
812
|
+
<Name>Carlton Technical Books</Name>
|
813
|
+
<Addresses>
|
814
|
+
<Address>
|
815
|
+
<AddressType>POBOX</AddressType>
|
816
|
+
</Address>
|
817
|
+
<Address>
|
818
|
+
<AddressType>STREET</AddressType>
|
819
|
+
</Address>
|
820
|
+
</Addresses>
|
821
|
+
<Phones>
|
822
|
+
<Phone>
|
823
|
+
<PhoneType>DEFAULT</PhoneType>
|
824
|
+
<PhoneNumber>3786543</PhoneNumber>
|
825
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
826
|
+
</Phone>
|
827
|
+
<Phone>
|
828
|
+
<PhoneType>DDI</PhoneType>
|
829
|
+
</Phone>
|
830
|
+
<Phone>
|
831
|
+
<PhoneType>FAX</PhoneType>
|
832
|
+
</Phone>
|
833
|
+
<Phone>
|
834
|
+
<PhoneType>MOBILE</PhoneType>
|
835
|
+
</Phone>
|
836
|
+
</Phones>
|
837
|
+
<UpdatedDateUTC>2010-12-09T19:31:18.733</UpdatedDateUTC>
|
838
|
+
<IsSupplier>true</IsSupplier>
|
839
|
+
<IsCustomer>false</IsCustomer>
|
840
|
+
</Contact>
|
841
|
+
<Contact>
|
842
|
+
<ContactID>1b2be6e9-8d58-4da9-aaf8-4fe5471b653c</ContactID>
|
843
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
844
|
+
<Name>Hamilton Smith Pty</Name>
|
845
|
+
<EmailAddress>info@hsg.co</EmailAddress>
|
846
|
+
<Addresses>
|
847
|
+
<Address>
|
848
|
+
<AddressType>STREET</AddressType>
|
849
|
+
</Address>
|
850
|
+
<Address>
|
851
|
+
<AddressType>POBOX</AddressType>
|
852
|
+
<AddressLine1>3 Park Street Industrial Village</AddressLine1>
|
853
|
+
<AddressLine2>Southbank</AddressLine2>
|
854
|
+
<City>Melbourne</City>
|
855
|
+
<PostalCode>3331</PostalCode>
|
856
|
+
</Address>
|
857
|
+
</Addresses>
|
858
|
+
<Phones>
|
859
|
+
<Phone>
|
860
|
+
<PhoneType>DDI</PhoneType>
|
861
|
+
</Phone>
|
862
|
+
<Phone>
|
863
|
+
<PhoneType>FAX</PhoneType>
|
864
|
+
</Phone>
|
865
|
+
<Phone>
|
866
|
+
<PhoneType>DEFAULT</PhoneType>
|
867
|
+
<PhoneNumber>3189080</PhoneNumber>
|
868
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
869
|
+
</Phone>
|
870
|
+
<Phone>
|
871
|
+
<PhoneType>MOBILE</PhoneType>
|
872
|
+
</Phone>
|
873
|
+
</Phones>
|
874
|
+
<UpdatedDateUTC>2010-12-09T19:28:52.123</UpdatedDateUTC>
|
875
|
+
<IsSupplier>false</IsSupplier>
|
876
|
+
<IsCustomer>true</IsCustomer>
|
877
|
+
</Contact>
|
878
|
+
<Contact>
|
879
|
+
<ContactID>e77d1f20-2e8e-46ec-9a10-50335a216724</ContactID>
|
880
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
881
|
+
<Name>Test Company Changed 945198021</Name>
|
882
|
+
<FirstName>Wayne</FirstName>
|
883
|
+
<LastName>Robinson</LastName>
|
884
|
+
<Addresses>
|
885
|
+
<Address>
|
886
|
+
<AddressType>POBOX</AddressType>
|
887
|
+
</Address>
|
888
|
+
<Address>
|
889
|
+
<AddressType>STREET</AddressType>
|
890
|
+
</Address>
|
891
|
+
</Addresses>
|
892
|
+
<Phones>
|
893
|
+
<Phone>
|
894
|
+
<PhoneType>MOBILE</PhoneType>
|
895
|
+
</Phone>
|
896
|
+
<Phone>
|
897
|
+
<PhoneType>DDI</PhoneType>
|
898
|
+
</Phone>
|
899
|
+
<Phone>
|
900
|
+
<PhoneType>DEFAULT</PhoneType>
|
901
|
+
</Phone>
|
902
|
+
<Phone>
|
903
|
+
<PhoneType>FAX</PhoneType>
|
904
|
+
</Phone>
|
905
|
+
</Phones>
|
906
|
+
<UpdatedDateUTC>2010-12-16T15:09:41.77</UpdatedDateUTC>
|
907
|
+
<IsSupplier>false</IsSupplier>
|
908
|
+
<IsCustomer>false</IsCustomer>
|
909
|
+
</Contact>
|
910
|
+
<Contact>
|
911
|
+
<ContactID>cc4db604-9ed8-4eef-8a29-51b5b70496a0</ContactID>
|
912
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
913
|
+
<Name>Bankrock Station</Name>
|
914
|
+
<Addresses>
|
915
|
+
<Address>
|
916
|
+
<AddressType>STREET</AddressType>
|
917
|
+
</Address>
|
918
|
+
<Address>
|
919
|
+
<AddressType>POBOX</AddressType>
|
920
|
+
</Address>
|
921
|
+
</Addresses>
|
922
|
+
<Phones>
|
923
|
+
<Phone>
|
924
|
+
<PhoneType>FAX</PhoneType>
|
925
|
+
</Phone>
|
926
|
+
<Phone>
|
927
|
+
<PhoneType>DEFAULT</PhoneType>
|
928
|
+
</Phone>
|
929
|
+
<Phone>
|
930
|
+
<PhoneType>MOBILE</PhoneType>
|
931
|
+
</Phone>
|
932
|
+
<Phone>
|
933
|
+
<PhoneType>DDI</PhoneType>
|
934
|
+
</Phone>
|
935
|
+
</Phones>
|
936
|
+
<UpdatedDateUTC>2010-12-09T19:43:49.76</UpdatedDateUTC>
|
937
|
+
<IsSupplier>true</IsSupplier>
|
938
|
+
<IsCustomer>false</IsCustomer>
|
939
|
+
</Contact>
|
940
|
+
<Contact>
|
941
|
+
<ContactID>62392126-dba4-4a75-b907-5875ebf75259</ContactID>
|
942
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
943
|
+
<Name>Test Company Changed 102589323</Name>
|
944
|
+
<FirstName>Wayne</FirstName>
|
945
|
+
<LastName>Robinson</LastName>
|
946
|
+
<Addresses>
|
947
|
+
<Address>
|
948
|
+
<AddressType>POBOX</AddressType>
|
949
|
+
</Address>
|
950
|
+
<Address>
|
951
|
+
<AddressType>STREET</AddressType>
|
952
|
+
</Address>
|
953
|
+
</Addresses>
|
954
|
+
<Phones>
|
955
|
+
<Phone>
|
956
|
+
<PhoneType>FAX</PhoneType>
|
957
|
+
</Phone>
|
958
|
+
<Phone>
|
959
|
+
<PhoneType>MOBILE</PhoneType>
|
960
|
+
</Phone>
|
961
|
+
<Phone>
|
962
|
+
<PhoneType>DEFAULT</PhoneType>
|
963
|
+
</Phone>
|
964
|
+
<Phone>
|
965
|
+
<PhoneType>DDI</PhoneType>
|
966
|
+
</Phone>
|
967
|
+
</Phones>
|
968
|
+
<UpdatedDateUTC>2010-12-17T00:41:18.367</UpdatedDateUTC>
|
969
|
+
<IsSupplier>false</IsSupplier>
|
970
|
+
<IsCustomer>false</IsCustomer>
|
971
|
+
</Contact>
|
972
|
+
<Contact>
|
973
|
+
<ContactID>baeed0f3-7989-4874-99b3-59f23032cb73</ContactID>
|
974
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
975
|
+
<Name>Vodafone</Name>
|
976
|
+
<Addresses>
|
977
|
+
<Address>
|
978
|
+
<AddressType>STREET</AddressType>
|
979
|
+
</Address>
|
980
|
+
<Address>
|
981
|
+
<AddressType>POBOX</AddressType>
|
982
|
+
</Address>
|
983
|
+
</Addresses>
|
984
|
+
<Phones>
|
985
|
+
<Phone>
|
986
|
+
<PhoneType>FAX</PhoneType>
|
987
|
+
</Phone>
|
988
|
+
<Phone>
|
989
|
+
<PhoneType>DDI</PhoneType>
|
990
|
+
</Phone>
|
991
|
+
<Phone>
|
992
|
+
<PhoneType>MOBILE</PhoneType>
|
993
|
+
</Phone>
|
994
|
+
<Phone>
|
995
|
+
<PhoneType>DEFAULT</PhoneType>
|
996
|
+
</Phone>
|
997
|
+
</Phones>
|
998
|
+
<UpdatedDateUTC>2010-11-16T06:28:19.283</UpdatedDateUTC>
|
999
|
+
<IsSupplier>true</IsSupplier>
|
1000
|
+
<IsCustomer>false</IsCustomer>
|
1001
|
+
</Contact>
|
1002
|
+
<Contact>
|
1003
|
+
<ContactID>755f1475-d255-43a8-bedc-5ea7fd26c71f</ContactID>
|
1004
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1005
|
+
<Name>Yarra Transport</Name>
|
1006
|
+
<EmailAddress>rayong@yarratransport.co</EmailAddress>
|
1007
|
+
<Addresses>
|
1008
|
+
<Address>
|
1009
|
+
<AddressType>STREET</AddressType>
|
1010
|
+
</Address>
|
1011
|
+
<Address>
|
1012
|
+
<AddressType>POBOX</AddressType>
|
1013
|
+
<AddressLine1>P O Box 5678</AddressLine1>
|
1014
|
+
<City>Melbourne</City>
|
1015
|
+
<PostalCode>3133</PostalCode>
|
1016
|
+
</Address>
|
1017
|
+
</Addresses>
|
1018
|
+
<Phones>
|
1019
|
+
<Phone>
|
1020
|
+
<PhoneType>DDI</PhoneType>
|
1021
|
+
</Phone>
|
1022
|
+
<Phone>
|
1023
|
+
<PhoneType>DEFAULT</PhoneType>
|
1024
|
+
<PhoneNumber>12344321</PhoneNumber>
|
1025
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
1026
|
+
</Phone>
|
1027
|
+
<Phone>
|
1028
|
+
<PhoneType>FAX</PhoneType>
|
1029
|
+
</Phone>
|
1030
|
+
<Phone>
|
1031
|
+
<PhoneType>MOBILE</PhoneType>
|
1032
|
+
</Phone>
|
1033
|
+
</Phones>
|
1034
|
+
<UpdatedDateUTC>2010-11-26T01:20:55.38</UpdatedDateUTC>
|
1035
|
+
<IsSupplier>false</IsSupplier>
|
1036
|
+
<IsCustomer>true</IsCustomer>
|
1037
|
+
</Contact>
|
1038
|
+
<Contact>
|
1039
|
+
<ContactID>4dec292f-3ab7-46a8-83e4-5fb5eac42c7f</ContactID>
|
1040
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1041
|
+
<Name>Test Company Changed 193737878</Name>
|
1042
|
+
<FirstName>Wayne</FirstName>
|
1043
|
+
<LastName>Robinson</LastName>
|
1044
|
+
<Addresses>
|
1045
|
+
<Address>
|
1046
|
+
<AddressType>STREET</AddressType>
|
1047
|
+
</Address>
|
1048
|
+
<Address>
|
1049
|
+
<AddressType>POBOX</AddressType>
|
1050
|
+
</Address>
|
1051
|
+
</Addresses>
|
1052
|
+
<Phones>
|
1053
|
+
<Phone>
|
1054
|
+
<PhoneType>FAX</PhoneType>
|
1055
|
+
</Phone>
|
1056
|
+
<Phone>
|
1057
|
+
<PhoneType>DEFAULT</PhoneType>
|
1058
|
+
</Phone>
|
1059
|
+
<Phone>
|
1060
|
+
<PhoneType>MOBILE</PhoneType>
|
1061
|
+
</Phone>
|
1062
|
+
<Phone>
|
1063
|
+
<PhoneType>DDI</PhoneType>
|
1064
|
+
</Phone>
|
1065
|
+
</Phones>
|
1066
|
+
<UpdatedDateUTC>2010-12-17T02:22:52.26</UpdatedDateUTC>
|
1067
|
+
<IsSupplier>false</IsSupplier>
|
1068
|
+
<IsCustomer>false</IsCustomer>
|
1069
|
+
</Contact>
|
1070
|
+
<Contact>
|
1071
|
+
<ContactID>b78d4fd1-4306-4d83-a0b9-61458d1c53a2</ContactID>
|
1072
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1073
|
+
<Name>Test Company 932249305</Name>
|
1074
|
+
<FirstName>Wayne</FirstName>
|
1075
|
+
<LastName>Robinson</LastName>
|
1076
|
+
<Addresses>
|
1077
|
+
<Address>
|
1078
|
+
<AddressType>POBOX</AddressType>
|
1079
|
+
</Address>
|
1080
|
+
<Address>
|
1081
|
+
<AddressType>STREET</AddressType>
|
1082
|
+
</Address>
|
1083
|
+
</Addresses>
|
1084
|
+
<Phones>
|
1085
|
+
<Phone>
|
1086
|
+
<PhoneType>DDI</PhoneType>
|
1087
|
+
</Phone>
|
1088
|
+
<Phone>
|
1089
|
+
<PhoneType>MOBILE</PhoneType>
|
1090
|
+
</Phone>
|
1091
|
+
<Phone>
|
1092
|
+
<PhoneType>DEFAULT</PhoneType>
|
1093
|
+
</Phone>
|
1094
|
+
<Phone>
|
1095
|
+
<PhoneType>FAX</PhoneType>
|
1096
|
+
</Phone>
|
1097
|
+
</Phones>
|
1098
|
+
<UpdatedDateUTC>2010-12-16T15:07:54.433</UpdatedDateUTC>
|
1099
|
+
<IsSupplier>false</IsSupplier>
|
1100
|
+
<IsCustomer>false</IsCustomer>
|
1101
|
+
</Contact>
|
1102
|
+
<Contact>
|
1103
|
+
<ContactID>fb078879-5d6d-474f-825f-61dc90689349</ContactID>
|
1104
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1105
|
+
<Name>Heritage Trust</Name>
|
1106
|
+
<Addresses>
|
1107
|
+
<Address>
|
1108
|
+
<AddressType>POBOX</AddressType>
|
1109
|
+
</Address>
|
1110
|
+
<Address>
|
1111
|
+
<AddressType>STREET</AddressType>
|
1112
|
+
</Address>
|
1113
|
+
</Addresses>
|
1114
|
+
<Phones>
|
1115
|
+
<Phone>
|
1116
|
+
<PhoneType>DDI</PhoneType>
|
1117
|
+
</Phone>
|
1118
|
+
<Phone>
|
1119
|
+
<PhoneType>MOBILE</PhoneType>
|
1120
|
+
</Phone>
|
1121
|
+
<Phone>
|
1122
|
+
<PhoneType>DEFAULT</PhoneType>
|
1123
|
+
</Phone>
|
1124
|
+
<Phone>
|
1125
|
+
<PhoneType>FAX</PhoneType>
|
1126
|
+
</Phone>
|
1127
|
+
</Phones>
|
1128
|
+
<UpdatedDateUTC>2010-12-09T19:47:09.557</UpdatedDateUTC>
|
1129
|
+
<IsSupplier>true</IsSupplier>
|
1130
|
+
<IsCustomer>false</IsCustomer>
|
1131
|
+
</Contact>
|
1132
|
+
<Contact>
|
1133
|
+
<ContactID>13cd4c47-baa6-4f07-93f6-6442310df4bf</ContactID>
|
1134
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1135
|
+
<Name>Port Phillip Freight</Name>
|
1136
|
+
<Addresses>
|
1137
|
+
<Address>
|
1138
|
+
<AddressType>POBOX</AddressType>
|
1139
|
+
</Address>
|
1140
|
+
<Address>
|
1141
|
+
<AddressType>STREET</AddressType>
|
1142
|
+
</Address>
|
1143
|
+
</Addresses>
|
1144
|
+
<Phones>
|
1145
|
+
<Phone>
|
1146
|
+
<PhoneType>MOBILE</PhoneType>
|
1147
|
+
</Phone>
|
1148
|
+
<Phone>
|
1149
|
+
<PhoneType>DEFAULT</PhoneType>
|
1150
|
+
<PhoneNumber>3784141</PhoneNumber>
|
1151
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
1152
|
+
</Phone>
|
1153
|
+
<Phone>
|
1154
|
+
<PhoneType>FAX</PhoneType>
|
1155
|
+
</Phone>
|
1156
|
+
<Phone>
|
1157
|
+
<PhoneType>DDI</PhoneType>
|
1158
|
+
</Phone>
|
1159
|
+
</Phones>
|
1160
|
+
<UpdatedDateUTC>2010-12-09T19:32:00.767</UpdatedDateUTC>
|
1161
|
+
<IsSupplier>false</IsSupplier>
|
1162
|
+
<IsCustomer>true</IsCustomer>
|
1163
|
+
</Contact>
|
1164
|
+
<Contact>
|
1165
|
+
<ContactID>b107129d-f4c9-438e-9573-64b778527f4a</ContactID>
|
1166
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1167
|
+
<Name>Test Company Changed 918652582</Name>
|
1168
|
+
<FirstName>Wayne</FirstName>
|
1169
|
+
<LastName>Robinson</LastName>
|
1170
|
+
<Addresses>
|
1171
|
+
<Address>
|
1172
|
+
<AddressType>STREET</AddressType>
|
1173
|
+
</Address>
|
1174
|
+
<Address>
|
1175
|
+
<AddressType>POBOX</AddressType>
|
1176
|
+
</Address>
|
1177
|
+
</Addresses>
|
1178
|
+
<Phones>
|
1179
|
+
<Phone>
|
1180
|
+
<PhoneType>DDI</PhoneType>
|
1181
|
+
</Phone>
|
1182
|
+
<Phone>
|
1183
|
+
<PhoneType>MOBILE</PhoneType>
|
1184
|
+
</Phone>
|
1185
|
+
<Phone>
|
1186
|
+
<PhoneType>DEFAULT</PhoneType>
|
1187
|
+
</Phone>
|
1188
|
+
<Phone>
|
1189
|
+
<PhoneType>FAX</PhoneType>
|
1190
|
+
</Phone>
|
1191
|
+
</Phones>
|
1192
|
+
<UpdatedDateUTC>2010-12-16T15:18:31.303</UpdatedDateUTC>
|
1193
|
+
<IsSupplier>false</IsSupplier>
|
1194
|
+
<IsCustomer>false</IsCustomer>
|
1195
|
+
</Contact>
|
1196
|
+
<Contact>
|
1197
|
+
<ContactID>2be39278-5154-4ed1-8eb0-676f25acfc66</ContactID>
|
1198
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1199
|
+
<Name>Test Company Changed 966223614</Name>
|
1200
|
+
<FirstName>Wayne</FirstName>
|
1201
|
+
<LastName>Robinson</LastName>
|
1202
|
+
<Addresses>
|
1203
|
+
<Address>
|
1204
|
+
<AddressType>POBOX</AddressType>
|
1205
|
+
</Address>
|
1206
|
+
<Address>
|
1207
|
+
<AddressType>STREET</AddressType>
|
1208
|
+
</Address>
|
1209
|
+
</Addresses>
|
1210
|
+
<Phones>
|
1211
|
+
<Phone>
|
1212
|
+
<PhoneType>FAX</PhoneType>
|
1213
|
+
</Phone>
|
1214
|
+
<Phone>
|
1215
|
+
<PhoneType>DDI</PhoneType>
|
1216
|
+
</Phone>
|
1217
|
+
<Phone>
|
1218
|
+
<PhoneType>MOBILE</PhoneType>
|
1219
|
+
</Phone>
|
1220
|
+
<Phone>
|
1221
|
+
<PhoneType>DEFAULT</PhoneType>
|
1222
|
+
</Phone>
|
1223
|
+
</Phones>
|
1224
|
+
<UpdatedDateUTC>2010-12-16T15:12:17.887</UpdatedDateUTC>
|
1225
|
+
<IsSupplier>false</IsSupplier>
|
1226
|
+
<IsCustomer>false</IsCustomer>
|
1227
|
+
</Contact>
|
1228
|
+
<Contact>
|
1229
|
+
<ContactID>09664078-efe2-4a88-89a5-67eac9b0047b</ContactID>
|
1230
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1231
|
+
<Name>Test Company 748708705</Name>
|
1232
|
+
<FirstName>Wayne</FirstName>
|
1233
|
+
<LastName>Robinson</LastName>
|
1234
|
+
<Addresses>
|
1235
|
+
<Address>
|
1236
|
+
<AddressType>POBOX</AddressType>
|
1237
|
+
</Address>
|
1238
|
+
<Address>
|
1239
|
+
<AddressType>STREET</AddressType>
|
1240
|
+
</Address>
|
1241
|
+
</Addresses>
|
1242
|
+
<Phones>
|
1243
|
+
<Phone>
|
1244
|
+
<PhoneType>FAX</PhoneType>
|
1245
|
+
</Phone>
|
1246
|
+
<Phone>
|
1247
|
+
<PhoneType>DEFAULT</PhoneType>
|
1248
|
+
</Phone>
|
1249
|
+
<Phone>
|
1250
|
+
<PhoneType>MOBILE</PhoneType>
|
1251
|
+
</Phone>
|
1252
|
+
<Phone>
|
1253
|
+
<PhoneType>DDI</PhoneType>
|
1254
|
+
</Phone>
|
1255
|
+
</Phones>
|
1256
|
+
<UpdatedDateUTC>2010-12-17T00:25:06.743</UpdatedDateUTC>
|
1257
|
+
<IsSupplier>false</IsSupplier>
|
1258
|
+
<IsCustomer>false</IsCustomer>
|
1259
|
+
</Contact>
|
1260
|
+
<Contact>
|
1261
|
+
<ContactID>e6ac76a3-ca32-4fa1-8ef9-6a4bf8b0ec2a</ContactID>
|
1262
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1263
|
+
<Name>Test Company 810231277</Name>
|
1264
|
+
<FirstName>Wayne</FirstName>
|
1265
|
+
<LastName>Robinson</LastName>
|
1266
|
+
<Addresses>
|
1267
|
+
<Address>
|
1268
|
+
<AddressType>POBOX</AddressType>
|
1269
|
+
</Address>
|
1270
|
+
<Address>
|
1271
|
+
<AddressType>STREET</AddressType>
|
1272
|
+
</Address>
|
1273
|
+
</Addresses>
|
1274
|
+
<Phones>
|
1275
|
+
<Phone>
|
1276
|
+
<PhoneType>DDI</PhoneType>
|
1277
|
+
</Phone>
|
1278
|
+
<Phone>
|
1279
|
+
<PhoneType>FAX</PhoneType>
|
1280
|
+
</Phone>
|
1281
|
+
<Phone>
|
1282
|
+
<PhoneType>MOBILE</PhoneType>
|
1283
|
+
</Phone>
|
1284
|
+
<Phone>
|
1285
|
+
<PhoneType>DEFAULT</PhoneType>
|
1286
|
+
</Phone>
|
1287
|
+
</Phones>
|
1288
|
+
<UpdatedDateUTC>2010-12-17T00:26:18.107</UpdatedDateUTC>
|
1289
|
+
<IsSupplier>false</IsSupplier>
|
1290
|
+
<IsCustomer>false</IsCustomer>
|
1291
|
+
</Contact>
|
1292
|
+
<Contact>
|
1293
|
+
<ContactID>d74e61cf-2ad0-4f0d-b9d1-6a808e3f70cf</ContactID>
|
1294
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1295
|
+
<Name>Test Company Changed 141210299</Name>
|
1296
|
+
<FirstName>Wayne</FirstName>
|
1297
|
+
<LastName>Robinson</LastName>
|
1298
|
+
<Addresses>
|
1299
|
+
<Address>
|
1300
|
+
<AddressType>POBOX</AddressType>
|
1301
|
+
</Address>
|
1302
|
+
<Address>
|
1303
|
+
<AddressType>STREET</AddressType>
|
1304
|
+
</Address>
|
1305
|
+
</Addresses>
|
1306
|
+
<Phones>
|
1307
|
+
<Phone>
|
1308
|
+
<PhoneType>MOBILE</PhoneType>
|
1309
|
+
</Phone>
|
1310
|
+
<Phone>
|
1311
|
+
<PhoneType>FAX</PhoneType>
|
1312
|
+
</Phone>
|
1313
|
+
<Phone>
|
1314
|
+
<PhoneType>DEFAULT</PhoneType>
|
1315
|
+
</Phone>
|
1316
|
+
<Phone>
|
1317
|
+
<PhoneType>DDI</PhoneType>
|
1318
|
+
</Phone>
|
1319
|
+
</Phones>
|
1320
|
+
<UpdatedDateUTC>2010-12-16T15:12:45.107</UpdatedDateUTC>
|
1321
|
+
<IsSupplier>false</IsSupplier>
|
1322
|
+
<IsCustomer>false</IsCustomer>
|
1323
|
+
</Contact>
|
1324
|
+
<Contact>
|
1325
|
+
<ContactID>58697449-85ef-46ae-83fc-6a9446f037fb</ContactID>
|
1326
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1327
|
+
<Name>132 Collins</Name>
|
1328
|
+
<Addresses>
|
1329
|
+
<Address>
|
1330
|
+
<AddressType>POBOX</AddressType>
|
1331
|
+
</Address>
|
1332
|
+
<Address>
|
1333
|
+
<AddressType>STREET</AddressType>
|
1334
|
+
</Address>
|
1335
|
+
</Addresses>
|
1336
|
+
<Phones>
|
1337
|
+
<Phone>
|
1338
|
+
<PhoneType>MOBILE</PhoneType>
|
1339
|
+
</Phone>
|
1340
|
+
<Phone>
|
1341
|
+
<PhoneType>FAX</PhoneType>
|
1342
|
+
</Phone>
|
1343
|
+
<Phone>
|
1344
|
+
<PhoneType>DEFAULT</PhoneType>
|
1345
|
+
<PhoneNumber>3699876</PhoneNumber>
|
1346
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
1347
|
+
</Phone>
|
1348
|
+
<Phone>
|
1349
|
+
<PhoneType>DDI</PhoneType>
|
1350
|
+
</Phone>
|
1351
|
+
</Phones>
|
1352
|
+
<UpdatedDateUTC>2010-12-09T19:30:14.45</UpdatedDateUTC>
|
1353
|
+
<IsSupplier>false</IsSupplier>
|
1354
|
+
<IsCustomer>false</IsCustomer>
|
1355
|
+
</Contact>
|
1356
|
+
<Contact>
|
1357
|
+
<ContactID>3e776c4b-ea9e-4bb1-96be-6b0c7a71a37f</ContactID>
|
1358
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1359
|
+
<Name>Bayside Club</Name>
|
1360
|
+
<Addresses>
|
1361
|
+
<Address>
|
1362
|
+
<AddressType>STREET</AddressType>
|
1363
|
+
</Address>
|
1364
|
+
<Address>
|
1365
|
+
<AddressType>POBOX</AddressType>
|
1366
|
+
</Address>
|
1367
|
+
</Addresses>
|
1368
|
+
<Phones>
|
1369
|
+
<Phone>
|
1370
|
+
<PhoneType>MOBILE</PhoneType>
|
1371
|
+
</Phone>
|
1372
|
+
<Phone>
|
1373
|
+
<PhoneType>DDI</PhoneType>
|
1374
|
+
</Phone>
|
1375
|
+
<Phone>
|
1376
|
+
<PhoneType>DEFAULT</PhoneType>
|
1377
|
+
</Phone>
|
1378
|
+
<Phone>
|
1379
|
+
<PhoneType>FAX</PhoneType>
|
1380
|
+
</Phone>
|
1381
|
+
</Phones>
|
1382
|
+
<UpdatedDateUTC>2012-12-06T04:31:39.377</UpdatedDateUTC>
|
1383
|
+
<IsSupplier>false</IsSupplier>
|
1384
|
+
<IsCustomer>true</IsCustomer>
|
1385
|
+
<DefaultCurrency>AUD</DefaultCurrency>
|
1386
|
+
</Contact>
|
1387
|
+
<Contact>
|
1388
|
+
<ContactID>8a154a19-6c6c-404b-bbc9-6deae2d18251</ContactID>
|
1389
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1390
|
+
<Name>SMART Agency</Name>
|
1391
|
+
<Addresses>
|
1392
|
+
<Address>
|
1393
|
+
<AddressType>POBOX</AddressType>
|
1394
|
+
</Address>
|
1395
|
+
<Address>
|
1396
|
+
<AddressType>STREET</AddressType>
|
1397
|
+
</Address>
|
1398
|
+
</Addresses>
|
1399
|
+
<Phones>
|
1400
|
+
<Phone>
|
1401
|
+
<PhoneType>MOBILE</PhoneType>
|
1402
|
+
</Phone>
|
1403
|
+
<Phone>
|
1404
|
+
<PhoneType>DDI</PhoneType>
|
1405
|
+
</Phone>
|
1406
|
+
<Phone>
|
1407
|
+
<PhoneType>DEFAULT</PhoneType>
|
1408
|
+
</Phone>
|
1409
|
+
<Phone>
|
1410
|
+
<PhoneType>FAX</PhoneType>
|
1411
|
+
</Phone>
|
1412
|
+
</Phones>
|
1413
|
+
<UpdatedDateUTC>2010-12-09T02:03:42.917</UpdatedDateUTC>
|
1414
|
+
<IsSupplier>true</IsSupplier>
|
1415
|
+
<IsCustomer>false</IsCustomer>
|
1416
|
+
</Contact>
|
1417
|
+
<Contact>
|
1418
|
+
<ContactID>258176a5-c622-4394-9c94-6f88c3ea12e5</ContactID>
|
1419
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1420
|
+
<Name>Test Company Changed 984350476</Name>
|
1421
|
+
<FirstName>Wayne</FirstName>
|
1422
|
+
<LastName>Robinson</LastName>
|
1423
|
+
<Addresses>
|
1424
|
+
<Address>
|
1425
|
+
<AddressType>STREET</AddressType>
|
1426
|
+
</Address>
|
1427
|
+
<Address>
|
1428
|
+
<AddressType>POBOX</AddressType>
|
1429
|
+
</Address>
|
1430
|
+
</Addresses>
|
1431
|
+
<Phones>
|
1432
|
+
<Phone>
|
1433
|
+
<PhoneType>MOBILE</PhoneType>
|
1434
|
+
</Phone>
|
1435
|
+
<Phone>
|
1436
|
+
<PhoneType>FAX</PhoneType>
|
1437
|
+
</Phone>
|
1438
|
+
<Phone>
|
1439
|
+
<PhoneType>DEFAULT</PhoneType>
|
1440
|
+
</Phone>
|
1441
|
+
<Phone>
|
1442
|
+
<PhoneType>DDI</PhoneType>
|
1443
|
+
</Phone>
|
1444
|
+
</Phones>
|
1445
|
+
<UpdatedDateUTC>2010-12-17T00:37:42.547</UpdatedDateUTC>
|
1446
|
+
<IsSupplier>false</IsSupplier>
|
1447
|
+
<IsCustomer>false</IsCustomer>
|
1448
|
+
</Contact>
|
1449
|
+
<Contact>
|
1450
|
+
<ContactID>64eedbc9-1fa0-485a-837f-705f23188161</ContactID>
|
1451
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1452
|
+
<Name>Quantum Consultants</Name>
|
1453
|
+
<Addresses>
|
1454
|
+
<Address>
|
1455
|
+
<AddressType>POBOX</AddressType>
|
1456
|
+
</Address>
|
1457
|
+
<Address>
|
1458
|
+
<AddressType>STREET</AddressType>
|
1459
|
+
</Address>
|
1460
|
+
</Addresses>
|
1461
|
+
<Phones>
|
1462
|
+
<Phone>
|
1463
|
+
<PhoneType>DDI</PhoneType>
|
1464
|
+
</Phone>
|
1465
|
+
<Phone>
|
1466
|
+
<PhoneType>DEFAULT</PhoneType>
|
1467
|
+
</Phone>
|
1468
|
+
<Phone>
|
1469
|
+
<PhoneType>MOBILE</PhoneType>
|
1470
|
+
</Phone>
|
1471
|
+
<Phone>
|
1472
|
+
<PhoneType>FAX</PhoneType>
|
1473
|
+
</Phone>
|
1474
|
+
</Phones>
|
1475
|
+
<UpdatedDateUTC>2010-12-01T00:07:01.197</UpdatedDateUTC>
|
1476
|
+
<IsSupplier>false</IsSupplier>
|
1477
|
+
<IsCustomer>true</IsCustomer>
|
1478
|
+
</Contact>
|
1479
|
+
<Contact>
|
1480
|
+
<ContactID>e3a68332-d322-4816-8678-73a537c8cd33</ContactID>
|
1481
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1482
|
+
<Name>Dusty Road Cabs</Name>
|
1483
|
+
<Addresses>
|
1484
|
+
<Address>
|
1485
|
+
<AddressType>POBOX</AddressType>
|
1486
|
+
</Address>
|
1487
|
+
<Address>
|
1488
|
+
<AddressType>STREET</AddressType>
|
1489
|
+
</Address>
|
1490
|
+
</Addresses>
|
1491
|
+
<Phones>
|
1492
|
+
<Phone>
|
1493
|
+
<PhoneType>FAX</PhoneType>
|
1494
|
+
</Phone>
|
1495
|
+
<Phone>
|
1496
|
+
<PhoneType>DDI</PhoneType>
|
1497
|
+
</Phone>
|
1498
|
+
<Phone>
|
1499
|
+
<PhoneType>DEFAULT</PhoneType>
|
1500
|
+
</Phone>
|
1501
|
+
<Phone>
|
1502
|
+
<PhoneType>MOBILE</PhoneType>
|
1503
|
+
</Phone>
|
1504
|
+
</Phones>
|
1505
|
+
<UpdatedDateUTC>2010-11-20T05:43:52.543</UpdatedDateUTC>
|
1506
|
+
<IsSupplier>false</IsSupplier>
|
1507
|
+
<IsCustomer>false</IsCustomer>
|
1508
|
+
</Contact>
|
1509
|
+
<Contact>
|
1510
|
+
<ContactID>b233288a-aa26-4b26-9fc7-779d797dd56f</ContactID>
|
1511
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1512
|
+
<Name>Test Company Changed 995735108</Name>
|
1513
|
+
<FirstName>Wayne</FirstName>
|
1514
|
+
<LastName>Robinson</LastName>
|
1515
|
+
<Addresses>
|
1516
|
+
<Address>
|
1517
|
+
<AddressType>STREET</AddressType>
|
1518
|
+
</Address>
|
1519
|
+
<Address>
|
1520
|
+
<AddressType>POBOX</AddressType>
|
1521
|
+
</Address>
|
1522
|
+
</Addresses>
|
1523
|
+
<Phones>
|
1524
|
+
<Phone>
|
1525
|
+
<PhoneType>DDI</PhoneType>
|
1526
|
+
</Phone>
|
1527
|
+
<Phone>
|
1528
|
+
<PhoneType>DEFAULT</PhoneType>
|
1529
|
+
</Phone>
|
1530
|
+
<Phone>
|
1531
|
+
<PhoneType>MOBILE</PhoneType>
|
1532
|
+
</Phone>
|
1533
|
+
<Phone>
|
1534
|
+
<PhoneType>FAX</PhoneType>
|
1535
|
+
</Phone>
|
1536
|
+
</Phones>
|
1537
|
+
<UpdatedDateUTC>2010-12-16T15:08:32.14</UpdatedDateUTC>
|
1538
|
+
<IsSupplier>false</IsSupplier>
|
1539
|
+
<IsCustomer>false</IsCustomer>
|
1540
|
+
</Contact>
|
1541
|
+
<Contact>
|
1542
|
+
<ContactID>79aa39ca-22b0-42c2-9026-78757a29d665</ContactID>
|
1543
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1544
|
+
<Name>City Ambassadors Association</Name>
|
1545
|
+
<Addresses>
|
1546
|
+
<Address>
|
1547
|
+
<AddressType>POBOX</AddressType>
|
1548
|
+
<AddressLine1>P O Box 4321</AddressLine1>
|
1549
|
+
<AddressLine2>Central Mailing Centre</AddressLine2>
|
1550
|
+
<City>Melbourne</City>
|
1551
|
+
<PostalCode>3133</PostalCode>
|
1552
|
+
</Address>
|
1553
|
+
<Address>
|
1554
|
+
<AddressType>STREET</AddressType>
|
1555
|
+
</Address>
|
1556
|
+
</Addresses>
|
1557
|
+
<Phones>
|
1558
|
+
<Phone>
|
1559
|
+
<PhoneType>DEFAULT</PhoneType>
|
1560
|
+
</Phone>
|
1561
|
+
<Phone>
|
1562
|
+
<PhoneType>FAX</PhoneType>
|
1563
|
+
</Phone>
|
1564
|
+
<Phone>
|
1565
|
+
<PhoneType>DDI</PhoneType>
|
1566
|
+
</Phone>
|
1567
|
+
<Phone>
|
1568
|
+
<PhoneType>MOBILE</PhoneType>
|
1569
|
+
</Phone>
|
1570
|
+
</Phones>
|
1571
|
+
<UpdatedDateUTC>2010-11-24T21:25:38.247</UpdatedDateUTC>
|
1572
|
+
<IsSupplier>false</IsSupplier>
|
1573
|
+
<IsCustomer>true</IsCustomer>
|
1574
|
+
</Contact>
|
1575
|
+
<Contact>
|
1576
|
+
<ContactID>a76a85fe-73a2-46fa-aba7-791f36103cdb</ContactID>
|
1577
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1578
|
+
<Name>Test Company 101985169</Name>
|
1579
|
+
<FirstName>Wayne</FirstName>
|
1580
|
+
<LastName>Robinson</LastName>
|
1581
|
+
<Addresses>
|
1582
|
+
<Address>
|
1583
|
+
<AddressType>POBOX</AddressType>
|
1584
|
+
</Address>
|
1585
|
+
<Address>
|
1586
|
+
<AddressType>STREET</AddressType>
|
1587
|
+
</Address>
|
1588
|
+
</Addresses>
|
1589
|
+
<Phones>
|
1590
|
+
<Phone>
|
1591
|
+
<PhoneType>MOBILE</PhoneType>
|
1592
|
+
</Phone>
|
1593
|
+
<Phone>
|
1594
|
+
<PhoneType>FAX</PhoneType>
|
1595
|
+
</Phone>
|
1596
|
+
<Phone>
|
1597
|
+
<PhoneType>DEFAULT</PhoneType>
|
1598
|
+
</Phone>
|
1599
|
+
<Phone>
|
1600
|
+
<PhoneType>DDI</PhoneType>
|
1601
|
+
</Phone>
|
1602
|
+
</Phones>
|
1603
|
+
<UpdatedDateUTC>2010-12-16T15:21:34.333</UpdatedDateUTC>
|
1604
|
+
<IsSupplier>false</IsSupplier>
|
1605
|
+
<IsCustomer>false</IsCustomer>
|
1606
|
+
</Contact>
|
1607
|
+
<Contact>
|
1608
|
+
<ContactID>fdf96102-7491-44b6-bf4d-7a77ff25f890</ContactID>
|
1609
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1610
|
+
<Name>Test Company 387292246</Name>
|
1611
|
+
<FirstName>Wayne</FirstName>
|
1612
|
+
<LastName>Robinson</LastName>
|
1613
|
+
<Addresses>
|
1614
|
+
<Address>
|
1615
|
+
<AddressType>POBOX</AddressType>
|
1616
|
+
</Address>
|
1617
|
+
<Address>
|
1618
|
+
<AddressType>STREET</AddressType>
|
1619
|
+
</Address>
|
1620
|
+
</Addresses>
|
1621
|
+
<Phones>
|
1622
|
+
<Phone>
|
1623
|
+
<PhoneType>FAX</PhoneType>
|
1624
|
+
</Phone>
|
1625
|
+
<Phone>
|
1626
|
+
<PhoneType>DDI</PhoneType>
|
1627
|
+
</Phone>
|
1628
|
+
<Phone>
|
1629
|
+
<PhoneType>MOBILE</PhoneType>
|
1630
|
+
</Phone>
|
1631
|
+
<Phone>
|
1632
|
+
<PhoneType>DEFAULT</PhoneType>
|
1633
|
+
</Phone>
|
1634
|
+
</Phones>
|
1635
|
+
<UpdatedDateUTC>2010-12-17T00:33:26.163</UpdatedDateUTC>
|
1636
|
+
<IsSupplier>false</IsSupplier>
|
1637
|
+
<IsCustomer>false</IsCustomer>
|
1638
|
+
</Contact>
|
1639
|
+
<Contact>
|
1640
|
+
<ContactID>e8b98c13-a424-41d2-ba0e-7b7621411e7a</ContactID>
|
1641
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1642
|
+
<Name>Qantas</Name>
|
1643
|
+
<Addresses>
|
1644
|
+
<Address>
|
1645
|
+
<AddressType>POBOX</AddressType>
|
1646
|
+
</Address>
|
1647
|
+
<Address>
|
1648
|
+
<AddressType>STREET</AddressType>
|
1649
|
+
</Address>
|
1650
|
+
</Addresses>
|
1651
|
+
<Phones>
|
1652
|
+
<Phone>
|
1653
|
+
<PhoneType>DEFAULT</PhoneType>
|
1654
|
+
</Phone>
|
1655
|
+
<Phone>
|
1656
|
+
<PhoneType>DDI</PhoneType>
|
1657
|
+
</Phone>
|
1658
|
+
<Phone>
|
1659
|
+
<PhoneType>MOBILE</PhoneType>
|
1660
|
+
</Phone>
|
1661
|
+
<Phone>
|
1662
|
+
<PhoneType>FAX</PhoneType>
|
1663
|
+
</Phone>
|
1664
|
+
</Phones>
|
1665
|
+
<UpdatedDateUTC>2010-11-20T05:49:48.123</UpdatedDateUTC>
|
1666
|
+
<IsSupplier>true</IsSupplier>
|
1667
|
+
<IsCustomer>false</IsCustomer>
|
1668
|
+
</Contact>
|
1669
|
+
<Contact>
|
1670
|
+
<ContactID>0f471ca5-15c9-405e-a1b9-7cc35194b673</ContactID>
|
1671
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1672
|
+
<Name>Party Hire</Name>
|
1673
|
+
<Addresses>
|
1674
|
+
<Address>
|
1675
|
+
<AddressType>STREET</AddressType>
|
1676
|
+
</Address>
|
1677
|
+
<Address>
|
1678
|
+
<AddressType>POBOX</AddressType>
|
1679
|
+
</Address>
|
1680
|
+
</Addresses>
|
1681
|
+
<Phones>
|
1682
|
+
<Phone>
|
1683
|
+
<PhoneType>DDI</PhoneType>
|
1684
|
+
</Phone>
|
1685
|
+
<Phone>
|
1686
|
+
<PhoneType>FAX</PhoneType>
|
1687
|
+
</Phone>
|
1688
|
+
<Phone>
|
1689
|
+
<PhoneType>DEFAULT</PhoneType>
|
1690
|
+
</Phone>
|
1691
|
+
<Phone>
|
1692
|
+
<PhoneType>MOBILE</PhoneType>
|
1693
|
+
</Phone>
|
1694
|
+
</Phones>
|
1695
|
+
<UpdatedDateUTC>2010-11-26T23:32:25.04</UpdatedDateUTC>
|
1696
|
+
<IsSupplier>true</IsSupplier>
|
1697
|
+
<IsCustomer>false</IsCustomer>
|
1698
|
+
</Contact>
|
1699
|
+
<Contact>
|
1700
|
+
<ContactID>69d3e538-44b3-4e00-a5f6-7dddcb6e0656</ContactID>
|
1701
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1702
|
+
<Name>Blue Winn Polytechnic</Name>
|
1703
|
+
<Addresses>
|
1704
|
+
<Address>
|
1705
|
+
<AddressType>STREET</AddressType>
|
1706
|
+
</Address>
|
1707
|
+
<Address>
|
1708
|
+
<AddressType>POBOX</AddressType>
|
1709
|
+
</Address>
|
1710
|
+
</Addresses>
|
1711
|
+
<Phones>
|
1712
|
+
<Phone>
|
1713
|
+
<PhoneType>DDI</PhoneType>
|
1714
|
+
</Phone>
|
1715
|
+
<Phone>
|
1716
|
+
<PhoneType>DEFAULT</PhoneType>
|
1717
|
+
<PhoneNumber>3036543</PhoneNumber>
|
1718
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
1719
|
+
</Phone>
|
1720
|
+
<Phone>
|
1721
|
+
<PhoneType>MOBILE</PhoneType>
|
1722
|
+
</Phone>
|
1723
|
+
<Phone>
|
1724
|
+
<PhoneType>FAX</PhoneType>
|
1725
|
+
</Phone>
|
1726
|
+
</Phones>
|
1727
|
+
<UpdatedDateUTC>2010-12-09T19:29:28.747</UpdatedDateUTC>
|
1728
|
+
<IsSupplier>false</IsSupplier>
|
1729
|
+
<IsCustomer>true</IsCustomer>
|
1730
|
+
</Contact>
|
1731
|
+
<Contact>
|
1732
|
+
<ContactID>3fc1fc6c-e5ff-4e40-b6f3-7eb535637d87</ContactID>
|
1733
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1734
|
+
<Name>Kinnet & Jones</Name>
|
1735
|
+
<Addresses>
|
1736
|
+
<Address>
|
1737
|
+
<AddressType>POBOX</AddressType>
|
1738
|
+
</Address>
|
1739
|
+
<Address>
|
1740
|
+
<AddressType>STREET</AddressType>
|
1741
|
+
</Address>
|
1742
|
+
</Addresses>
|
1743
|
+
<Phones>
|
1744
|
+
<Phone>
|
1745
|
+
<PhoneType>MOBILE</PhoneType>
|
1746
|
+
</Phone>
|
1747
|
+
<Phone>
|
1748
|
+
<PhoneType>FAX</PhoneType>
|
1749
|
+
</Phone>
|
1750
|
+
<Phone>
|
1751
|
+
<PhoneType>DEFAULT</PhoneType>
|
1752
|
+
</Phone>
|
1753
|
+
<Phone>
|
1754
|
+
<PhoneType>DDI</PhoneType>
|
1755
|
+
</Phone>
|
1756
|
+
</Phones>
|
1757
|
+
<UpdatedDateUTC>2010-11-24T04:39:33.84</UpdatedDateUTC>
|
1758
|
+
<IsSupplier>false</IsSupplier>
|
1759
|
+
<IsCustomer>true</IsCustomer>
|
1760
|
+
</Contact>
|
1761
|
+
<Contact>
|
1762
|
+
<ContactID>d6851dc2-9ed9-4515-bc0b-810b09c06a6a</ContactID>
|
1763
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1764
|
+
<Name>PowerDirect</Name>
|
1765
|
+
<Addresses>
|
1766
|
+
<Address>
|
1767
|
+
<AddressType>STREET</AddressType>
|
1768
|
+
</Address>
|
1769
|
+
<Address>
|
1770
|
+
<AddressType>POBOX</AddressType>
|
1771
|
+
</Address>
|
1772
|
+
</Addresses>
|
1773
|
+
<Phones>
|
1774
|
+
<Phone>
|
1775
|
+
<PhoneType>DDI</PhoneType>
|
1776
|
+
</Phone>
|
1777
|
+
<Phone>
|
1778
|
+
<PhoneType>MOBILE</PhoneType>
|
1779
|
+
</Phone>
|
1780
|
+
<Phone>
|
1781
|
+
<PhoneType>DEFAULT</PhoneType>
|
1782
|
+
</Phone>
|
1783
|
+
<Phone>
|
1784
|
+
<PhoneType>FAX</PhoneType>
|
1785
|
+
</Phone>
|
1786
|
+
</Phones>
|
1787
|
+
<UpdatedDateUTC>2010-11-16T06:15:30.913</UpdatedDateUTC>
|
1788
|
+
<IsSupplier>true</IsSupplier>
|
1789
|
+
<IsCustomer>false</IsCustomer>
|
1790
|
+
</Contact>
|
1791
|
+
<Contact>
|
1792
|
+
<ContactID>be9f3aab-52f5-4d9c-94b4-87f7d9e5ee8b</ContactID>
|
1793
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1794
|
+
<Name>NAB</Name>
|
1795
|
+
<Addresses>
|
1796
|
+
<Address>
|
1797
|
+
<AddressType>STREET</AddressType>
|
1798
|
+
</Address>
|
1799
|
+
<Address>
|
1800
|
+
<AddressType>POBOX</AddressType>
|
1801
|
+
</Address>
|
1802
|
+
</Addresses>
|
1803
|
+
<Phones>
|
1804
|
+
<Phone>
|
1805
|
+
<PhoneType>MOBILE</PhoneType>
|
1806
|
+
</Phone>
|
1807
|
+
<Phone>
|
1808
|
+
<PhoneType>DDI</PhoneType>
|
1809
|
+
</Phone>
|
1810
|
+
<Phone>
|
1811
|
+
<PhoneType>FAX</PhoneType>
|
1812
|
+
</Phone>
|
1813
|
+
<Phone>
|
1814
|
+
<PhoneType>DEFAULT</PhoneType>
|
1815
|
+
</Phone>
|
1816
|
+
</Phones>
|
1817
|
+
<UpdatedDateUTC>2010-11-26T02:10:43.153</UpdatedDateUTC>
|
1818
|
+
<IsSupplier>false</IsSupplier>
|
1819
|
+
<IsCustomer>false</IsCustomer>
|
1820
|
+
</Contact>
|
1821
|
+
<Contact>
|
1822
|
+
<ContactID>4bb77692-42d4-4565-85a0-8849eb85e039</ContactID>
|
1823
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1824
|
+
<Name>7-Eleven</Name>
|
1825
|
+
<Addresses>
|
1826
|
+
<Address>
|
1827
|
+
<AddressType>POBOX</AddressType>
|
1828
|
+
</Address>
|
1829
|
+
<Address>
|
1830
|
+
<AddressType>STREET</AddressType>
|
1831
|
+
</Address>
|
1832
|
+
</Addresses>
|
1833
|
+
<Phones>
|
1834
|
+
<Phone>
|
1835
|
+
<PhoneType>MOBILE</PhoneType>
|
1836
|
+
</Phone>
|
1837
|
+
<Phone>
|
1838
|
+
<PhoneType>DDI</PhoneType>
|
1839
|
+
</Phone>
|
1840
|
+
<Phone>
|
1841
|
+
<PhoneType>DEFAULT</PhoneType>
|
1842
|
+
</Phone>
|
1843
|
+
<Phone>
|
1844
|
+
<PhoneType>FAX</PhoneType>
|
1845
|
+
</Phone>
|
1846
|
+
</Phones>
|
1847
|
+
<UpdatedDateUTC>2012-09-07T21:09:32.69</UpdatedDateUTC>
|
1848
|
+
<IsSupplier>false</IsSupplier>
|
1849
|
+
<IsCustomer>false</IsCustomer>
|
1850
|
+
<DefaultCurrency>AUD</DefaultCurrency>
|
1851
|
+
</Contact>
|
1852
|
+
<Contact>
|
1853
|
+
<ContactID>b4d149bf-1823-4bd2-96da-9032388c9686</ContactID>
|
1854
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1855
|
+
<Name>Test Company Changed 837639935</Name>
|
1856
|
+
<FirstName>Wayne</FirstName>
|
1857
|
+
<LastName>Robinson</LastName>
|
1858
|
+
<Addresses>
|
1859
|
+
<Address>
|
1860
|
+
<AddressType>POBOX</AddressType>
|
1861
|
+
</Address>
|
1862
|
+
<Address>
|
1863
|
+
<AddressType>STREET</AddressType>
|
1864
|
+
</Address>
|
1865
|
+
</Addresses>
|
1866
|
+
<Phones>
|
1867
|
+
<Phone>
|
1868
|
+
<PhoneType>DEFAULT</PhoneType>
|
1869
|
+
</Phone>
|
1870
|
+
<Phone>
|
1871
|
+
<PhoneType>FAX</PhoneType>
|
1872
|
+
</Phone>
|
1873
|
+
<Phone>
|
1874
|
+
<PhoneType>MOBILE</PhoneType>
|
1875
|
+
</Phone>
|
1876
|
+
<Phone>
|
1877
|
+
<PhoneType>DDI</PhoneType>
|
1878
|
+
</Phone>
|
1879
|
+
</Phones>
|
1880
|
+
<UpdatedDateUTC>2010-12-16T15:13:48.77</UpdatedDateUTC>
|
1881
|
+
<IsSupplier>false</IsSupplier>
|
1882
|
+
<IsCustomer>false</IsCustomer>
|
1883
|
+
</Contact>
|
1884
|
+
<Contact>
|
1885
|
+
<ContactID>17465072-6fa3-40bf-bc42-97765d9e1bea</ContactID>
|
1886
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1887
|
+
<Name>Melbourne Mags</Name>
|
1888
|
+
<Addresses>
|
1889
|
+
<Address>
|
1890
|
+
<AddressType>STREET</AddressType>
|
1891
|
+
</Address>
|
1892
|
+
<Address>
|
1893
|
+
<AddressType>POBOX</AddressType>
|
1894
|
+
</Address>
|
1895
|
+
</Addresses>
|
1896
|
+
<Phones>
|
1897
|
+
<Phone>
|
1898
|
+
<PhoneType>MOBILE</PhoneType>
|
1899
|
+
</Phone>
|
1900
|
+
<Phone>
|
1901
|
+
<PhoneType>DDI</PhoneType>
|
1902
|
+
</Phone>
|
1903
|
+
<Phone>
|
1904
|
+
<PhoneType>FAX</PhoneType>
|
1905
|
+
</Phone>
|
1906
|
+
<Phone>
|
1907
|
+
<PhoneType>DEFAULT</PhoneType>
|
1908
|
+
</Phone>
|
1909
|
+
</Phones>
|
1910
|
+
<UpdatedDateUTC>2010-12-07T20:14:17.773</UpdatedDateUTC>
|
1911
|
+
<IsSupplier>false</IsSupplier>
|
1912
|
+
<IsCustomer>false</IsCustomer>
|
1913
|
+
</Contact>
|
1914
|
+
<Contact>
|
1915
|
+
<ContactID>60d578d9-3e10-4aef-b5dc-9d9fd60a3633</ContactID>
|
1916
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1917
|
+
<Name>Macdonnell Spring and Associates</Name>
|
1918
|
+
<EmailAddress>info@msa.co</EmailAddress>
|
1919
|
+
<Addresses>
|
1920
|
+
<Address>
|
1921
|
+
<AddressType>STREET</AddressType>
|
1922
|
+
<AddressLine1>123 Bourke Way</AddressLine1>
|
1923
|
+
<City>Melbourne</City>
|
1924
|
+
<PostalCode>3213</PostalCode>
|
1925
|
+
</Address>
|
1926
|
+
<Address>
|
1927
|
+
<AddressType>POBOX</AddressType>
|
1928
|
+
</Address>
|
1929
|
+
</Addresses>
|
1930
|
+
<Phones>
|
1931
|
+
<Phone>
|
1932
|
+
<PhoneType>DEFAULT</PhoneType>
|
1933
|
+
<PhoneNumber>123456</PhoneNumber>
|
1934
|
+
<PhoneAreaCode>0800</PhoneAreaCode>
|
1935
|
+
</Phone>
|
1936
|
+
<Phone>
|
1937
|
+
<PhoneType>DDI</PhoneType>
|
1938
|
+
</Phone>
|
1939
|
+
<Phone>
|
1940
|
+
<PhoneType>MOBILE</PhoneType>
|
1941
|
+
<PhoneNumber>123123</PhoneNumber>
|
1942
|
+
<PhoneAreaCode>0444</PhoneAreaCode>
|
1943
|
+
</Phone>
|
1944
|
+
<Phone>
|
1945
|
+
<PhoneType>FAX</PhoneType>
|
1946
|
+
</Phone>
|
1947
|
+
</Phones>
|
1948
|
+
<UpdatedDateUTC>2010-11-17T21:43:39.59</UpdatedDateUTC>
|
1949
|
+
<IsSupplier>false</IsSupplier>
|
1950
|
+
<IsCustomer>false</IsCustomer>
|
1951
|
+
</Contact>
|
1952
|
+
<Contact>
|
1953
|
+
<ContactID>5188c17c-7786-4436-ad6e-9da2997386d0</ContactID>
|
1954
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1955
|
+
<Name>Test Company Changed 632520491</Name>
|
1956
|
+
<FirstName>Wayne</FirstName>
|
1957
|
+
<LastName>Robinson</LastName>
|
1958
|
+
<Addresses>
|
1959
|
+
<Address>
|
1960
|
+
<AddressType>POBOX</AddressType>
|
1961
|
+
</Address>
|
1962
|
+
<Address>
|
1963
|
+
<AddressType>STREET</AddressType>
|
1964
|
+
</Address>
|
1965
|
+
</Addresses>
|
1966
|
+
<Phones>
|
1967
|
+
<Phone>
|
1968
|
+
<PhoneType>DEFAULT</PhoneType>
|
1969
|
+
</Phone>
|
1970
|
+
<Phone>
|
1971
|
+
<PhoneType>MOBILE</PhoneType>
|
1972
|
+
</Phone>
|
1973
|
+
<Phone>
|
1974
|
+
<PhoneType>DDI</PhoneType>
|
1975
|
+
</Phone>
|
1976
|
+
<Phone>
|
1977
|
+
<PhoneType>FAX</PhoneType>
|
1978
|
+
</Phone>
|
1979
|
+
</Phones>
|
1980
|
+
<UpdatedDateUTC>2010-12-16T15:13:31.877</UpdatedDateUTC>
|
1981
|
+
<IsSupplier>false</IsSupplier>
|
1982
|
+
<IsCustomer>false</IsCustomer>
|
1983
|
+
</Contact>
|
1984
|
+
<Contact>
|
1985
|
+
<ContactID>4e2f192e-8397-4d4d-97ca-a4fc5ac531bf</ContactID>
|
1986
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
1987
|
+
<Name>Slug and Lettuce</Name>
|
1988
|
+
<Addresses>
|
1989
|
+
<Address>
|
1990
|
+
<AddressType>POBOX</AddressType>
|
1991
|
+
</Address>
|
1992
|
+
<Address>
|
1993
|
+
<AddressType>STREET</AddressType>
|
1994
|
+
</Address>
|
1995
|
+
</Addresses>
|
1996
|
+
<Phones>
|
1997
|
+
<Phone>
|
1998
|
+
<PhoneType>FAX</PhoneType>
|
1999
|
+
</Phone>
|
2000
|
+
<Phone>
|
2001
|
+
<PhoneType>MOBILE</PhoneType>
|
2002
|
+
</Phone>
|
2003
|
+
<Phone>
|
2004
|
+
<PhoneType>DDI</PhoneType>
|
2005
|
+
</Phone>
|
2006
|
+
<Phone>
|
2007
|
+
<PhoneType>DEFAULT</PhoneType>
|
2008
|
+
</Phone>
|
2009
|
+
</Phones>
|
2010
|
+
<UpdatedDateUTC>2010-11-25T04:21:49.527</UpdatedDateUTC>
|
2011
|
+
<IsSupplier>false</IsSupplier>
|
2012
|
+
<IsCustomer>false</IsCustomer>
|
2013
|
+
</Contact>
|
2014
|
+
<Contact>
|
2015
|
+
<ContactID>158a2667-82ee-43bf-8f33-a6cc9524092d</ContactID>
|
2016
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2017
|
+
<Name>Ridgeway Savings & Loan</Name>
|
2018
|
+
<Addresses>
|
2019
|
+
<Address>
|
2020
|
+
<AddressType>POBOX</AddressType>
|
2021
|
+
</Address>
|
2022
|
+
<Address>
|
2023
|
+
<AddressType>STREET</AddressType>
|
2024
|
+
</Address>
|
2025
|
+
</Addresses>
|
2026
|
+
<Phones>
|
2027
|
+
<Phone>
|
2028
|
+
<PhoneType>FAX</PhoneType>
|
2029
|
+
</Phone>
|
2030
|
+
<Phone>
|
2031
|
+
<PhoneType>MOBILE</PhoneType>
|
2032
|
+
</Phone>
|
2033
|
+
<Phone>
|
2034
|
+
<PhoneType>DDI</PhoneType>
|
2035
|
+
</Phone>
|
2036
|
+
<Phone>
|
2037
|
+
<PhoneType>DEFAULT</PhoneType>
|
2038
|
+
</Phone>
|
2039
|
+
</Phones>
|
2040
|
+
<UpdatedDateUTC>2010-12-02T23:54:11.857</UpdatedDateUTC>
|
2041
|
+
<IsSupplier>false</IsSupplier>
|
2042
|
+
<IsCustomer>false</IsCustomer>
|
2043
|
+
</Contact>
|
2044
|
+
<Contact>
|
2045
|
+
<ContactID>6a8450bc-f81a-4bb0-a8f6-aa4afe9497c7</ContactID>
|
2046
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2047
|
+
<Name>Test Company 147104941</Name>
|
2048
|
+
<FirstName>Wayne</FirstName>
|
2049
|
+
<LastName>Robinson</LastName>
|
2050
|
+
<Addresses>
|
2051
|
+
<Address>
|
2052
|
+
<AddressType>POBOX</AddressType>
|
2053
|
+
</Address>
|
2054
|
+
<Address>
|
2055
|
+
<AddressType>STREET</AddressType>
|
2056
|
+
</Address>
|
2057
|
+
</Addresses>
|
2058
|
+
<Phones>
|
2059
|
+
<Phone>
|
2060
|
+
<PhoneType>MOBILE</PhoneType>
|
2061
|
+
</Phone>
|
2062
|
+
<Phone>
|
2063
|
+
<PhoneType>DDI</PhoneType>
|
2064
|
+
</Phone>
|
2065
|
+
<Phone>
|
2066
|
+
<PhoneType>FAX</PhoneType>
|
2067
|
+
</Phone>
|
2068
|
+
<Phone>
|
2069
|
+
<PhoneType>DEFAULT</PhoneType>
|
2070
|
+
</Phone>
|
2071
|
+
</Phones>
|
2072
|
+
<UpdatedDateUTC>2010-12-16T15:10:35.32</UpdatedDateUTC>
|
2073
|
+
<IsSupplier>false</IsSupplier>
|
2074
|
+
<IsCustomer>false</IsCustomer>
|
2075
|
+
</Contact>
|
2076
|
+
<Contact>
|
2077
|
+
<ContactID>c135f994-01e4-427b-9e15-acfe8a477c16</ContactID>
|
2078
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2079
|
+
<Name>Cube Land</Name>
|
2080
|
+
<EmailAddress>info@cubeland.co</EmailAddress>
|
2081
|
+
<Addresses>
|
2082
|
+
<Address>
|
2083
|
+
<AddressType>STREET</AddressType>
|
2084
|
+
</Address>
|
2085
|
+
<Address>
|
2086
|
+
<AddressType>POBOX</AddressType>
|
2087
|
+
<AddressLine1>13 Matilda Ave</AddressLine1>
|
2088
|
+
<AddressLine2>Southbank</AddressLine2>
|
2089
|
+
<City>Melbourne</City>
|
2090
|
+
<Region>VIC</Region>
|
2091
|
+
<PostalCode>3113</PostalCode>
|
2092
|
+
</Address>
|
2093
|
+
</Addresses>
|
2094
|
+
<Phones>
|
2095
|
+
<Phone>
|
2096
|
+
<PhoneType>DDI</PhoneType>
|
2097
|
+
</Phone>
|
2098
|
+
<Phone>
|
2099
|
+
<PhoneType>FAX</PhoneType>
|
2100
|
+
</Phone>
|
2101
|
+
<Phone>
|
2102
|
+
<PhoneType>DEFAULT</PhoneType>
|
2103
|
+
<PhoneNumber>3981894</PhoneNumber>
|
2104
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
2105
|
+
</Phone>
|
2106
|
+
<Phone>
|
2107
|
+
<PhoneType>MOBILE</PhoneType>
|
2108
|
+
<PhoneNumber>213243</PhoneNumber>
|
2109
|
+
<PhoneAreaCode>4444</PhoneAreaCode>
|
2110
|
+
</Phone>
|
2111
|
+
</Phones>
|
2112
|
+
<UpdatedDateUTC>2010-12-09T19:25:05.307</UpdatedDateUTC>
|
2113
|
+
<IsSupplier>false</IsSupplier>
|
2114
|
+
<IsCustomer>true</IsCustomer>
|
2115
|
+
</Contact>
|
2116
|
+
<Contact>
|
2117
|
+
<ContactID>31af01e7-2ca7-45b9-a500-b02db996568e</ContactID>
|
2118
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2119
|
+
<Name>Mobil</Name>
|
2120
|
+
<Addresses>
|
2121
|
+
<Address>
|
2122
|
+
<AddressType>STREET</AddressType>
|
2123
|
+
</Address>
|
2124
|
+
<Address>
|
2125
|
+
<AddressType>POBOX</AddressType>
|
2126
|
+
</Address>
|
2127
|
+
</Addresses>
|
2128
|
+
<Phones>
|
2129
|
+
<Phone>
|
2130
|
+
<PhoneType>DDI</PhoneType>
|
2131
|
+
</Phone>
|
2132
|
+
<Phone>
|
2133
|
+
<PhoneType>DEFAULT</PhoneType>
|
2134
|
+
</Phone>
|
2135
|
+
<Phone>
|
2136
|
+
<PhoneType>MOBILE</PhoneType>
|
2137
|
+
</Phone>
|
2138
|
+
<Phone>
|
2139
|
+
<PhoneType>FAX</PhoneType>
|
2140
|
+
</Phone>
|
2141
|
+
</Phones>
|
2142
|
+
<UpdatedDateUTC>2010-11-16T05:11:11.803</UpdatedDateUTC>
|
2143
|
+
<IsSupplier>false</IsSupplier>
|
2144
|
+
<IsCustomer>false</IsCustomer>
|
2145
|
+
</Contact>
|
2146
|
+
<Contact>
|
2147
|
+
<ContactID>1c40da58-fe1d-4e97-b729-b2abdae94d9e</ContactID>
|
2148
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2149
|
+
<Name>David Jones</Name>
|
2150
|
+
<Addresses>
|
2151
|
+
<Address>
|
2152
|
+
<AddressType>POBOX</AddressType>
|
2153
|
+
</Address>
|
2154
|
+
<Address>
|
2155
|
+
<AddressType>STREET</AddressType>
|
2156
|
+
</Address>
|
2157
|
+
</Addresses>
|
2158
|
+
<Phones>
|
2159
|
+
<Phone>
|
2160
|
+
<PhoneType>FAX</PhoneType>
|
2161
|
+
</Phone>
|
2162
|
+
<Phone>
|
2163
|
+
<PhoneType>DDI</PhoneType>
|
2164
|
+
</Phone>
|
2165
|
+
<Phone>
|
2166
|
+
<PhoneType>DEFAULT</PhoneType>
|
2167
|
+
</Phone>
|
2168
|
+
<Phone>
|
2169
|
+
<PhoneType>MOBILE</PhoneType>
|
2170
|
+
</Phone>
|
2171
|
+
</Phones>
|
2172
|
+
<UpdatedDateUTC>2010-12-03T01:30:41.87</UpdatedDateUTC>
|
2173
|
+
<IsSupplier>false</IsSupplier>
|
2174
|
+
<IsCustomer>false</IsCustomer>
|
2175
|
+
</Contact>
|
2176
|
+
<Contact>
|
2177
|
+
<ContactID>6c70e424-41d6-4b9b-af3e-b3a9f3589106</ContactID>
|
2178
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2179
|
+
<Name>Test Company Changed 312431849</Name>
|
2180
|
+
<FirstName>Wayne</FirstName>
|
2181
|
+
<LastName>Robinson</LastName>
|
2182
|
+
<Addresses>
|
2183
|
+
<Address>
|
2184
|
+
<AddressType>STREET</AddressType>
|
2185
|
+
</Address>
|
2186
|
+
<Address>
|
2187
|
+
<AddressType>POBOX</AddressType>
|
2188
|
+
</Address>
|
2189
|
+
</Addresses>
|
2190
|
+
<Phones>
|
2191
|
+
<Phone>
|
2192
|
+
<PhoneType>DDI</PhoneType>
|
2193
|
+
</Phone>
|
2194
|
+
<Phone>
|
2195
|
+
<PhoneType>MOBILE</PhoneType>
|
2196
|
+
</Phone>
|
2197
|
+
<Phone>
|
2198
|
+
<PhoneType>FAX</PhoneType>
|
2199
|
+
</Phone>
|
2200
|
+
<Phone>
|
2201
|
+
<PhoneType>DEFAULT</PhoneType>
|
2202
|
+
</Phone>
|
2203
|
+
</Phones>
|
2204
|
+
<UpdatedDateUTC>2010-12-17T01:18:05.6</UpdatedDateUTC>
|
2205
|
+
<IsSupplier>false</IsSupplier>
|
2206
|
+
<IsCustomer>false</IsCustomer>
|
2207
|
+
</Contact>
|
2208
|
+
<Contact>
|
2209
|
+
<ContactID>804f4140-5978-48fe-ba20-b56e5b834b18</ContactID>
|
2210
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2211
|
+
<Name>Test Company Changed 494114609</Name>
|
2212
|
+
<FirstName>Wayne</FirstName>
|
2213
|
+
<LastName>Robinson</LastName>
|
2214
|
+
<Addresses>
|
2215
|
+
<Address>
|
2216
|
+
<AddressType>STREET</AddressType>
|
2217
|
+
</Address>
|
2218
|
+
<Address>
|
2219
|
+
<AddressType>POBOX</AddressType>
|
2220
|
+
</Address>
|
2221
|
+
</Addresses>
|
2222
|
+
<Phones>
|
2223
|
+
<Phone>
|
2224
|
+
<PhoneType>MOBILE</PhoneType>
|
2225
|
+
</Phone>
|
2226
|
+
<Phone>
|
2227
|
+
<PhoneType>DEFAULT</PhoneType>
|
2228
|
+
</Phone>
|
2229
|
+
<Phone>
|
2230
|
+
<PhoneType>FAX</PhoneType>
|
2231
|
+
</Phone>
|
2232
|
+
<Phone>
|
2233
|
+
<PhoneType>DDI</PhoneType>
|
2234
|
+
</Phone>
|
2235
|
+
</Phones>
|
2236
|
+
<UpdatedDateUTC>2010-12-16T15:11:37.48</UpdatedDateUTC>
|
2237
|
+
<IsSupplier>false</IsSupplier>
|
2238
|
+
<IsCustomer>false</IsCustomer>
|
2239
|
+
</Contact>
|
2240
|
+
<Contact>
|
2241
|
+
<ContactID>d6a384fb-f46f-41a3-8ac7-b7bc9e0b5efa</ContactID>
|
2242
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2243
|
+
<Name>Melrose Parking</Name>
|
2244
|
+
<Addresses>
|
2245
|
+
<Address>
|
2246
|
+
<AddressType>POBOX</AddressType>
|
2247
|
+
<AddressLine1>Parking Administration</AddressLine1>
|
2248
|
+
<AddressLine2>P O Box 123</AddressLine2>
|
2249
|
+
<City>Melbourne</City>
|
2250
|
+
<PostalCode>3333</PostalCode>
|
2251
|
+
</Address>
|
2252
|
+
<Address>
|
2253
|
+
<AddressType>STREET</AddressType>
|
2254
|
+
</Address>
|
2255
|
+
</Addresses>
|
2256
|
+
<Phones>
|
2257
|
+
<Phone>
|
2258
|
+
<PhoneType>DEFAULT</PhoneType>
|
2259
|
+
<PhoneNumber>4389376</PhoneNumber>
|
2260
|
+
<PhoneAreaCode>0800</PhoneAreaCode>
|
2261
|
+
</Phone>
|
2262
|
+
<Phone>
|
2263
|
+
<PhoneType>MOBILE</PhoneType>
|
2264
|
+
</Phone>
|
2265
|
+
<Phone>
|
2266
|
+
<PhoneType>FAX</PhoneType>
|
2267
|
+
</Phone>
|
2268
|
+
<Phone>
|
2269
|
+
<PhoneType>DDI</PhoneType>
|
2270
|
+
</Phone>
|
2271
|
+
</Phones>
|
2272
|
+
<UpdatedDateUTC>2010-11-23T23:28:09.993</UpdatedDateUTC>
|
2273
|
+
<IsSupplier>true</IsSupplier>
|
2274
|
+
<IsCustomer>false</IsCustomer>
|
2275
|
+
</Contact>
|
2276
|
+
<Contact>
|
2277
|
+
<ContactID>043892a1-aef1-4c18-88d8-b8ccb6d31466</ContactID>
|
2278
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2279
|
+
<Name>Tracy Green</Name>
|
2280
|
+
<Addresses>
|
2281
|
+
<Address>
|
2282
|
+
<AddressType>POBOX</AddressType>
|
2283
|
+
</Address>
|
2284
|
+
<Address>
|
2285
|
+
<AddressType>STREET</AddressType>
|
2286
|
+
</Address>
|
2287
|
+
</Addresses>
|
2288
|
+
<Phones>
|
2289
|
+
<Phone>
|
2290
|
+
<PhoneType>MOBILE</PhoneType>
|
2291
|
+
</Phone>
|
2292
|
+
<Phone>
|
2293
|
+
<PhoneType>DDI</PhoneType>
|
2294
|
+
</Phone>
|
2295
|
+
<Phone>
|
2296
|
+
<PhoneType>DEFAULT</PhoneType>
|
2297
|
+
</Phone>
|
2298
|
+
<Phone>
|
2299
|
+
<PhoneType>FAX</PhoneType>
|
2300
|
+
</Phone>
|
2301
|
+
</Phones>
|
2302
|
+
<UpdatedDateUTC>2010-11-26T01:04:40.167</UpdatedDateUTC>
|
2303
|
+
<IsSupplier>false</IsSupplier>
|
2304
|
+
<IsCustomer>false</IsCustomer>
|
2305
|
+
</Contact>
|
2306
|
+
<Contact>
|
2307
|
+
<ContactID>5d41dafd-eb7e-42c1-bd5a-ba3be1da0960</ContactID>
|
2308
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2309
|
+
<Name>Victoria Property Agency</Name>
|
2310
|
+
<Addresses>
|
2311
|
+
<Address>
|
2312
|
+
<AddressType>POBOX</AddressType>
|
2313
|
+
</Address>
|
2314
|
+
<Address>
|
2315
|
+
<AddressType>STREET</AddressType>
|
2316
|
+
</Address>
|
2317
|
+
</Addresses>
|
2318
|
+
<Phones>
|
2319
|
+
<Phone>
|
2320
|
+
<PhoneType>DDI</PhoneType>
|
2321
|
+
</Phone>
|
2322
|
+
<Phone>
|
2323
|
+
<PhoneType>MOBILE</PhoneType>
|
2324
|
+
</Phone>
|
2325
|
+
<Phone>
|
2326
|
+
<PhoneType>DEFAULT</PhoneType>
|
2327
|
+
</Phone>
|
2328
|
+
<Phone>
|
2329
|
+
<PhoneType>FAX</PhoneType>
|
2330
|
+
</Phone>
|
2331
|
+
</Phones>
|
2332
|
+
<UpdatedDateUTC>2010-11-16T06:00:37.42</UpdatedDateUTC>
|
2333
|
+
<IsSupplier>false</IsSupplier>
|
2334
|
+
<IsCustomer>false</IsCustomer>
|
2335
|
+
</Contact>
|
2336
|
+
<Contact>
|
2337
|
+
<ContactID>2e58cff6-488c-4a32-884b-baf848010229</ContactID>
|
2338
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2339
|
+
<Name>Test Company Changed 458899344</Name>
|
2340
|
+
<FirstName>Wayne</FirstName>
|
2341
|
+
<LastName>Robinson</LastName>
|
2342
|
+
<Addresses>
|
2343
|
+
<Address>
|
2344
|
+
<AddressType>POBOX</AddressType>
|
2345
|
+
</Address>
|
2346
|
+
<Address>
|
2347
|
+
<AddressType>STREET</AddressType>
|
2348
|
+
</Address>
|
2349
|
+
</Addresses>
|
2350
|
+
<Phones>
|
2351
|
+
<Phone>
|
2352
|
+
<PhoneType>DDI</PhoneType>
|
2353
|
+
</Phone>
|
2354
|
+
<Phone>
|
2355
|
+
<PhoneType>MOBILE</PhoneType>
|
2356
|
+
</Phone>
|
2357
|
+
<Phone>
|
2358
|
+
<PhoneType>FAX</PhoneType>
|
2359
|
+
</Phone>
|
2360
|
+
<Phone>
|
2361
|
+
<PhoneType>DEFAULT</PhoneType>
|
2362
|
+
</Phone>
|
2363
|
+
</Phones>
|
2364
|
+
<UpdatedDateUTC>2010-12-16T15:11:10.383</UpdatedDateUTC>
|
2365
|
+
<IsSupplier>false</IsSupplier>
|
2366
|
+
<IsCustomer>false</IsCustomer>
|
2367
|
+
</Contact>
|
2368
|
+
<Contact>
|
2369
|
+
<ContactID>860b99a9-0958-4c8d-a98f-bb1f092b16bb</ContactID>
|
2370
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2371
|
+
<Name>DIISR - Small Business Services</Name>
|
2372
|
+
<FirstName>Sheree</FirstName>
|
2373
|
+
<LastName>Bond</LastName>
|
2374
|
+
<EmailAddress>accounts@diisr.govt</EmailAddress>
|
2375
|
+
<Addresses>
|
2376
|
+
<Address>
|
2377
|
+
<AddressType>STREET</AddressType>
|
2378
|
+
<AddressLine1>Melbourne Regional Office</AddressLine1>
|
2379
|
+
<AddressLine2>L3, Southbank House</AddressLine2>
|
2380
|
+
<AddressLine3>13 Gallery Ave</AddressLine3>
|
2381
|
+
<City>Melbourne</City>
|
2382
|
+
<PostalCode>3131</PostalCode>
|
2383
|
+
</Address>
|
2384
|
+
<Address>
|
2385
|
+
<AddressType>POBOX</AddressType>
|
2386
|
+
<AddressLine1>Melbourne Regional Office</AddressLine1>
|
2387
|
+
<AddressLine2>L3, Southbank House</AddressLine2>
|
2388
|
+
<AddressLine3>13 Gallery Ave</AddressLine3>
|
2389
|
+
<City>Melbourne</City>
|
2390
|
+
<PostalCode>3131</PostalCode>
|
2391
|
+
<AttentionTo>Accounts Dept.</AttentionTo>
|
2392
|
+
</Address>
|
2393
|
+
</Addresses>
|
2394
|
+
<Phones>
|
2395
|
+
<Phone>
|
2396
|
+
<PhoneType>MOBILE</PhoneType>
|
2397
|
+
</Phone>
|
2398
|
+
<Phone>
|
2399
|
+
<PhoneType>DEFAULT</PhoneType>
|
2400
|
+
<PhoneNumber>4389376</PhoneNumber>
|
2401
|
+
<PhoneAreaCode>0800</PhoneAreaCode>
|
2402
|
+
</Phone>
|
2403
|
+
<Phone>
|
2404
|
+
<PhoneType>FAX</PhoneType>
|
2405
|
+
<PhoneNumber>4389379</PhoneNumber>
|
2406
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
2407
|
+
</Phone>
|
2408
|
+
<Phone>
|
2409
|
+
<PhoneType>DDI</PhoneType>
|
2410
|
+
</Phone>
|
2411
|
+
</Phones>
|
2412
|
+
<UpdatedDateUTC>2011-11-18T23:28:25.387</UpdatedDateUTC>
|
2413
|
+
<IsSupplier>false</IsSupplier>
|
2414
|
+
<IsCustomer>true</IsCustomer>
|
2415
|
+
</Contact>
|
2416
|
+
<Contact>
|
2417
|
+
<ContactID>344f1113-a25b-4344-b82e-bedeacc17c8e</ContactID>
|
2418
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2419
|
+
<Name>Test Company Changed 919350605</Name>
|
2420
|
+
<FirstName>Wayne</FirstName>
|
2421
|
+
<LastName>Robinson</LastName>
|
2422
|
+
<Addresses>
|
2423
|
+
<Address>
|
2424
|
+
<AddressType>STREET</AddressType>
|
2425
|
+
</Address>
|
2426
|
+
<Address>
|
2427
|
+
<AddressType>POBOX</AddressType>
|
2428
|
+
</Address>
|
2429
|
+
</Addresses>
|
2430
|
+
<Phones>
|
2431
|
+
<Phone>
|
2432
|
+
<PhoneType>FAX</PhoneType>
|
2433
|
+
</Phone>
|
2434
|
+
<Phone>
|
2435
|
+
<PhoneType>DEFAULT</PhoneType>
|
2436
|
+
</Phone>
|
2437
|
+
<Phone>
|
2438
|
+
<PhoneType>MOBILE</PhoneType>
|
2439
|
+
</Phone>
|
2440
|
+
<Phone>
|
2441
|
+
<PhoneType>DDI</PhoneType>
|
2442
|
+
</Phone>
|
2443
|
+
</Phones>
|
2444
|
+
<UpdatedDateUTC>2010-12-16T15:22:56.99</UpdatedDateUTC>
|
2445
|
+
<IsSupplier>false</IsSupplier>
|
2446
|
+
<IsCustomer>false</IsCustomer>
|
2447
|
+
</Contact>
|
2448
|
+
<Contact>
|
2449
|
+
<ContactID>dd981bd6-40dd-496d-a282-bf7d3391b8b9</ContactID>
|
2450
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2451
|
+
<Name>Test Company Changed 851986996</Name>
|
2452
|
+
<FirstName>Wayne</FirstName>
|
2453
|
+
<LastName>Robinson</LastName>
|
2454
|
+
<Addresses>
|
2455
|
+
<Address>
|
2456
|
+
<AddressType>STREET</AddressType>
|
2457
|
+
</Address>
|
2458
|
+
<Address>
|
2459
|
+
<AddressType>POBOX</AddressType>
|
2460
|
+
</Address>
|
2461
|
+
</Addresses>
|
2462
|
+
<Phones>
|
2463
|
+
<Phone>
|
2464
|
+
<PhoneType>MOBILE</PhoneType>
|
2465
|
+
</Phone>
|
2466
|
+
<Phone>
|
2467
|
+
<PhoneType>DEFAULT</PhoneType>
|
2468
|
+
</Phone>
|
2469
|
+
<Phone>
|
2470
|
+
<PhoneType>FAX</PhoneType>
|
2471
|
+
</Phone>
|
2472
|
+
<Phone>
|
2473
|
+
<PhoneType>DDI</PhoneType>
|
2474
|
+
</Phone>
|
2475
|
+
</Phones>
|
2476
|
+
<UpdatedDateUTC>2010-12-17T00:26:34.527</UpdatedDateUTC>
|
2477
|
+
<IsSupplier>false</IsSupplier>
|
2478
|
+
<IsCustomer>false</IsCustomer>
|
2479
|
+
</Contact>
|
2480
|
+
<Contact>
|
2481
|
+
<ContactID>cce9b044-be4a-43b3-9dc7-c027d8dd35b2</ContactID>
|
2482
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2483
|
+
<Name>Oliver Gray</Name>
|
2484
|
+
<Addresses>
|
2485
|
+
<Address>
|
2486
|
+
<AddressType>STREET</AddressType>
|
2487
|
+
</Address>
|
2488
|
+
<Address>
|
2489
|
+
<AddressType>POBOX</AddressType>
|
2490
|
+
</Address>
|
2491
|
+
</Addresses>
|
2492
|
+
<Phones>
|
2493
|
+
<Phone>
|
2494
|
+
<PhoneType>DEFAULT</PhoneType>
|
2495
|
+
</Phone>
|
2496
|
+
<Phone>
|
2497
|
+
<PhoneType>FAX</PhoneType>
|
2498
|
+
</Phone>
|
2499
|
+
<Phone>
|
2500
|
+
<PhoneType>MOBILE</PhoneType>
|
2501
|
+
</Phone>
|
2502
|
+
<Phone>
|
2503
|
+
<PhoneType>DDI</PhoneType>
|
2504
|
+
</Phone>
|
2505
|
+
</Phones>
|
2506
|
+
<UpdatedDateUTC>2010-11-26T01:02:22.163</UpdatedDateUTC>
|
2507
|
+
<IsSupplier>false</IsSupplier>
|
2508
|
+
<IsCustomer>false</IsCustomer>
|
2509
|
+
</Contact>
|
2510
|
+
<Contact>
|
2511
|
+
<ContactID>52442753-b1c4-40b7-9b79-c33997de5837</ContactID>
|
2512
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2513
|
+
<Name>Test Company Changed 166064726</Name>
|
2514
|
+
<FirstName>Wayne</FirstName>
|
2515
|
+
<LastName>Robinson</LastName>
|
2516
|
+
<Addresses>
|
2517
|
+
<Address>
|
2518
|
+
<AddressType>STREET</AddressType>
|
2519
|
+
</Address>
|
2520
|
+
<Address>
|
2521
|
+
<AddressType>POBOX</AddressType>
|
2522
|
+
</Address>
|
2523
|
+
</Addresses>
|
2524
|
+
<Phones>
|
2525
|
+
<Phone>
|
2526
|
+
<PhoneType>DDI</PhoneType>
|
2527
|
+
</Phone>
|
2528
|
+
<Phone>
|
2529
|
+
<PhoneType>DEFAULT</PhoneType>
|
2530
|
+
</Phone>
|
2531
|
+
<Phone>
|
2532
|
+
<PhoneType>FAX</PhoneType>
|
2533
|
+
</Phone>
|
2534
|
+
<Phone>
|
2535
|
+
<PhoneType>MOBILE</PhoneType>
|
2536
|
+
</Phone>
|
2537
|
+
</Phones>
|
2538
|
+
<UpdatedDateUTC>2010-12-17T01:13:40.947</UpdatedDateUTC>
|
2539
|
+
<IsSupplier>false</IsSupplier>
|
2540
|
+
<IsCustomer>false</IsCustomer>
|
2541
|
+
</Contact>
|
2542
|
+
<Contact>
|
2543
|
+
<ContactID>e8e9a2c2-3e7e-48ed-8528-c3d61b28f276</ContactID>
|
2544
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2545
|
+
<Name>Bayside Wholesale</Name>
|
2546
|
+
<Addresses>
|
2547
|
+
<Address>
|
2548
|
+
<AddressType>POBOX</AddressType>
|
2549
|
+
</Address>
|
2550
|
+
<Address>
|
2551
|
+
<AddressType>STREET</AddressType>
|
2552
|
+
</Address>
|
2553
|
+
</Addresses>
|
2554
|
+
<Phones>
|
2555
|
+
<Phone>
|
2556
|
+
<PhoneType>DDI</PhoneType>
|
2557
|
+
</Phone>
|
2558
|
+
<Phone>
|
2559
|
+
<PhoneType>FAX</PhoneType>
|
2560
|
+
</Phone>
|
2561
|
+
<Phone>
|
2562
|
+
<PhoneType>MOBILE</PhoneType>
|
2563
|
+
</Phone>
|
2564
|
+
<Phone>
|
2565
|
+
<PhoneType>DEFAULT</PhoneType>
|
2566
|
+
</Phone>
|
2567
|
+
</Phones>
|
2568
|
+
<UpdatedDateUTC>2012-12-06T04:29:04.393</UpdatedDateUTC>
|
2569
|
+
<IsSupplier>true</IsSupplier>
|
2570
|
+
<IsCustomer>false</IsCustomer>
|
2571
|
+
<DefaultCurrency>AUD</DefaultCurrency>
|
2572
|
+
</Contact>
|
2573
|
+
<Contact>
|
2574
|
+
<ContactID>a06a7225-6f8a-4522-8400-c534dd43a16e</ContactID>
|
2575
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2576
|
+
<Name>Test Company 897770546</Name>
|
2577
|
+
<FirstName>Wayne</FirstName>
|
2578
|
+
<LastName>Robinson</LastName>
|
2579
|
+
<Addresses>
|
2580
|
+
<Address>
|
2581
|
+
<AddressType>STREET</AddressType>
|
2582
|
+
</Address>
|
2583
|
+
<Address>
|
2584
|
+
<AddressType>POBOX</AddressType>
|
2585
|
+
</Address>
|
2586
|
+
</Addresses>
|
2587
|
+
<Phones>
|
2588
|
+
<Phone>
|
2589
|
+
<PhoneType>FAX</PhoneType>
|
2590
|
+
</Phone>
|
2591
|
+
<Phone>
|
2592
|
+
<PhoneType>MOBILE</PhoneType>
|
2593
|
+
</Phone>
|
2594
|
+
<Phone>
|
2595
|
+
<PhoneType>DEFAULT</PhoneType>
|
2596
|
+
</Phone>
|
2597
|
+
<Phone>
|
2598
|
+
<PhoneType>DDI</PhoneType>
|
2599
|
+
</Phone>
|
2600
|
+
</Phones>
|
2601
|
+
<UpdatedDateUTC>2010-12-16T15:10:09.193</UpdatedDateUTC>
|
2602
|
+
<IsSupplier>false</IsSupplier>
|
2603
|
+
<IsCustomer>false</IsCustomer>
|
2604
|
+
</Contact>
|
2605
|
+
<Contact>
|
2606
|
+
<ContactID>abf272dd-6b1d-4829-af88-c57bf55855e3</ContactID>
|
2607
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2608
|
+
<Name>Net Connect</Name>
|
2609
|
+
<Addresses>
|
2610
|
+
<Address>
|
2611
|
+
<AddressType>STREET</AddressType>
|
2612
|
+
</Address>
|
2613
|
+
<Address>
|
2614
|
+
<AddressType>POBOX</AddressType>
|
2615
|
+
</Address>
|
2616
|
+
</Addresses>
|
2617
|
+
<Phones>
|
2618
|
+
<Phone>
|
2619
|
+
<PhoneType>FAX</PhoneType>
|
2620
|
+
</Phone>
|
2621
|
+
<Phone>
|
2622
|
+
<PhoneType>DDI</PhoneType>
|
2623
|
+
</Phone>
|
2624
|
+
<Phone>
|
2625
|
+
<PhoneType>MOBILE</PhoneType>
|
2626
|
+
</Phone>
|
2627
|
+
<Phone>
|
2628
|
+
<PhoneType>DEFAULT</PhoneType>
|
2629
|
+
</Phone>
|
2630
|
+
</Phones>
|
2631
|
+
<UpdatedDateUTC>2010-11-16T06:19:05.357</UpdatedDateUTC>
|
2632
|
+
<IsSupplier>true</IsSupplier>
|
2633
|
+
<IsCustomer>false</IsCustomer>
|
2634
|
+
</Contact>
|
2635
|
+
<Contact>
|
2636
|
+
<ContactID>fc9ec3a6-a2fe-4300-a8cb-ca8a0b3662e0</ContactID>
|
2637
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2638
|
+
<Name>Test Company Changed 795418597</Name>
|
2639
|
+
<FirstName>Wayne</FirstName>
|
2640
|
+
<LastName>Robinson</LastName>
|
2641
|
+
<Addresses>
|
2642
|
+
<Address>
|
2643
|
+
<AddressType>POBOX</AddressType>
|
2644
|
+
</Address>
|
2645
|
+
<Address>
|
2646
|
+
<AddressType>STREET</AddressType>
|
2647
|
+
</Address>
|
2648
|
+
</Addresses>
|
2649
|
+
<Phones>
|
2650
|
+
<Phone>
|
2651
|
+
<PhoneType>FAX</PhoneType>
|
2652
|
+
</Phone>
|
2653
|
+
<Phone>
|
2654
|
+
<PhoneType>DEFAULT</PhoneType>
|
2655
|
+
</Phone>
|
2656
|
+
<Phone>
|
2657
|
+
<PhoneType>MOBILE</PhoneType>
|
2658
|
+
</Phone>
|
2659
|
+
<Phone>
|
2660
|
+
<PhoneType>DDI</PhoneType>
|
2661
|
+
</Phone>
|
2662
|
+
</Phones>
|
2663
|
+
<UpdatedDateUTC>2010-12-17T01:26:38.323</UpdatedDateUTC>
|
2664
|
+
<IsSupplier>false</IsSupplier>
|
2665
|
+
<IsCustomer>false</IsCustomer>
|
2666
|
+
</Contact>
|
2667
|
+
<Contact>
|
2668
|
+
<ContactID>ad24c33b-256b-4157-ad56-cbcf0e8db7b1</ContactID>
|
2669
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2670
|
+
<Name>Pinnacle Management</Name>
|
2671
|
+
<FirstName>Nick</FirstName>
|
2672
|
+
<LastName>Wakefield</LastName>
|
2673
|
+
<Addresses>
|
2674
|
+
<Address>
|
2675
|
+
<AddressType>STREET</AddressType>
|
2676
|
+
</Address>
|
2677
|
+
<Address>
|
2678
|
+
<AddressType>POBOX</AddressType>
|
2679
|
+
<AddressLine1>P O Box 456</AddressLine1>
|
2680
|
+
<City>Melbourne GPO</City>
|
2681
|
+
<Region>VIC</Region>
|
2682
|
+
<PostalCode>3331</PostalCode>
|
2683
|
+
<AttentionTo>Nick Wakefield</AttentionTo>
|
2684
|
+
</Address>
|
2685
|
+
</Addresses>
|
2686
|
+
<Phones>
|
2687
|
+
<Phone>
|
2688
|
+
<PhoneType>DDI</PhoneType>
|
2689
|
+
</Phone>
|
2690
|
+
<Phone>
|
2691
|
+
<PhoneType>MOBILE</PhoneType>
|
2692
|
+
</Phone>
|
2693
|
+
<Phone>
|
2694
|
+
<PhoneType>DEFAULT</PhoneType>
|
2695
|
+
<PhoneNumber>3014556</PhoneNumber>
|
2696
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
2697
|
+
</Phone>
|
2698
|
+
<Phone>
|
2699
|
+
<PhoneType>FAX</PhoneType>
|
2700
|
+
</Phone>
|
2701
|
+
</Phones>
|
2702
|
+
<UpdatedDateUTC>2011-11-18T23:27:15.683</UpdatedDateUTC>
|
2703
|
+
<IsSupplier>false</IsSupplier>
|
2704
|
+
<IsCustomer>true</IsCustomer>
|
2705
|
+
</Contact>
|
2706
|
+
<Contact>
|
2707
|
+
<ContactID>72dd6a02-396e-42a2-a4d6-cc3fa75dfece</ContactID>
|
2708
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2709
|
+
<Name>Capital Cab Co</Name>
|
2710
|
+
<Addresses>
|
2711
|
+
<Address>
|
2712
|
+
<AddressType>STREET</AddressType>
|
2713
|
+
</Address>
|
2714
|
+
<Address>
|
2715
|
+
<AddressType>POBOX</AddressType>
|
2716
|
+
</Address>
|
2717
|
+
</Addresses>
|
2718
|
+
<Phones>
|
2719
|
+
<Phone>
|
2720
|
+
<PhoneType>MOBILE</PhoneType>
|
2721
|
+
</Phone>
|
2722
|
+
<Phone>
|
2723
|
+
<PhoneType>FAX</PhoneType>
|
2724
|
+
</Phone>
|
2725
|
+
<Phone>
|
2726
|
+
<PhoneType>DEFAULT</PhoneType>
|
2727
|
+
<PhoneNumber>235689</PhoneNumber>
|
2728
|
+
<PhoneAreaCode>0800</PhoneAreaCode>
|
2729
|
+
</Phone>
|
2730
|
+
<Phone>
|
2731
|
+
<PhoneType>DDI</PhoneType>
|
2732
|
+
</Phone>
|
2733
|
+
</Phones>
|
2734
|
+
<UpdatedDateUTC>2010-12-07T06:07:18.137</UpdatedDateUTC>
|
2735
|
+
<IsSupplier>true</IsSupplier>
|
2736
|
+
<IsCustomer>false</IsCustomer>
|
2737
|
+
<DefaultCurrency>AUD</DefaultCurrency>
|
2738
|
+
</Contact>
|
2739
|
+
<Contact>
|
2740
|
+
<ContactID>efdb3600-f233-42e2-8f18-ce7e2a95e4b1</ContactID>
|
2741
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2742
|
+
<Name>Princes Highway Motors</Name>
|
2743
|
+
<Addresses>
|
2744
|
+
<Address>
|
2745
|
+
<AddressType>STREET</AddressType>
|
2746
|
+
</Address>
|
2747
|
+
<Address>
|
2748
|
+
<AddressType>POBOX</AddressType>
|
2749
|
+
</Address>
|
2750
|
+
</Addresses>
|
2751
|
+
<Phones>
|
2752
|
+
<Phone>
|
2753
|
+
<PhoneType>DDI</PhoneType>
|
2754
|
+
</Phone>
|
2755
|
+
<Phone>
|
2756
|
+
<PhoneType>MOBILE</PhoneType>
|
2757
|
+
</Phone>
|
2758
|
+
<Phone>
|
2759
|
+
<PhoneType>FAX</PhoneType>
|
2760
|
+
</Phone>
|
2761
|
+
<Phone>
|
2762
|
+
<PhoneType>DEFAULT</PhoneType>
|
2763
|
+
</Phone>
|
2764
|
+
</Phones>
|
2765
|
+
<UpdatedDateUTC>2010-12-09T19:50:16.687</UpdatedDateUTC>
|
2766
|
+
<IsSupplier>true</IsSupplier>
|
2767
|
+
<IsCustomer>false</IsCustomer>
|
2768
|
+
</Contact>
|
2769
|
+
<Contact>
|
2770
|
+
<ContactID>812d4f28-1681-4241-8e34-d15c5520ba35</ContactID>
|
2771
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2772
|
+
<Name>Odette Garrison</Name>
|
2773
|
+
<Addresses>
|
2774
|
+
<Address>
|
2775
|
+
<AddressType>POBOX</AddressType>
|
2776
|
+
</Address>
|
2777
|
+
<Address>
|
2778
|
+
<AddressType>STREET</AddressType>
|
2779
|
+
</Address>
|
2780
|
+
</Addresses>
|
2781
|
+
<Phones>
|
2782
|
+
<Phone>
|
2783
|
+
<PhoneType>FAX</PhoneType>
|
2784
|
+
</Phone>
|
2785
|
+
<Phone>
|
2786
|
+
<PhoneType>MOBILE</PhoneType>
|
2787
|
+
</Phone>
|
2788
|
+
<Phone>
|
2789
|
+
<PhoneType>DEFAULT</PhoneType>
|
2790
|
+
</Phone>
|
2791
|
+
<Phone>
|
2792
|
+
<PhoneType>DDI</PhoneType>
|
2793
|
+
</Phone>
|
2794
|
+
</Phones>
|
2795
|
+
<UpdatedDateUTC>2010-11-20T05:42:27.37</UpdatedDateUTC>
|
2796
|
+
<IsSupplier>false</IsSupplier>
|
2797
|
+
<IsCustomer>false</IsCustomer>
|
2798
|
+
</Contact>
|
2799
|
+
<Contact>
|
2800
|
+
<ContactID>eb43fcc6-87ec-4a0a-b243-d718bee4e2cb</ContactID>
|
2801
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2802
|
+
<Name>Stitch a Brand</Name>
|
2803
|
+
<Addresses>
|
2804
|
+
<Address>
|
2805
|
+
<AddressType>POBOX</AddressType>
|
2806
|
+
</Address>
|
2807
|
+
<Address>
|
2808
|
+
<AddressType>STREET</AddressType>
|
2809
|
+
</Address>
|
2810
|
+
</Addresses>
|
2811
|
+
<Phones>
|
2812
|
+
<Phone>
|
2813
|
+
<PhoneType>MOBILE</PhoneType>
|
2814
|
+
</Phone>
|
2815
|
+
<Phone>
|
2816
|
+
<PhoneType>DEFAULT</PhoneType>
|
2817
|
+
</Phone>
|
2818
|
+
<Phone>
|
2819
|
+
<PhoneType>DDI</PhoneType>
|
2820
|
+
</Phone>
|
2821
|
+
<Phone>
|
2822
|
+
<PhoneType>FAX</PhoneType>
|
2823
|
+
</Phone>
|
2824
|
+
</Phones>
|
2825
|
+
<UpdatedDateUTC>2010-11-16T22:52:35.847</UpdatedDateUTC>
|
2826
|
+
<IsSupplier>false</IsSupplier>
|
2827
|
+
<IsCustomer>false</IsCustomer>
|
2828
|
+
</Contact>
|
2829
|
+
<Contact>
|
2830
|
+
<ContactID>b2b5333a-2546-4975-891f-d71a8a640d23</ContactID>
|
2831
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2832
|
+
<Name>Dick Smith</Name>
|
2833
|
+
<Addresses>
|
2834
|
+
<Address>
|
2835
|
+
<AddressType>STREET</AddressType>
|
2836
|
+
</Address>
|
2837
|
+
<Address>
|
2838
|
+
<AddressType>POBOX</AddressType>
|
2839
|
+
</Address>
|
2840
|
+
</Addresses>
|
2841
|
+
<Phones>
|
2842
|
+
<Phone>
|
2843
|
+
<PhoneType>MOBILE</PhoneType>
|
2844
|
+
</Phone>
|
2845
|
+
<Phone>
|
2846
|
+
<PhoneType>FAX</PhoneType>
|
2847
|
+
</Phone>
|
2848
|
+
<Phone>
|
2849
|
+
<PhoneType>DEFAULT</PhoneType>
|
2850
|
+
</Phone>
|
2851
|
+
<Phone>
|
2852
|
+
<PhoneType>DDI</PhoneType>
|
2853
|
+
</Phone>
|
2854
|
+
</Phones>
|
2855
|
+
<UpdatedDateUTC>2010-12-03T01:36:19.84</UpdatedDateUTC>
|
2856
|
+
<IsSupplier>false</IsSupplier>
|
2857
|
+
<IsCustomer>false</IsCustomer>
|
2858
|
+
</Contact>
|
2859
|
+
<Contact>
|
2860
|
+
<ContactID>571a2414-81ff-4f8f-8498-d91d83793131</ContactID>
|
2861
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2862
|
+
<Name>Bank West</Name>
|
2863
|
+
<EmailAddress>procteam@bwb.co</EmailAddress>
|
2864
|
+
<Addresses>
|
2865
|
+
<Address>
|
2866
|
+
<AddressType>POBOX</AddressType>
|
2867
|
+
<AddressLine1>Procurement</AddressLine1>
|
2868
|
+
<AddressLine2>GPO 1234</AddressLine2>
|
2869
|
+
<City>Melbourne</City>
|
2870
|
+
<PostalCode>3313</PostalCode>
|
2871
|
+
</Address>
|
2872
|
+
<Address>
|
2873
|
+
<AddressType>STREET</AddressType>
|
2874
|
+
</Address>
|
2875
|
+
</Addresses>
|
2876
|
+
<Phones>
|
2877
|
+
<Phone>
|
2878
|
+
<PhoneType>DEFAULT</PhoneType>
|
2879
|
+
</Phone>
|
2880
|
+
<Phone>
|
2881
|
+
<PhoneType>DDI</PhoneType>
|
2882
|
+
</Phone>
|
2883
|
+
<Phone>
|
2884
|
+
<PhoneType>FAX</PhoneType>
|
2885
|
+
</Phone>
|
2886
|
+
<Phone>
|
2887
|
+
<PhoneType>MOBILE</PhoneType>
|
2888
|
+
</Phone>
|
2889
|
+
</Phones>
|
2890
|
+
<UpdatedDateUTC>2010-11-24T21:11:54.647</UpdatedDateUTC>
|
2891
|
+
<IsSupplier>false</IsSupplier>
|
2892
|
+
<IsCustomer>true</IsCustomer>
|
2893
|
+
</Contact>
|
2894
|
+
<Contact>
|
2895
|
+
<ContactID>9fe59245-1fbb-4157-93c3-dc97388f3746</ContactID>
|
2896
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2897
|
+
<Name>Test Company 305136904</Name>
|
2898
|
+
<FirstName>Wayne</FirstName>
|
2899
|
+
<LastName>Robinson</LastName>
|
2900
|
+
<Addresses>
|
2901
|
+
<Address>
|
2902
|
+
<AddressType>STREET</AddressType>
|
2903
|
+
</Address>
|
2904
|
+
<Address>
|
2905
|
+
<AddressType>POBOX</AddressType>
|
2906
|
+
</Address>
|
2907
|
+
</Addresses>
|
2908
|
+
<Phones>
|
2909
|
+
<Phone>
|
2910
|
+
<PhoneType>DDI</PhoneType>
|
2911
|
+
</Phone>
|
2912
|
+
<Phone>
|
2913
|
+
<PhoneType>FAX</PhoneType>
|
2914
|
+
</Phone>
|
2915
|
+
<Phone>
|
2916
|
+
<PhoneType>DEFAULT</PhoneType>
|
2917
|
+
</Phone>
|
2918
|
+
<Phone>
|
2919
|
+
<PhoneType>MOBILE</PhoneType>
|
2920
|
+
</Phone>
|
2921
|
+
</Phones>
|
2922
|
+
<UpdatedDateUTC>2010-12-16T15:06:39.663</UpdatedDateUTC>
|
2923
|
+
<IsSupplier>false</IsSupplier>
|
2924
|
+
<IsCustomer>false</IsCustomer>
|
2925
|
+
</Contact>
|
2926
|
+
<Contact>
|
2927
|
+
<ContactID>42771b60-19a7-4692-af81-dd9f9b9362d4</ContactID>
|
2928
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2929
|
+
<Name>ABC Furniture</Name>
|
2930
|
+
<FirstName>Trish</FirstName>
|
2931
|
+
<LastName>Rawlings</LastName>
|
2932
|
+
<EmailAddress>info@abfl.com</EmailAddress>
|
2933
|
+
<Addresses>
|
2934
|
+
<Address>
|
2935
|
+
<AddressType>POBOX</AddressType>
|
2936
|
+
</Address>
|
2937
|
+
<Address>
|
2938
|
+
<AddressType>STREET</AddressType>
|
2939
|
+
</Address>
|
2940
|
+
</Addresses>
|
2941
|
+
<Phones>
|
2942
|
+
<Phone>
|
2943
|
+
<PhoneType>MOBILE</PhoneType>
|
2944
|
+
</Phone>
|
2945
|
+
<Phone>
|
2946
|
+
<PhoneType>DDI</PhoneType>
|
2947
|
+
</Phone>
|
2948
|
+
<Phone>
|
2949
|
+
<PhoneType>DEFAULT</PhoneType>
|
2950
|
+
<PhoneNumber>124578</PhoneNumber>
|
2951
|
+
<PhoneAreaCode>0800</PhoneAreaCode>
|
2952
|
+
</Phone>
|
2953
|
+
<Phone>
|
2954
|
+
<PhoneType>FAX</PhoneType>
|
2955
|
+
</Phone>
|
2956
|
+
</Phones>
|
2957
|
+
<UpdatedDateUTC>2010-12-07T01:23:53.513</UpdatedDateUTC>
|
2958
|
+
<IsSupplier>true</IsSupplier>
|
2959
|
+
<IsCustomer>false</IsCustomer>
|
2960
|
+
</Contact>
|
2961
|
+
<Contact>
|
2962
|
+
<ContactID>6de0b0cf-560c-4503-aab3-e1543c329deb</ContactID>
|
2963
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
2964
|
+
<Name>Rex Media Group</Name>
|
2965
|
+
<EmailAddress>sam@rexmedia.co</EmailAddress>
|
2966
|
+
<Addresses>
|
2967
|
+
<Address>
|
2968
|
+
<AddressType>STREET</AddressType>
|
2969
|
+
</Address>
|
2970
|
+
<Address>
|
2971
|
+
<AddressType>POBOX</AddressType>
|
2972
|
+
<AddressLine1>L9, Flinders Tower</AddressLine1>
|
2973
|
+
<AddressLine2>120-130 Flinders Street</AddressLine2>
|
2974
|
+
<City>Melbourne</City>
|
2975
|
+
<Region>3331</Region>
|
2976
|
+
</Address>
|
2977
|
+
</Addresses>
|
2978
|
+
<Phones>
|
2979
|
+
<Phone>
|
2980
|
+
<PhoneType>FAX</PhoneType>
|
2981
|
+
</Phone>
|
2982
|
+
<Phone>
|
2983
|
+
<PhoneType>DEFAULT</PhoneType>
|
2984
|
+
<PhoneNumber>33144133</PhoneNumber>
|
2985
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
2986
|
+
</Phone>
|
2987
|
+
<Phone>
|
2988
|
+
<PhoneType>DDI</PhoneType>
|
2989
|
+
</Phone>
|
2990
|
+
<Phone>
|
2991
|
+
<PhoneType>MOBILE</PhoneType>
|
2992
|
+
</Phone>
|
2993
|
+
</Phones>
|
2994
|
+
<UpdatedDateUTC>2010-11-26T01:28:03.573</UpdatedDateUTC>
|
2995
|
+
<IsSupplier>false</IsSupplier>
|
2996
|
+
<IsCustomer>true</IsCustomer>
|
2997
|
+
</Contact>
|
2998
|
+
<Contact>
|
2999
|
+
<ContactID>58bf2ae3-5144-4628-8de2-e165ac2bcdc6</ContactID>
|
3000
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3001
|
+
<Name>Test Company 35973673</Name>
|
3002
|
+
<FirstName>Wayne</FirstName>
|
3003
|
+
<LastName>Robinson</LastName>
|
3004
|
+
<Addresses>
|
3005
|
+
<Address>
|
3006
|
+
<AddressType>POBOX</AddressType>
|
3007
|
+
</Address>
|
3008
|
+
<Address>
|
3009
|
+
<AddressType>STREET</AddressType>
|
3010
|
+
</Address>
|
3011
|
+
</Addresses>
|
3012
|
+
<Phones>
|
3013
|
+
<Phone>
|
3014
|
+
<PhoneType>FAX</PhoneType>
|
3015
|
+
</Phone>
|
3016
|
+
<Phone>
|
3017
|
+
<PhoneType>DEFAULT</PhoneType>
|
3018
|
+
</Phone>
|
3019
|
+
<Phone>
|
3020
|
+
<PhoneType>DDI</PhoneType>
|
3021
|
+
</Phone>
|
3022
|
+
<Phone>
|
3023
|
+
<PhoneType>MOBILE</PhoneType>
|
3024
|
+
</Phone>
|
3025
|
+
</Phones>
|
3026
|
+
<UpdatedDateUTC>2010-12-16T15:22:09.553</UpdatedDateUTC>
|
3027
|
+
<IsSupplier>false</IsSupplier>
|
3028
|
+
<IsCustomer>false</IsCustomer>
|
3029
|
+
</Contact>
|
3030
|
+
<Contact>
|
3031
|
+
<ContactID>2faccd41-935e-40aa-b74e-e2fc28ac34c3</ContactID>
|
3032
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3033
|
+
<Name>Gable Print</Name>
|
3034
|
+
<Addresses>
|
3035
|
+
<Address>
|
3036
|
+
<AddressType>POBOX</AddressType>
|
3037
|
+
</Address>
|
3038
|
+
<Address>
|
3039
|
+
<AddressType>STREET</AddressType>
|
3040
|
+
</Address>
|
3041
|
+
</Addresses>
|
3042
|
+
<Phones>
|
3043
|
+
<Phone>
|
3044
|
+
<PhoneType>FAX</PhoneType>
|
3045
|
+
</Phone>
|
3046
|
+
<Phone>
|
3047
|
+
<PhoneType>MOBILE</PhoneType>
|
3048
|
+
</Phone>
|
3049
|
+
<Phone>
|
3050
|
+
<PhoneType>DEFAULT</PhoneType>
|
3051
|
+
</Phone>
|
3052
|
+
<Phone>
|
3053
|
+
<PhoneType>DDI</PhoneType>
|
3054
|
+
</Phone>
|
3055
|
+
</Phones>
|
3056
|
+
<UpdatedDateUTC>2010-12-03T00:06:36.193</UpdatedDateUTC>
|
3057
|
+
<IsSupplier>false</IsSupplier>
|
3058
|
+
<IsCustomer>false</IsCustomer>
|
3059
|
+
</Contact>
|
3060
|
+
<Contact>
|
3061
|
+
<ContactID>5f005a09-5ce4-4fb4-8096-e69c18be636e</ContactID>
|
3062
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3063
|
+
<Name>Brunswick Petals</Name>
|
3064
|
+
<Addresses>
|
3065
|
+
<Address>
|
3066
|
+
<AddressType>POBOX</AddressType>
|
3067
|
+
</Address>
|
3068
|
+
<Address>
|
3069
|
+
<AddressType>STREET</AddressType>
|
3070
|
+
</Address>
|
3071
|
+
</Addresses>
|
3072
|
+
<Phones>
|
3073
|
+
<Phone>
|
3074
|
+
<PhoneType>MOBILE</PhoneType>
|
3075
|
+
</Phone>
|
3076
|
+
<Phone>
|
3077
|
+
<PhoneType>DDI</PhoneType>
|
3078
|
+
</Phone>
|
3079
|
+
<Phone>
|
3080
|
+
<PhoneType>DEFAULT</PhoneType>
|
3081
|
+
</Phone>
|
3082
|
+
<Phone>
|
3083
|
+
<PhoneType>FAX</PhoneType>
|
3084
|
+
</Phone>
|
3085
|
+
</Phones>
|
3086
|
+
<UpdatedDateUTC>2010-11-16T06:07:34.237</UpdatedDateUTC>
|
3087
|
+
<IsSupplier>false</IsSupplier>
|
3088
|
+
<IsCustomer>false</IsCustomer>
|
3089
|
+
</Contact>
|
3090
|
+
<Contact>
|
3091
|
+
<ContactID>e6ca965d-7c48-480e-be39-e847307f474a</ContactID>
|
3092
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3093
|
+
<Name>Woolworths</Name>
|
3094
|
+
<Addresses>
|
3095
|
+
<Address>
|
3096
|
+
<AddressType>POBOX</AddressType>
|
3097
|
+
</Address>
|
3098
|
+
<Address>
|
3099
|
+
<AddressType>STREET</AddressType>
|
3100
|
+
</Address>
|
3101
|
+
</Addresses>
|
3102
|
+
<Phones>
|
3103
|
+
<Phone>
|
3104
|
+
<PhoneType>FAX</PhoneType>
|
3105
|
+
</Phone>
|
3106
|
+
<Phone>
|
3107
|
+
<PhoneType>DDI</PhoneType>
|
3108
|
+
</Phone>
|
3109
|
+
<Phone>
|
3110
|
+
<PhoneType>MOBILE</PhoneType>
|
3111
|
+
</Phone>
|
3112
|
+
<Phone>
|
3113
|
+
<PhoneType>DEFAULT</PhoneType>
|
3114
|
+
</Phone>
|
3115
|
+
</Phones>
|
3116
|
+
<UpdatedDateUTC>2010-11-16T05:08:08.41</UpdatedDateUTC>
|
3117
|
+
<IsSupplier>false</IsSupplier>
|
3118
|
+
<IsCustomer>false</IsCustomer>
|
3119
|
+
</Contact>
|
3120
|
+
<Contact>
|
3121
|
+
<ContactID>416ab20c-5357-4beb-a740-e8d175d71efb</ContactID>
|
3122
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3123
|
+
<Name>Swanston Security</Name>
|
3124
|
+
<Addresses>
|
3125
|
+
<Address>
|
3126
|
+
<AddressType>POBOX</AddressType>
|
3127
|
+
</Address>
|
3128
|
+
<Address>
|
3129
|
+
<AddressType>STREET</AddressType>
|
3130
|
+
</Address>
|
3131
|
+
</Addresses>
|
3132
|
+
<Phones>
|
3133
|
+
<Phone>
|
3134
|
+
<PhoneType>MOBILE</PhoneType>
|
3135
|
+
</Phone>
|
3136
|
+
<Phone>
|
3137
|
+
<PhoneType>FAX</PhoneType>
|
3138
|
+
</Phone>
|
3139
|
+
<Phone>
|
3140
|
+
<PhoneType>DEFAULT</PhoneType>
|
3141
|
+
</Phone>
|
3142
|
+
<Phone>
|
3143
|
+
<PhoneType>DDI</PhoneType>
|
3144
|
+
</Phone>
|
3145
|
+
</Phones>
|
3146
|
+
<UpdatedDateUTC>2010-11-16T06:35:43.133</UpdatedDateUTC>
|
3147
|
+
<IsSupplier>true</IsSupplier>
|
3148
|
+
<IsCustomer>false</IsCustomer>
|
3149
|
+
</Contact>
|
3150
|
+
<Contact>
|
3151
|
+
<ContactID>8bb6931d-2865-44e9-9a23-ed1fb9c7a46c</ContactID>
|
3152
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3153
|
+
<Name>Central Documentation Services</Name>
|
3154
|
+
<Addresses>
|
3155
|
+
<Address>
|
3156
|
+
<AddressType>POBOX</AddressType>
|
3157
|
+
</Address>
|
3158
|
+
<Address>
|
3159
|
+
<AddressType>STREET</AddressType>
|
3160
|
+
</Address>
|
3161
|
+
</Addresses>
|
3162
|
+
<Phones>
|
3163
|
+
<Phone>
|
3164
|
+
<PhoneType>DEFAULT</PhoneType>
|
3165
|
+
<PhoneNumber>3798892</PhoneNumber>
|
3166
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
3167
|
+
</Phone>
|
3168
|
+
<Phone>
|
3169
|
+
<PhoneType>DDI</PhoneType>
|
3170
|
+
</Phone>
|
3171
|
+
<Phone>
|
3172
|
+
<PhoneType>MOBILE</PhoneType>
|
3173
|
+
</Phone>
|
3174
|
+
<Phone>
|
3175
|
+
<PhoneType>FAX</PhoneType>
|
3176
|
+
</Phone>
|
3177
|
+
</Phones>
|
3178
|
+
<UpdatedDateUTC>2010-12-09T19:30:51.763</UpdatedDateUTC>
|
3179
|
+
<IsSupplier>true</IsSupplier>
|
3180
|
+
<IsCustomer>false</IsCustomer>
|
3181
|
+
</Contact>
|
3182
|
+
<Contact>
|
3183
|
+
<ContactID>78a9d0a0-3d8c-4f84-af3e-f260bf4a9dc0</ContactID>
|
3184
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3185
|
+
<Name>Tramway's Coffe House</Name>
|
3186
|
+
<Addresses>
|
3187
|
+
<Address>
|
3188
|
+
<AddressType>STREET</AddressType>
|
3189
|
+
</Address>
|
3190
|
+
<Address>
|
3191
|
+
<AddressType>POBOX</AddressType>
|
3192
|
+
</Address>
|
3193
|
+
</Addresses>
|
3194
|
+
<Phones>
|
3195
|
+
<Phone>
|
3196
|
+
<PhoneType>FAX</PhoneType>
|
3197
|
+
</Phone>
|
3198
|
+
<Phone>
|
3199
|
+
<PhoneType>DEFAULT</PhoneType>
|
3200
|
+
</Phone>
|
3201
|
+
<Phone>
|
3202
|
+
<PhoneType>DDI</PhoneType>
|
3203
|
+
</Phone>
|
3204
|
+
<Phone>
|
3205
|
+
<PhoneType>MOBILE</PhoneType>
|
3206
|
+
</Phone>
|
3207
|
+
</Phones>
|
3208
|
+
<UpdatedDateUTC>2010-12-03T00:05:23.49</UpdatedDateUTC>
|
3209
|
+
<IsSupplier>false</IsSupplier>
|
3210
|
+
<IsCustomer>false</IsCustomer>
|
3211
|
+
</Contact>
|
3212
|
+
<Contact>
|
3213
|
+
<ContactID>d9ab0f61-3b56-4e2b-be39-f33c11bd99e3</ContactID>
|
3214
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3215
|
+
<Name>Test Company 461128796</Name>
|
3216
|
+
<FirstName>Wayne</FirstName>
|
3217
|
+
<LastName>Robinson</LastName>
|
3218
|
+
<Addresses>
|
3219
|
+
<Address>
|
3220
|
+
<AddressType>POBOX</AddressType>
|
3221
|
+
</Address>
|
3222
|
+
<Address>
|
3223
|
+
<AddressType>STREET</AddressType>
|
3224
|
+
</Address>
|
3225
|
+
</Addresses>
|
3226
|
+
<Phones>
|
3227
|
+
<Phone>
|
3228
|
+
<PhoneType>MOBILE</PhoneType>
|
3229
|
+
</Phone>
|
3230
|
+
<Phone>
|
3231
|
+
<PhoneType>DEFAULT</PhoneType>
|
3232
|
+
</Phone>
|
3233
|
+
<Phone>
|
3234
|
+
<PhoneType>DDI</PhoneType>
|
3235
|
+
</Phone>
|
3236
|
+
<Phone>
|
3237
|
+
<PhoneType>FAX</PhoneType>
|
3238
|
+
</Phone>
|
3239
|
+
</Phones>
|
3240
|
+
<UpdatedDateUTC>2010-12-16T15:18:03.613</UpdatedDateUTC>
|
3241
|
+
<IsSupplier>false</IsSupplier>
|
3242
|
+
<IsCustomer>false</IsCustomer>
|
3243
|
+
</Contact>
|
3244
|
+
<Contact>
|
3245
|
+
<ContactID>c14edf75-15e4-4a9c-86e4-f52e2fe7cfa4</ContactID>
|
3246
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3247
|
+
<Name>Test Company 421709634</Name>
|
3248
|
+
<FirstName>Wayne</FirstName>
|
3249
|
+
<LastName>Robinson</LastName>
|
3250
|
+
<Addresses>
|
3251
|
+
<Address>
|
3252
|
+
<AddressType>POBOX</AddressType>
|
3253
|
+
</Address>
|
3254
|
+
<Address>
|
3255
|
+
<AddressType>STREET</AddressType>
|
3256
|
+
</Address>
|
3257
|
+
</Addresses>
|
3258
|
+
<Phones>
|
3259
|
+
<Phone>
|
3260
|
+
<PhoneType>FAX</PhoneType>
|
3261
|
+
</Phone>
|
3262
|
+
<Phone>
|
3263
|
+
<PhoneType>DDI</PhoneType>
|
3264
|
+
</Phone>
|
3265
|
+
<Phone>
|
3266
|
+
<PhoneType>DEFAULT</PhoneType>
|
3267
|
+
</Phone>
|
3268
|
+
<Phone>
|
3269
|
+
<PhoneType>MOBILE</PhoneType>
|
3270
|
+
</Phone>
|
3271
|
+
</Phones>
|
3272
|
+
<UpdatedDateUTC>2010-12-16T15:08:30.2</UpdatedDateUTC>
|
3273
|
+
<IsSupplier>false</IsSupplier>
|
3274
|
+
<IsCustomer>false</IsCustomer>
|
3275
|
+
</Contact>
|
3276
|
+
<Contact>
|
3277
|
+
<ContactID>0a4cf37b-a1a8-4753-9ee2-f9207f63a8ff</ContactID>
|
3278
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3279
|
+
<Name>City Limousines</Name>
|
3280
|
+
<FirstName>Scott</FirstName>
|
3281
|
+
<LastName>Mercer</LastName>
|
3282
|
+
<Addresses>
|
3283
|
+
<Address>
|
3284
|
+
<AddressType>STREET</AddressType>
|
3285
|
+
</Address>
|
3286
|
+
<Address>
|
3287
|
+
<AddressType>POBOX</AddressType>
|
3288
|
+
<AddressLine1>13 Waverly Park Rd</AddressLine1>
|
3289
|
+
<City>Melbourne</City>
|
3290
|
+
<Region>VIC</Region>
|
3291
|
+
<PostalCode>3313</PostalCode>
|
3292
|
+
</Address>
|
3293
|
+
</Addresses>
|
3294
|
+
<Phones>
|
3295
|
+
<Phone>
|
3296
|
+
<PhoneType>DEFAULT</PhoneType>
|
3297
|
+
<PhoneNumber>30330003</PhoneNumber>
|
3298
|
+
<PhoneAreaCode>03</PhoneAreaCode>
|
3299
|
+
</Phone>
|
3300
|
+
<Phone>
|
3301
|
+
<PhoneType>FAX</PhoneType>
|
3302
|
+
</Phone>
|
3303
|
+
<Phone>
|
3304
|
+
<PhoneType>DDI</PhoneType>
|
3305
|
+
</Phone>
|
3306
|
+
<Phone>
|
3307
|
+
<PhoneType>MOBILE</PhoneType>
|
3308
|
+
<PhoneNumber>3033000</PhoneNumber>
|
3309
|
+
<PhoneAreaCode>0444</PhoneAreaCode>
|
3310
|
+
</Phone>
|
3311
|
+
</Phones>
|
3312
|
+
<UpdatedDateUTC>2011-11-18T23:31:54.467</UpdatedDateUTC>
|
3313
|
+
<IsSupplier>false</IsSupplier>
|
3314
|
+
<IsCustomer>true</IsCustomer>
|
3315
|
+
</Contact>
|
3316
|
+
<Contact>
|
3317
|
+
<ContactID>e2d955db-f366-42dd-87f7-fbdb4da2306f</ContactID>
|
3318
|
+
<ContactStatus>ACTIVE</ContactStatus>
|
3319
|
+
<Name>Test Company Changed 948048498</Name>
|
3320
|
+
<FirstName>Wayne</FirstName>
|
3321
|
+
<LastName>Robinson</LastName>
|
3322
|
+
<Addresses>
|
3323
|
+
<Address>
|
3324
|
+
<AddressType>POBOX</AddressType>
|
3325
|
+
</Address>
|
3326
|
+
<Address>
|
3327
|
+
<AddressType>STREET</AddressType>
|
3328
|
+
</Address>
|
3329
|
+
</Addresses>
|
3330
|
+
<Phones>
|
3331
|
+
<Phone>
|
3332
|
+
<PhoneType>DDI</PhoneType>
|
3333
|
+
</Phone>
|
3334
|
+
<Phone>
|
3335
|
+
<PhoneType>MOBILE</PhoneType>
|
3336
|
+
</Phone>
|
3337
|
+
<Phone>
|
3338
|
+
<PhoneType>DEFAULT</PhoneType>
|
3339
|
+
</Phone>
|
3340
|
+
<Phone>
|
3341
|
+
<PhoneType>FAX</PhoneType>
|
3342
|
+
</Phone>
|
3343
|
+
</Phones>
|
3344
|
+
<UpdatedDateUTC>2010-12-16T15:10:11.177</UpdatedDateUTC>
|
3345
|
+
<IsSupplier>false</IsSupplier>
|
3346
|
+
<IsCustomer>false</IsCustomer>
|
3347
|
+
</Contact>
|
3348
|
+
</Contacts>
|
3349
|
+
</Response>
|