quickeebooks 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/quickeebooks.rb +3 -1
- data/lib/quickeebooks/common/online_entity_model.rb +0 -3
- data/lib/quickeebooks/common/service_crud.rb +1 -1
- data/lib/quickeebooks/online/model/account.rb +1 -6
- data/lib/quickeebooks/online/model/address.rb +3 -2
- data/lib/quickeebooks/online/model/clazz.rb +60 -0
- data/lib/quickeebooks/online/model/intuit_type.rb +9 -4
- data/lib/quickeebooks/online/model/item.rb +3 -1
- data/lib/quickeebooks/online/service/account.rb +1 -41
- data/lib/quickeebooks/online/service/clazz.rb +12 -0
- data/lib/quickeebooks/online/service/employee.rb +2 -4
- data/lib/quickeebooks/online/service/invoice.rb +8 -58
- data/lib/quickeebooks/online/service/item.rb +1 -41
- data/lib/quickeebooks/online/service/service_base.rb +2 -2
- data/lib/quickeebooks/shared/service/access_token.rb +1 -0
- data/lib/quickeebooks/version.rb +1 -1
- metadata +8 -178
- data/Gemfile +0 -3
- data/Gemfile.lock +0 -86
- data/Guardfile +0 -8
- data/HISTORY.md +0 -44
- data/MIT-LICENSE +0 -9
- data/README.md +0 -451
- data/Rakefile +0 -17
- data/coverage/assets/0.7.1/application.css +0 -1110
- data/coverage/assets/0.7.1/application.js +0 -626
- data/coverage/assets/0.7.1/fancybox/blank.gif +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_close.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_loading.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_nav_left.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_nav_right.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_e.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_n.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_ne.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_nw.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_s.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_se.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_sw.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_shadow_w.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_title_left.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_title_main.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_title_over.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancy_title_right.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancybox-x.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancybox-y.png +0 -0
- data/coverage/assets/0.7.1/fancybox/fancybox.png +0 -0
- data/coverage/assets/0.7.1/favicon_green.png +0 -0
- data/coverage/assets/0.7.1/favicon_red.png +0 -0
- data/coverage/assets/0.7.1/favicon_yellow.png +0 -0
- data/coverage/assets/0.7.1/loading.gif +0 -0
- data/coverage/assets/0.7.1/magnify.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.7.1/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/index.html +0 -39346
- data/quickeebooks.gemspec +0 -30
- data/spec/mocks/oauth_consumer_mock.rb +0 -2
- data/spec/quickeebooks/common/online_line_item_model_methods_spec.rb +0 -41
- data/spec/quickeebooks/common/service_crud_spec.rb +0 -41
- data/spec/quickeebooks/online/account_spec.rb +0 -37
- data/spec/quickeebooks/online/bill_payment_spec.rb +0 -18
- data/spec/quickeebooks/online/bill_spec.rb +0 -17
- data/spec/quickeebooks/online/company_meta_data_spec.rb +0 -27
- data/spec/quickeebooks/online/customer_spec.rb +0 -48
- data/spec/quickeebooks/online/employee_spec.rb +0 -31
- data/spec/quickeebooks/online/id_spec.rb +0 -18
- data/spec/quickeebooks/online/invoice_spec.rb +0 -12
- data/spec/quickeebooks/online/journal_entry_spec.rb +0 -26
- data/spec/quickeebooks/online/payment_spec.rb +0 -19
- data/spec/quickeebooks/online/sales_receipt_spec.rb +0 -18
- data/spec/quickeebooks/online/services/account_spec.rb +0 -82
- data/spec/quickeebooks/online/services/bill_payment_spec.rb +0 -69
- data/spec/quickeebooks/online/services/bill_spec.rb +0 -61
- data/spec/quickeebooks/online/services/company_meta_data_spec.rb +0 -30
- data/spec/quickeebooks/online/services/customer_spec.rb +0 -93
- data/spec/quickeebooks/online/services/employee_spec.rb +0 -83
- data/spec/quickeebooks/online/services/filter_spec.rb +0 -53
- data/spec/quickeebooks/online/services/invoice_spec.rb +0 -54
- data/spec/quickeebooks/online/services/journal_entry_spec.rb +0 -75
- data/spec/quickeebooks/online/services/payment_spec.rb +0 -63
- data/spec/quickeebooks/online/services/sales_receipt_spec.rb +0 -64
- data/spec/quickeebooks/online/services/service_base_spec.rb +0 -150
- data/spec/quickeebooks/online/services/time_activity_spec.rb +0 -89
- data/spec/quickeebooks/online/services/tracking_class_spec.rb +0 -99
- data/spec/quickeebooks/online/services/vendor_spec.rb +0 -85
- data/spec/quickeebooks/online/time_activity_spec.rb +0 -18
- data/spec/quickeebooks/online/tracking_class_spec.rb +0 -32
- data/spec/quickeebooks/online/vendor_spec.rb +0 -33
- data/spec/quickeebooks/shared/access_token_spec.rb +0 -129
- data/spec/quickeebooks/shared/filter_spec.rb +0 -159
- data/spec/quickeebooks/shared/sort_spec.rb +0 -17
- data/spec/quickeebooks/windows/customer_spec.rb +0 -45
- data/spec/quickeebooks/windows/id_spec.rb +0 -18
- data/spec/quickeebooks/windows/services/class_spec.rb +0 -33
- data/spec/quickeebooks/windows/services/company_meta_data_spec.rb +0 -29
- data/spec/quickeebooks/windows/services/customer_spec.rb +0 -173
- data/spec/quickeebooks/windows/services/employee_spec.rb +0 -42
- data/spec/quickeebooks/windows/services/invoice_spec.rb +0 -127
- data/spec/quickeebooks/windows/services/job_spec.rb +0 -74
- data/spec/quickeebooks/windows/services/payment_method_spec.rb +0 -36
- data/spec/quickeebooks/windows/services/payment_spec.rb +0 -72
- data/spec/quickeebooks/windows/services/sales_rep_spec.rb +0 -42
- data/spec/quickeebooks/windows/services/sales_taxes_spec.rb +0 -36
- data/spec/quickeebooks/windows/services/service_base_spec.rb +0 -95
- data/spec/quickeebooks/windows/services/ship_method_spec.rb +0 -33
- data/spec/quickeebooks/windows/services/sync_activity_spec.rb +0 -42
- data/spec/quickeebooks/windows/services/sync_status_spec.rb +0 -35
- data/spec/quickeebooks/windows/services/time_activity_spec.rb +0 -38
- data/spec/quickeebooks_spec.rb +0 -8
- data/spec/spec_helper.rb +0 -48
- data/spec/support/oauth.rb +0 -20
- data/spec/xml/online/account.xml +0 -13
- data/spec/xml/online/accounts.xml +0 -108
- data/spec/xml/online/api_error.xml +0 -6
- data/spec/xml/online/bill.xml +0 -32
- data/spec/xml/online/bill2.xml +0 -32
- data/spec/xml/online/bill_payment.xml +0 -20
- data/spec/xml/online/bill_payment2.xml +0 -20
- data/spec/xml/online/bill_payments.xml +0 -26
- data/spec/xml/online/bills.xml +0 -33
- data/spec/xml/online/company_meta_data.xml +0 -37
- data/spec/xml/online/customer.xml +0 -77
- data/spec/xml/online/customer2.xml +0 -63
- data/spec/xml/online/customers.xml +0 -125
- data/spec/xml/online/deleted_invoice.xml +0 -2
- data/spec/xml/online/determine_base_url.xml +0 -10
- data/spec/xml/online/employee.xml +0 -31
- data/spec/xml/online/employee2.xml +0 -31
- data/spec/xml/online/employees.xml +0 -36
- data/spec/xml/online/invalid_user.xml +0 -7
- data/spec/xml/online/invoice.xml +0 -28
- data/spec/xml/online/journal_entries.xml +0 -38
- data/spec/xml/online/journal_entry.xml +0 -32
- data/spec/xml/online/journal_entry2.xml +0 -32
- data/spec/xml/online/payment.xml +0 -24
- data/spec/xml/online/payment2.xml +0 -24
- data/spec/xml/online/payments.xml +0 -30
- data/spec/xml/online/sales_receipt.xml +0 -36
- data/spec/xml/online/sales_receipt2.xml +0 -36
- data/spec/xml/online/sales_receipts.xml +0 -39
- data/spec/xml/online/time_activities.xml +0 -27
- data/spec/xml/online/time_activity.xml +0 -21
- data/spec/xml/online/time_activity2.xml +0 -21
- data/spec/xml/online/tracking_class.xml +0 -11
- data/spec/xml/online/tracking_class_updated.xml +0 -11
- data/spec/xml/online/tracking_classes.xml +0 -26
- data/spec/xml/online/user.xml +0 -11
- data/spec/xml/online/vendor.xml +0 -34
- data/spec/xml/online/vendor2.xml +0 -34
- data/spec/xml/online/vendors.xml +0 -67
- data/spec/xml/shared/disconnect_invalid.xml +0 -6
- data/spec/xml/shared/disconnect_success.xml +0 -5
- data/spec/xml/shared/reconnect_error_expired.xml +0 -6
- data/spec/xml/shared/reconnect_error_not_approved.xml +0 -6
- data/spec/xml/shared/reconnect_error_out_of_bounds.xml +0 -6
- data/spec/xml/shared/reconnect_success.xml +0 -8
- data/spec/xml/windows/classes.xml +0 -41
- data/spec/xml/windows/company_meta_data.xml +0 -30
- data/spec/xml/windows/customer.xml +0 -56
- data/spec/xml/windows/customer_create_success.xml +0 -13
- data/spec/xml/windows/customer_update_success.xml +0 -13
- data/spec/xml/windows/customers.xml +0 -137
- data/spec/xml/windows/employees.xml +0 -36
- data/spec/xml/windows/fetch_customer_by_id.xml +0 -53
- data/spec/xml/windows/http_401.xml +0 -8
- data/spec/xml/windows/invoice_success_create.xml +0 -11
- data/spec/xml/windows/invoices.xml +0 -436
- data/spec/xml/windows/job_list_error_invalid_filter_ordering.xml +0 -9
- data/spec/xml/windows/jobs.xml +0 -71
- data/spec/xml/windows/payment_create_success.xml +0 -11
- data/spec/xml/windows/payment_methods.xml +0 -121
- data/spec/xml/windows/payments.xml +0 -39
- data/spec/xml/windows/sales_reps.xml +0 -204
- data/spec/xml/windows/sales_taxes.xml +0 -34
- data/spec/xml/windows/ship_methods.xml +0 -139
- data/spec/xml/windows/sync_activity_responses.xml +0 -20
- data/spec/xml/windows/sync_status_responses.xml +0 -186
- data/spec/xml/windows/time_activities.xml +0 -30
- data/tmp/console.rb +0 -10
@@ -1,77 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<Customer>
|
3
|
-
<Id idDomain="QBO">1</Id>
|
4
|
-
<SyncToken>1</SyncToken>
|
5
|
-
<MetaData>
|
6
|
-
<CreateTime>2011-09-29T15:45:12-07:00</CreateTime>
|
7
|
-
<LastUpdatedTime>2012-01-22T20:35:57-08:00</LastUpdatedTime>
|
8
|
-
</MetaData>
|
9
|
-
<Name>John Doe</Name>
|
10
|
-
<Address>
|
11
|
-
<Line1>123 Main St.</Line1>
|
12
|
-
<Line2>Suite 400</Line2>
|
13
|
-
<City>San Diego</City>
|
14
|
-
<Country>USA</Country>
|
15
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
16
|
-
<PostalCode>96009</PostalCode>
|
17
|
-
<Tag>Billing</Tag>
|
18
|
-
</Address>
|
19
|
-
<Address>
|
20
|
-
<Line1>123 Shipping St.</Line1>
|
21
|
-
<Line2>Suite 400</Line2>
|
22
|
-
<City>San Diego</City>
|
23
|
-
<Country>USA</Country>
|
24
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
25
|
-
<PostalCode>96009</PostalCode>
|
26
|
-
<Tag>Shipping</Tag>
|
27
|
-
</Address>
|
28
|
-
<Phone>
|
29
|
-
<DeviceType>Primary</DeviceType>
|
30
|
-
<FreeFormNumber>(408) 555-1212</FreeFormNumber>
|
31
|
-
</Phone>
|
32
|
-
<Phone>
|
33
|
-
<DeviceType>Secondary</DeviceType>
|
34
|
-
<FreeFormNumber>(408) 555-1213</FreeFormNumber>
|
35
|
-
</Phone>
|
36
|
-
<Phone>
|
37
|
-
<DeviceType>Mobile</DeviceType>
|
38
|
-
<FreeFormNumber>(408) 555-1214</FreeFormNumber>
|
39
|
-
</Phone>
|
40
|
-
<Phone>
|
41
|
-
<DeviceType>Fax</DeviceType>
|
42
|
-
<FreeFormNumber>(408) 555-1215</FreeFormNumber>
|
43
|
-
</Phone>
|
44
|
-
<Phone>
|
45
|
-
<DeviceType>Pager</DeviceType>
|
46
|
-
<FreeFormNumber>(408) 555-1216</FreeFormNumber>
|
47
|
-
</Phone>
|
48
|
-
<WebSite>
|
49
|
-
<URI>http://blah.com</URI>
|
50
|
-
</WebSite>
|
51
|
-
<Email>
|
52
|
-
<Address>johndoe@gmail.com</Address>
|
53
|
-
</Email>
|
54
|
-
<GivenName>John</GivenName>
|
55
|
-
<FamilyName>Doe</FamilyName>
|
56
|
-
<DBAName>John's Wine Shop</DBAName>
|
57
|
-
<Notes>
|
58
|
-
<Content>Likes chocolate and horses</Content>
|
59
|
-
</Notes>
|
60
|
-
<CustomField xsi:type="BooleanTypeCustomField">
|
61
|
-
<DefinitionId>Bill With Parent</DefinitionId>
|
62
|
-
<Value>false</Value>
|
63
|
-
</CustomField>
|
64
|
-
<CustomField xsi:type="StringTypeCustomField">
|
65
|
-
<DefinitionId>Resale Number</DefinitionId>
|
66
|
-
<Value>ABC-123</Value>
|
67
|
-
</CustomField>
|
68
|
-
<CustomField xsi:type="StringTypeCustomField">
|
69
|
-
<DefinitionId>Preferred Delivery Method</DefinitionId>
|
70
|
-
<Value>PRINT</Value>
|
71
|
-
</CustomField>
|
72
|
-
<SalesTermId idDomain="QBO">3</SalesTermId>
|
73
|
-
<PaymentMethodId idDomain="QBO">5</PaymentMethodId>
|
74
|
-
<OpenBalance>
|
75
|
-
<Amount>6200</Amount>
|
76
|
-
</OpenBalance>
|
77
|
-
</Customer>
|
@@ -1,63 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<Customer>
|
3
|
-
<Id idDomain="QBO">1</Id>
|
4
|
-
<SyncToken>1</SyncToken>
|
5
|
-
<MetaData>
|
6
|
-
<CreateTime>2011-09-29T15:45:12-07:00</CreateTime>
|
7
|
-
<LastUpdatedTime>2012-01-22T20:35:57-08:00</LastUpdatedTime>
|
8
|
-
</MetaData>
|
9
|
-
<Name>Billy Bob</Name>
|
10
|
-
<Address>
|
11
|
-
<Line1>123 Main St.</Line1>
|
12
|
-
<Line2>Suite 400</Line2>
|
13
|
-
<City>San Diego</City>
|
14
|
-
<Country>USA</Country>
|
15
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
16
|
-
<PostalCode>96009</PostalCode>
|
17
|
-
<Tag>Billing</Tag>
|
18
|
-
</Address>
|
19
|
-
<Address>
|
20
|
-
<Line1>123 Main St.</Line1>
|
21
|
-
<Line2>Suite 400</Line2>
|
22
|
-
<City>San Diego</City>
|
23
|
-
<Country>USA</Country>
|
24
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
25
|
-
<PostalCode>96009</PostalCode>
|
26
|
-
<Tag>Shipping</Tag>
|
27
|
-
</Address>
|
28
|
-
<Phone>
|
29
|
-
<DeviceType>Primary</DeviceType>
|
30
|
-
<FreeFormNumber>(408) 555-1212</FreeFormNumber>
|
31
|
-
</Phone>
|
32
|
-
<Phone>
|
33
|
-
<DeviceType>Mobile</DeviceType>
|
34
|
-
<FreeFormNumber>(831) 334-0987</FreeFormNumber>
|
35
|
-
</Phone>
|
36
|
-
<WebSite/>
|
37
|
-
<Email>
|
38
|
-
<Address>johndoe@gmail.com</Address>
|
39
|
-
</Email>
|
40
|
-
<GivenName>John</GivenName>
|
41
|
-
<FamilyName>Doe</FamilyName>
|
42
|
-
<DBAName>John's Wine Shop</DBAName>
|
43
|
-
<Notes>
|
44
|
-
<Content>Likes chocolate and horses</Content>
|
45
|
-
</Notes>
|
46
|
-
<CustomField xsi:type="BooleanTypeCustomField">
|
47
|
-
<DefinitionId>Bill With Parent</DefinitionId>
|
48
|
-
<Value>false</Value>
|
49
|
-
</CustomField>
|
50
|
-
<CustomField xsi:type="StringTypeCustomField">
|
51
|
-
<DefinitionId>Resale Number</DefinitionId>
|
52
|
-
<Value>ABC-123</Value>
|
53
|
-
</CustomField>
|
54
|
-
<CustomField xsi:type="StringTypeCustomField">
|
55
|
-
<DefinitionId>Preferred Delivery Method</DefinitionId>
|
56
|
-
<Value>PRINT</Value>
|
57
|
-
</CustomField>
|
58
|
-
<SalesTermId idDomain="QBO">3</SalesTermId>
|
59
|
-
<PaymentMethodId idDomain="QBO">5</PaymentMethodId>
|
60
|
-
<OpenBalance>
|
61
|
-
<Amount>6200</Amount>
|
62
|
-
</OpenBalance>
|
63
|
-
</Customer>
|
@@ -1,125 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
|
3
|
-
<!--
|
4
|
-
r = t.request(:post, "https://qbo.intuit.com/qbo36/resource/customers/v2/214483939", {:content_type => 'application/xml'})
|
5
|
-
-->
|
6
|
-
<qbo:SearchResults xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:qbp="http://www.intuit.com/sb/cdm/qbopayroll/v1" xmlns:qbo="http://www.intuit.com/sb/cdm/qbo">
|
7
|
-
<qbo:CdmCollections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Customers">
|
8
|
-
<Customer>
|
9
|
-
<Id idDomain="QBO">1</Id>
|
10
|
-
<SyncToken>1</SyncToken>
|
11
|
-
<MetaData>
|
12
|
-
<CreateTime>2011-09-29T15:45:12-07:00</CreateTime>
|
13
|
-
<LastUpdatedTime>2012-01-22T20:35:57-08:00</LastUpdatedTime>
|
14
|
-
</MetaData>
|
15
|
-
<Name>John Doe</Name>
|
16
|
-
<Address>
|
17
|
-
<Line1>123 Main St.</Line1>
|
18
|
-
<Line2>Suite 400</Line2>
|
19
|
-
<City>San Diego</City>
|
20
|
-
<Country>USA</Country>
|
21
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
22
|
-
<PostalCode>96009</PostalCode>
|
23
|
-
<Tag>Billing</Tag>
|
24
|
-
</Address>
|
25
|
-
<Address>
|
26
|
-
<Line1>123 Main St.</Line1>
|
27
|
-
<Line2>Suite 400</Line2>
|
28
|
-
<City>San Diego</City>
|
29
|
-
<Country>USA</Country>
|
30
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
31
|
-
<PostalCode>96009</PostalCode>
|
32
|
-
<Tag>Shipping</Tag>
|
33
|
-
</Address>
|
34
|
-
<Phone>
|
35
|
-
<DeviceType>Primary</DeviceType>
|
36
|
-
<FreeFormNumber>(408) 555-1212</FreeFormNumber>
|
37
|
-
</Phone>
|
38
|
-
<Phone>
|
39
|
-
<DeviceType>Mobile</DeviceType>
|
40
|
-
<FreeFormNumber>(831) 334-0987</FreeFormNumber>
|
41
|
-
</Phone>
|
42
|
-
<WebSite/>
|
43
|
-
<Email>
|
44
|
-
<Address>johndoe@gmail.com</Address>
|
45
|
-
</Email>
|
46
|
-
<GivenName>John</GivenName>
|
47
|
-
<FamilyName>Doe</FamilyName>
|
48
|
-
<DBAName>John's Wine Shop</DBAName>
|
49
|
-
<Notes>
|
50
|
-
<Content>Likes chocolate and horses</Content>
|
51
|
-
</Notes>
|
52
|
-
<CustomField xsi:type="BooleanTypeCustomField">
|
53
|
-
<DefinitionId>Bill With Parent</DefinitionId>
|
54
|
-
<Value>false</Value>
|
55
|
-
</CustomField>
|
56
|
-
<CustomField xsi:type="StringTypeCustomField">
|
57
|
-
<DefinitionId>Resale Number</DefinitionId>
|
58
|
-
<Value>ABC-123</Value>
|
59
|
-
</CustomField>
|
60
|
-
<CustomField xsi:type="StringTypeCustomField">
|
61
|
-
<DefinitionId>Preferred Delivery Method</DefinitionId>
|
62
|
-
<Value>PRINT</Value>
|
63
|
-
</CustomField>
|
64
|
-
<SalesTermId idDomain="QBO">3</SalesTermId>
|
65
|
-
<PaymentMethodId idDomain="QBO">5</PaymentMethodId>
|
66
|
-
<OpenBalance>
|
67
|
-
<Amount>6200</Amount>
|
68
|
-
</OpenBalance>
|
69
|
-
</Customer>
|
70
|
-
<Customer>
|
71
|
-
<Id idDomain="QBO">2</Id>
|
72
|
-
<SyncToken>0</SyncToken>
|
73
|
-
<MetaData>
|
74
|
-
<CreateTime>2011-09-29T15:45:12-07:00</CreateTime>
|
75
|
-
<LastUpdatedTime>2011-09-29T15:45:12-07:00</LastUpdatedTime>
|
76
|
-
</MetaData>
|
77
|
-
<Name>Mark Richards</Name>
|
78
|
-
<WebSite/>
|
79
|
-
<Email>
|
80
|
-
<Address>mark.richards@acmecorp.com</Address>
|
81
|
-
</Email>
|
82
|
-
<GivenName>Mark</GivenName>
|
83
|
-
<FamilyName>Richards</FamilyName>
|
84
|
-
<CustomField xsi:type="BooleanTypeCustomField">
|
85
|
-
<DefinitionId>Bill With Parent</DefinitionId>
|
86
|
-
<Value>false</Value>
|
87
|
-
</CustomField>
|
88
|
-
<CustomField xsi:type="StringTypeCustomField">
|
89
|
-
<DefinitionId>Preferred Delivery Method</DefinitionId>
|
90
|
-
<Value>PRINT</Value>
|
91
|
-
</CustomField>
|
92
|
-
<OpenBalance>
|
93
|
-
<Amount>0</Amount>
|
94
|
-
</OpenBalance>
|
95
|
-
</Customer>
|
96
|
-
<Customer>
|
97
|
-
<Id idDomain="QBO">3</Id>
|
98
|
-
<SyncToken>0</SyncToken>
|
99
|
-
<MetaData>
|
100
|
-
<CreateTime>2011-09-29T15:45:12-07:00</CreateTime>
|
101
|
-
<LastUpdatedTime>2011-09-29T15:45:12-07:00</LastUpdatedTime>
|
102
|
-
</MetaData>
|
103
|
-
<Name>Mary Smith</Name>
|
104
|
-
<WebSite/>
|
105
|
-
<Email>
|
106
|
-
<Address>mary@yahoo.com</Address>
|
107
|
-
</Email>
|
108
|
-
<GivenName>Mary</GivenName>
|
109
|
-
<FamilyName>Smith</FamilyName>
|
110
|
-
<CustomField xsi:type="BooleanTypeCustomField">
|
111
|
-
<DefinitionId>Bill With Parent</DefinitionId>
|
112
|
-
<Value>false</Value>
|
113
|
-
</CustomField>
|
114
|
-
<CustomField xsi:type="StringTypeCustomField">
|
115
|
-
<DefinitionId>Preferred Delivery Method</DefinitionId>
|
116
|
-
<Value>PRINT</Value>
|
117
|
-
</CustomField>
|
118
|
-
<OpenBalance>
|
119
|
-
<Amount>0</Amount>
|
120
|
-
</OpenBalance>
|
121
|
-
</Customer>
|
122
|
-
</qbo:CdmCollections>
|
123
|
-
<qbo:Count>3</qbo:Count>
|
124
|
-
<qbo:CurrentPage>1</qbo:CurrentPage>
|
125
|
-
</qbo:SearchResults>
|
@@ -1,10 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<qbo:QboUser xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:qbp="http://www.intuit.com/sb/cdm/qbopayroll/v1" xmlns:qbo="http://www.intuit.com/sb/cdm/qbo">
|
3
|
-
<qbo:LoginName>ipp.intuit.com+dr@gmail.com</qbo:LoginName>
|
4
|
-
<qbo:Ticket>V1-73-Q013395388397857cf0f26</qbo:Ticket>
|
5
|
-
<qbo:AgentId>489710665</qbo:AgentId>
|
6
|
-
<qbo:CurrentCompany><qbo:CompanyId>489711245</qbo:CompanyId>
|
7
|
-
<qbo:BaseURI>https://qbo.intuit.com/qbo1</qbo:BaseURI>
|
8
|
-
<qbo:SubscriptionStatus>SUBSCRIBED</qbo:SubscriptionStatus>
|
9
|
-
</qbo:CurrentCompany>
|
10
|
-
</qbo:QboUser>
|
@@ -1,31 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<Employee xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:ns2="http://www.intuit.com/sb/cdm/qbo">
|
3
|
-
<Id>13</Id>
|
4
|
-
<SyncToken>0</SyncToken>
|
5
|
-
<MetaData>
|
6
|
-
<CreateTime>2010-09-10T00:55:25-07:00</CreateTime>
|
7
|
-
<LastUpdatedTime>2010-09-10T00:55:25-07:00</LastUpdatedTime>
|
8
|
-
</MetaData>
|
9
|
-
<Name>John Simpson</Name>
|
10
|
-
<Address>
|
11
|
-
<Line1>21215 Burbank Boulevard, Ste. 100</Line1>
|
12
|
-
<Line2></Line2>
|
13
|
-
<City>Woodland Hills</City>
|
14
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
15
|
-
<PostalCode>91367</PostalCode>
|
16
|
-
</Address>
|
17
|
-
<Phone>
|
18
|
-
<FreeFormNumber>(818) 936-7800</FreeFormNumber>
|
19
|
-
</Phone>
|
20
|
-
<Phone>
|
21
|
-
<DeviceType>Mobile</DeviceType>
|
22
|
-
<FreeFormNumber>(818) 436-8225</FreeFormNumber>
|
23
|
-
</Phone>
|
24
|
-
<Email>
|
25
|
-
<Address>john.simpson@mint.com</Address>
|
26
|
-
</Email>
|
27
|
-
<GivenName>John</GivenName>
|
28
|
-
<FamilyName>Simpson</FamilyName>
|
29
|
-
<BillableTime>false</BillableTime>
|
30
|
-
<HiredDate>9999-12-31-08:00</HiredDate>
|
31
|
-
</Employee>
|
@@ -1,31 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<Employee xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:ns2="http://www.intuit.com/sb/cdm/qbo">
|
3
|
-
<Id>13</Id>
|
4
|
-
<SyncToken>0</SyncToken>
|
5
|
-
<MetaData>
|
6
|
-
<CreateTime>2010-09-10T00:55:25-07:00</CreateTime>
|
7
|
-
<LastUpdatedTime>2010-09-10T00:55:25-07:00</LastUpdatedTime>
|
8
|
-
</MetaData>
|
9
|
-
<Name>John Doe</Name>
|
10
|
-
<Address>
|
11
|
-
<Line1>21215 Burbank Boulevard, Ste. 100</Line1>
|
12
|
-
<Line2></Line2>
|
13
|
-
<City>Woodland Hills</City>
|
14
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
15
|
-
<PostalCode>91367</PostalCode>
|
16
|
-
</Address>
|
17
|
-
<Phone>
|
18
|
-
<FreeFormNumber>(818) 936-7800</FreeFormNumber>
|
19
|
-
</Phone>
|
20
|
-
<Phone>
|
21
|
-
<DeviceType>Mobile</DeviceType>
|
22
|
-
<FreeFormNumber>(818) 436-8225</FreeFormNumber>
|
23
|
-
</Phone>
|
24
|
-
<Email>
|
25
|
-
<Address>john.simpson@mint.com</Address>
|
26
|
-
</Email>
|
27
|
-
<GivenName>John</GivenName>
|
28
|
-
<FamilyName>Simpson</FamilyName>
|
29
|
-
<BillableTime>false</BillableTime>
|
30
|
-
<HiredDate>9999-12-31-08:00</HiredDate>
|
31
|
-
</Employee>
|
@@ -1,36 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<qbo:SearchResults xmlns="http://www.intuit.com/sb/cdm/qbo" xmlns:qbp="http://www.intuit.com/sb/cdm/v2" xmlns:qbo="http://www.intuit.com/sb/cdm/qbopayroll/v1"> <qbo:CdmCollections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="Employees">
|
3
|
-
<Employee>
|
4
|
-
<Id>3</Id>
|
5
|
-
<SyncToken>0</SyncToken>
|
6
|
-
<MetaData>
|
7
|
-
<CreateTime>2010-09-10T00:55:25-07:00</CreateTime>
|
8
|
-
<LastUpdatedTime>2010-09-10T00:55:25-07:00</LastUpdatedTime>
|
9
|
-
</MetaData>
|
10
|
-
<Name>John Simpson</Name>
|
11
|
-
<Address>
|
12
|
-
<Line1>21215 Burbank Boulevard, Ste. 100</Line1>
|
13
|
-
<Line2></Line2>
|
14
|
-
<City>Woodland Hills</City>
|
15
|
-
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
|
16
|
-
<PostalCode>91367</PostalCode>
|
17
|
-
</Address>
|
18
|
-
<Phone>
|
19
|
-
<FreeFormNumber>(818) 936-7800</FreeFormNumber>
|
20
|
-
</Phone>
|
21
|
-
<Phone>
|
22
|
-
<DeviceType>Mobile</DeviceType>
|
23
|
-
<FreeFormNumber>(818) 436-8225</FreeFormNumber>
|
24
|
-
</Phone>
|
25
|
-
<Email>
|
26
|
-
<Address>john.simpson@mint.com</Address>
|
27
|
-
</Email>
|
28
|
-
<GivenName>John</GivenName>
|
29
|
-
<FamilyName>Simpson</FamilyName>
|
30
|
-
<BillableTime>false</BillableTime>
|
31
|
-
<HiredDate>9999-12-31-08:00</HiredDate>
|
32
|
-
</Employee>
|
33
|
-
</qbo:CdmCollections>
|
34
|
-
<qbo:Count>1</qbo:Count>
|
35
|
-
<qbo:CurrentPage>1</qbo:CurrentPage>
|
36
|
-
</qbo:SearchResults>
|
@@ -1,7 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<qbo:QboUser xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:qbp="http://www.intuit.com/sb/cdm/qbopayroll/v1" xmlns:qbo="http://www.intuit.com/sb/cdm/qbo">
|
3
|
-
<qbo:LoginName>foo@example.com</qbo:LoginName>
|
4
|
-
<qbo:Ticket>V1-162-alskdfasldkjfalsdkjf</qbo:Ticket>
|
5
|
-
<qbo:AgentId>9991111222</qbo:AgentId>
|
6
|
-
<qbo:Blah>Hello</qbo:Blah>
|
7
|
-
</qbo:QboUser>
|
data/spec/xml/online/invoice.xml
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<Invoice xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:qbp="http://www.intuit.com/sb/cdm/qbopayroll/v1" xmlns:qbo="http://www.intuit.com/sb/cdm/qbo">
|
3
|
-
<Id idDomain="QBO">13</Id>
|
4
|
-
<SyncToken>0</SyncToken>
|
5
|
-
<MetaData>
|
6
|
-
<CreateTime>2012-07-16T15:48:34-07:00</CreateTime>
|
7
|
-
<LastUpdatedTime>2012-07-16T15:48:34-07:00</LastUpdatedTime>
|
8
|
-
</MetaData>
|
9
|
-
<Header>
|
10
|
-
<DocNumber>1</DocNumber>
|
11
|
-
<TxnDate>2012-07-16-07:00</TxnDate>
|
12
|
-
<CustomerId idDomain="QBO">10</CustomerId>
|
13
|
-
<ShipDate>2012-07-17-07:00</ShipDate>
|
14
|
-
<ToBePrinted>false</ToBePrinted>
|
15
|
-
<ToBeEmailed>false</ToBeEmailed>
|
16
|
-
<DueDate>2012-08-16-07:00</DueDate>
|
17
|
-
<ShipMethodId idDomain="QBO" />
|
18
|
-
<Balance>0.00</Balance>
|
19
|
-
<DiscountTaxable>true</DiscountTaxable>
|
20
|
-
</Header>
|
21
|
-
<Line>
|
22
|
-
<Desc>2005 Edna Valley Chardonnay</Desc>
|
23
|
-
<Taxable>false</Taxable>
|
24
|
-
<ItemId idDomain="QBO">9</ItemId>
|
25
|
-
<UnitPrice>225</UnitPrice>
|
26
|
-
<Qty>2</Qty>
|
27
|
-
</Line>
|
28
|
-
</Invoice>
|
@@ -1,38 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
2
|
-
<qbo:SearchResults xmlns="http://www.intuit.com/sb/cdm/v2" xmlns:ns3="http://www.intuit.com/sb/cdm/qbopayroll/v1" xmlns:qbo="http://www.intuit.com/sb/cdm/qbo">
|
3
|
-
<qbo:CdmCollections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="JournalEntries">
|
4
|
-
<JournalEntry>
|
5
|
-
<Id idDomain="QBO">381</Id>
|
6
|
-
<SyncToken>0</SyncToken>
|
7
|
-
<MetaData>
|
8
|
-
<CreateTime>2011-05-05T02:42:35-07:00</CreateTime>
|
9
|
-
<LastUpdatedTime>2011-05-05T02:42:35-07:00</LastUpdatedTime>
|
10
|
-
</MetaData>
|
11
|
-
<Header>
|
12
|
-
<TxnDate>2011-05-05-07:00</TxnDate>
|
13
|
-
<Note>Some note</Note>
|
14
|
-
<Msg>Message about entry</Msg>
|
15
|
-
<Adjustment>false</Adjustment>
|
16
|
-
<DocNumber>5</DocNumber>
|
17
|
-
</Header>
|
18
|
-
<Line>
|
19
|
-
<Desc>credit this -- Desc</Desc>
|
20
|
-
<Amount>100.00</Amount>
|
21
|
-
<PostingType>Credit</PostingType>
|
22
|
-
<AccountId idDomain="QBO">255</AccountId>
|
23
|
-
<EntityId idDomain="QBO">259</EntityId>
|
24
|
-
<EntityType>Customer</EntityType>
|
25
|
-
</Line>
|
26
|
-
<Line>
|
27
|
-
<Desc>debit this -- Desc</Desc>
|
28
|
-
<Amount>100.00</Amount>
|
29
|
-
<PostingType>Debit</PostingType>
|
30
|
-
<AccountId idDomain="QBO">255</AccountId>
|
31
|
-
<EntityId idDomain="QBO">260</EntityId>
|
32
|
-
<EntityType>Customer</EntityType>
|
33
|
-
</Line>
|
34
|
-
</JournalEntry>
|
35
|
-
</qbo:CdmCollections>
|
36
|
-
<qbo:Count>1</qbo:Count>
|
37
|
-
<qbo:CurrentPage>1</qbo:CurrentPage>
|
38
|
-
</qbo:SearchResults>
|