Advertisement
jmawebtech

customer invoice qbd

May 18th, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.05 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <RestResponse xmlns="http://www.intuit.com/sb/cdm/v2">
  3.   <Success RequestId="4d2f7056072e490fa5fa5f9e6b045766">
  4.     <Customer>
  5.       <Id idDomain="NG">16450359</Id>
  6.       <SyncToken>1</SyncToken>
  7.       <MetaData>
  8.         <CreatedBy>app</CreatedBy>
  9.         <CreateTime>2013-05-18T22:16:22Z</CreateTime>
  10.         <LastModifiedBy>app</LastModifiedBy>
  11.         <LastUpdatedTime>2013-05-18T22:16:22Z</LastUpdatedTime>
  12.       </MetaData>
  13.       <Synchronized>false</Synchronized>
  14.       <PartyReferenceId idDomain="NG">17397881</PartyReferenceId>
  15.       <TypeOf>Person</TypeOf>
  16.       <Name></Name>
  17.       <Address>
  18.         <Id idDomain="NG">19341975</Id>
  19.         <Line1>Web Store</Line1>
  20.         <Default>true</Default>
  21.         <Tag>Billing</Tag>
  22.       </Address>
  23.       <Email>
  24.         <Id idDomain="NG">9838525</Id>
  25.         <Address>info@webstore.com</Address>
  26.         <Default>true</Default>
  27.         <Tag>Business</Tag>
  28.       </Email>
  29.       <GivenName>Web</GivenName>
  30.       <FamilyName>Store</FamilyName>
  31.       <DBAName>Web Store</DBAName>
  32.     </Customer>
  33.     <RequestName>CustomerAdd</RequestName>
  34.     <ProcessedTime>2013-05-18T22:16:23Z</ProcessedTime>
  35.   </Success>
  36. </RestResponse>
  37.  
  38.  
  39. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  40. <RestResponse xmlns="http://www.intuit.com/sb/cdm/v2">
  41.   <Success RequestId="1ba2fcb4caf04cdab7d69706073b95df">
  42.     <Invoice>
  43.       <Id idDomain="NG">13439070</Id>
  44.       <SyncToken>1</SyncToken>
  45.       <MetaData>
  46.         <CreatedBy>app</CreatedBy>
  47.         <CreateTime>2013-05-18T22:16:25Z</CreateTime>
  48.         <LastModifiedBy>app</LastModifiedBy>
  49.         <LastUpdatedTime>2013-05-18T22:16:25Z</LastUpdatedTime>
  50.       </MetaData>
  51.       <Synchronized>false</Synchronized>
  52.       <Header>
  53.         <DocNumber>1</DocNumber>
  54.         <TxnDate>2013-05-18T00:00:00Z</TxnDate>
  55.         <CustomerName>Web Store</CustomerName>
  56.         <SubTotalAmt>0</SubTotalAmt>
  57.         <TaxRate>0</TaxRate>
  58.         <TaxAmt>0</TaxAmt>
  59.         <TotalAmt>0</TotalAmt>
  60.         <BillAddr>
  61.           <Tag>Billing</Tag>
  62.         </BillAddr>
  63.         <ShipAddr>
  64.           <Line1>John Smith</Line1>
  65.           <Line2>21 West 52nd Street</Line2>
  66.           <City>New York</City>
  67.           <Country>United States</Country>
  68.           <CountrySubDivisionCode>New York</CountrySubDivisionCode>
  69.           <PostalCode>10021</PostalCode>
  70.           <Tag>Shipping</Tag>
  71.         </ShipAddr>
  72.         <Balance>0</Balance>
  73.       </Header>
  74.       <Line>
  75.         <Id idDomain="NG">48141930</Id>
  76.         <Amount>1</Amount>
  77.         <Taxable>false</Taxable>
  78.         <ItemName>TestShoe123</ItemName>
  79.         <UnitPrice>1</UnitPrice>
  80.         <Qty>1</Qty>
  81.       </Line>
  82.       <Line>
  83.         <Id idDomain="NG">48141931</Id>
  84.         <Amount>0</Amount>
  85.         <Taxable>false</Taxable>
  86.         <ItemName>In-Store Pickup</ItemName>
  87.         <UnitPrice>0</UnitPrice>
  88.         <Qty>1</Qty>
  89.       </Line>
  90.     </Invoice>
  91.     <RequestName>InvoiceAdd</RequestName>
  92.     <ProcessedTime>2013-05-18T22:16:26Z</ProcessedTime>
  93.   </Success>
  94. </RestResponse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement