Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?><Add xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" RequestId="301e6a209dd84aaf81bc593e8d8f661f" FullResponse="true" xmlns="http://www.intuit.com/sb/cdm/v2"><ExternalRealmId>310582310</ExternalRealmId><Object xsi:type="Customer"><TypeOf>Person</TypeOf><Address><Line1>Web Store</Line1><Line2 /><Tag>Billing</Tag></Address><Email><Address>[email protected]</Address><Tag>Business</Tag></Email><GivenName>Web</GivenName><FamilyName>Store</FamilyName><DBAName>Web Store</DBAName></Object></Add>
- <?xml version="1.0" encoding="utf-8"?><Add xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" RequestId="9aa7473ad4c0416b9bb3cf815435697f" FullResponse="true" xmlns="http://www.intuit.com/sb/cdm/v2"><ExternalRealmId>310582310</ExternalRealmId><Object xsi:type="Invoice"><Header><DocNumber>1</DocNumber><TxnDate>2013-05-18T18:22:39.9326251-04:00</TxnDate><CustomerName>Web Store</CustomerName><ShipAddr><Line1>John Smith</Line1><Line2>21 West 52nd Street</Line2><Line3 /><City>New York</City><Country>United States</Country><CountrySubDivisionCode>New York</CountrySubDivisionCode><PostalCode>10021</PostalCode></ShipAddr><DiscountAmt>0</DiscountAmt></Header><Line><Amount>1.0000</Amount><ItemName>TestShoe123</ItemName><UnitPrice>1.0000</UnitPrice><Qty>1</Qty></Line><Line><Amount>0.0000</Amount><ItemName>In-Store Pickup</ItemName><UnitPrice>0.0000</UnitPrice><Qty>1</Qty></Line></Object></Add>
- <?xml version="1.0" ?>
- <RestResponse xmlns="http://www.intuit.com/sb/cdm/v2">
- <Success RequestId="4d2f7056072e490fa5fa5f9e6b045766">
- <Customer>
- <Id idDomain="NG">16450359</Id>
- <SyncToken>1</SyncToken>
- <MetaData>
- <CreatedBy>app</CreatedBy>
- <CreateTime>2013-05-18T22:16:22Z</CreateTime>
- <LastModifiedBy>app</LastModifiedBy>
- <LastUpdatedTime>2013-05-18T22:16:22Z</LastUpdatedTime>
- </MetaData>
- <Synchronized>false</Synchronized>
- <PartyReferenceId idDomain="NG">17397881</PartyReferenceId>
- <TypeOf>Person</TypeOf>
- <Name></Name>
- <Address>
- <Id idDomain="NG">19341975</Id>
- <Line1>Web Store</Line1>
- <Default>true</Default>
- <Tag>Billing</Tag>
- </Address>
- <Email>
- <Id idDomain="NG">9838525</Id>
- <Default>true</Default>
- <Tag>Business</Tag>
- </Email>
- <GivenName>Web</GivenName>
- <FamilyName>Store</FamilyName>
- <DBAName>Web Store</DBAName>
- </Customer>
- <RequestName>CustomerAdd</RequestName>
- <ProcessedTime>2013-05-18T22:16:23Z</ProcessedTime>
- </Success>
- </RestResponse>
- <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
- <RestResponse xmlns="http://www.intuit.com/sb/cdm/v2">
- <Success RequestId="1ba2fcb4caf04cdab7d69706073b95df">
- <Invoice>
- <Id idDomain="NG">13439070</Id>
- <SyncToken>1</SyncToken>
- <MetaData>
- <CreatedBy>app</CreatedBy>
- <CreateTime>2013-05-18T22:16:25Z</CreateTime>
- <LastModifiedBy>app</LastModifiedBy>
- <LastUpdatedTime>2013-05-18T22:16:25Z</LastUpdatedTime>
- </MetaData>
- <Synchronized>false</Synchronized>
- <Header>
- <DocNumber>1</DocNumber>
- <TxnDate>2013-05-18T00:00:00Z</TxnDate>
- <CustomerName>Web Store</CustomerName>
- <SubTotalAmt>0</SubTotalAmt>
- <TaxRate>0</TaxRate>
- <TaxAmt>0</TaxAmt>
- <TotalAmt>0</TotalAmt>
- <BillAddr>
- <Tag>Billing</Tag>
- </BillAddr>
- <ShipAddr>
- <Line1>John Smith</Line1>
- <Line2>21 West 52nd Street</Line2>
- <City>New York</City>
- <Country>United States</Country>
- <CountrySubDivisionCode>New York</CountrySubDivisionCode>
- <PostalCode>10021</PostalCode>
- <Tag>Shipping</Tag>
- </ShipAddr>
- <Balance>0</Balance>
- </Header>
- <Line>
- <Id idDomain="NG">48141930</Id>
- <Amount>1</Amount>
- <Taxable>false</Taxable>
- <ItemName>TestShoe123</ItemName>
- <UnitPrice>1</UnitPrice>
- <Qty>1</Qty>
- </Line>
- <Line>
- <Id idDomain="NG">48141931</Id>
- <Amount>0</Amount>
- <Taxable>false</Taxable>
- <ItemName>In-Store Pickup</ItemName>
- <UnitPrice>0</UnitPrice>
- <Qty>1</Qty>
- </Line>
- </Invoice>
- <RequestName>InvoiceAdd</RequestName>
- <ProcessedTime>2013-05-18T22:16:26Z</ProcessedTime>
- </Success>
- </RestResponse>
Advertisement
Add Comment
Please, Sign In to add comment