Advertisement
jmawebtech

QBOSalesReceipt

Nov 20th, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <SalesReceipt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" domain="QBO" sparse="false">
  3. <Id xmlns="http://schema.intuit.com/finance/v3">381</Id>
  4. <SyncToken xmlns="http://schema.intuit.com/finance/v3">0</SyncToken>
  5. <MetaData xmlns="http://schema.intuit.com/finance/v3">
  6. <CreateTime>2013-08-31T12:46:03-04:00</CreateTime>
  7. <LastUpdatedTime>2013-08-31T12:46:03-04:00</LastUpdatedTime>
  8. </MetaData>
  9. <CustomField xmlns="http://schema.intuit.com/finance/v3">
  10. <Name>Test</Name>
  11. <Type>StringType</Type>
  12. </CustomField>
  13. <DocNumber xmlns="http://schema.intuit.com/finance/v3">002-4896185-7338627</DocNumber>
  14. <TxnDate xmlns="http://schema.intuit.com/finance/v3">2013-08-31</TxnDate>
  15. <Line xmlns="http://schema.intuit.com/finance/v3">
  16. <Id>1</Id>
  17. <LineNum>1</LineNum>
  18. <Amount>119.95</Amount>
  19. <DetailType>SalesItemLineDetail</DetailType>
  20. <SalesItemLineDetail>
  21. <ItemRef name="BT105-ATFS2x2-PB">146</ItemRef>
  22. <Qty>1</Qty>
  23. <TaxCodeRef>NON</TaxCodeRef>
  24. </SalesItemLineDetail>
  25. </Line>
  26. <Line xmlns="http://schema.intuit.com/finance/v3">
  27. <Id>2</Id>
  28. <LineNum>2</LineNum>
  29. <Amount>0</Amount>
  30. <DetailType>SalesItemLineDetail</DetailType>
  31. <SalesItemLineDetail>
  32. <ItemRef name="Standard">34</ItemRef>
  33. <Qty>1</Qty>
  34. <TaxCodeRef>NON</TaxCodeRef>
  35. </SalesItemLineDetail>
  36. </Line>
  37. <Line xmlns="http://schema.intuit.com/finance/v3">
  38. <Amount>119.95</Amount>
  39. <DetailType>SubTotalLineDetail</DetailType>
  40. <SubTotalLineDetail />
  41. </Line>
  42. <TxnTaxDetail xmlns="http://schema.intuit.com/finance/v3">
  43. <TotalTax>0</TotalTax>
  44. </TxnTaxDetail>
  45. <CustomerRef name="Keith Jones" xmlns="http://schema.intuit.com/finance/v3">10</CustomerRef>
  46. <BillAddr xmlns="http://schema.intuit.com/finance/v3">
  47. <Id>262</Id>
  48. <Line1>1685 ARCH Ave</Line1>
  49. <City>LA</City>
  50. <Country>US</Country>
  51. <CountrySubDivisionCode>CA</CountrySubDivisionCode>
  52. <PostalCode>94701</PostalCode>
  53. <Lat>31</Lat>
  54. <Long>-121</Long>
  55. </BillAddr>
  56. <ShipAddr xmlns="http://schema.intuit.com/finance/v3">
  57. <Id>263</Id>
  58. <Line1>Keith Jackson</Line1>
  59. <Line2>1685 Walnut St/Line2>
  60. <City>BERKELEY</City>
  61. <Country>US</Country>
  62. <CountrySubDivisionCode>CA</CountrySubDivisionCode>
  63. <PostalCode>94709</PostalCode>
  64. <Lat>31</Lat>
  65. <Long>-121</Long>
  66. </ShipAddr>
  67. <TotalAmt xmlns="http://schema.intuit.com/finance/v3">119.95</TotalAmt>
  68. <ApplyTaxAfterDiscount xmlns="http://schema.intuit.com/finance/v3">false</ApplyTaxAfterDiscount>
  69. <PrintStatus xmlns="http://schema.intuit.com/finance/v3">NeedToPrint</PrintStatus>
  70. <EmailStatus xmlns="http://schema.intuit.com/finance/v3">NotSet</EmailStatus>
  71. <Balance xmlns="http://schema.intuit.com/finance/v3">0</Balance>
  72. <PaymentMethodRef name="Visa" xmlns="http://schema.intuit.com/finance/v3">3</PaymentMethodRef>
  73. <DepositToAccountRef name="Undeposited Funds" xmlns="http://schema.intuit.com/finance/v3">4</DepositToAccountRef>
  74. </SalesReceipt>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement