Skip to content

Instantly share code, notes, and snippets.

@IntuitDeveloperRelations
Created June 9, 2015 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntuitDeveloperRelations/f848f97dedbd5318d9f3 to your computer and use it in GitHub Desktop.
Save IntuitDeveloperRelations/f848f97dedbd5318d9f3 to your computer and use it in GitHub Desktop.
<IntuitResponse xmlns="http://schema.intuit.com/finance/v3" time="2015-06-09T05:37:09.563-07:00">
<Customer domain="QBO" sparse="false">
<Id>68</Id>
<SyncToken>0</SyncToken>
<MetaData>
<CreateTime>2015-06-09T05:37:09-07:00</CreateTime>
<LastUpdatedTime>2015-06-09T05:37:09-07:00</LastUpdatedTime>
</MetaData>
<Title>Mr</Title>
<GivenName>James</GivenName>
<MiddleName>B</MiddleName>
<FamilyName>King</FamilyName>
<Suffix>Jr</Suffix>
<FullyQualifiedName>King Crafts</FullyQualifiedName>
<CompanyName>King Crafts</CompanyName>
<DisplayName>King Crafts</DisplayName>
<PrintOnCheckName>King Crafts</PrintOnCheckName>
<Active>true</Active>
<PrimaryPhone>
<FreeFormNumber>(555) 555-5555</FreeFormNumber>
</PrimaryPhone>
<Mobile>
<FreeFormNumber>555-5555-6666</FreeFormNumber>
</Mobile>
<Fax>
<FreeFormNumber>(555) 555-7777</FreeFormNumber>
</Fax>
<PrimaryEmailAddr>
<Address>jdrew@myemail.com</Address>
</PrimaryEmailAddr>
<WebAddr>
<URI>http://www.drewfurniture.com</URI>
</WebAddr>
<DefaultTaxCodeRef>2</DefaultTaxCodeRef>
<Taxable>true</Taxable>
<BillAddr>
<Id>96</Id>
<Line1>123 Main Street</Line1>
<City>Mountain View</City>
<Country>USA</Country>
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
<PostalCode>94042</PostalCode>
</BillAddr>
<ShipAddr>
<Id>97</Id>
<Line1>123 Main Street</Line1>
<City>Mountain View</City>
<Country>USA</Country>
<CountrySubDivisionCode>CA</CountrySubDivisionCode>
<PostalCode>94042</PostalCode>
</ShipAddr>
<Notes>Here are other details.</Notes>
<Job>false</Job>
<BillWithParent>false</BillWithParent>
<Balance>0</Balance>
<BalanceWithJobs>0</BalanceWithJobs>
<CurrencyRef name="United States Dollar">USD</CurrencyRef>
<PreferredDeliveryMethod>Print</PreferredDeliveryMethod>
</Customer>
</IntuitResponse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment