View difference between Paste ID: PLsFbA6N and DHhAqZvT
SHOW: | | - or go back to the newest paste.
1
<?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>
2
3
4
<?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>
5
6
<?xml version="1.0" ?>
7
<RestResponse xmlns="http://www.intuit.com/sb/cdm/v2">
8
  <Success RequestId="4d2f7056072e490fa5fa5f9e6b045766">
9
    <Customer>
10
      <Id idDomain="NG">16450359</Id>
11
      <SyncToken>1</SyncToken>
12
      <MetaData>
13
        <CreatedBy>app</CreatedBy>
14
        <CreateTime>2013-05-18T22:16:22Z</CreateTime>
15
        <LastModifiedBy>app</LastModifiedBy>
16
        <LastUpdatedTime>2013-05-18T22:16:22Z</LastUpdatedTime>
17
      </MetaData>
18
      <Synchronized>false</Synchronized>
19
      <PartyReferenceId idDomain="NG">17397881</PartyReferenceId>
20
      <TypeOf>Person</TypeOf>
21
      <Name></Name>
22
      <Address>
23
        <Id idDomain="NG">19341975</Id>
24
        <Line1>Web Store</Line1>
25
        <Default>true</Default>
26
        <Tag>Billing</Tag>
27
      </Address>
28
      <Email>
29
        <Id idDomain="NG">9838525</Id>
30
        <Address>[email protected]</Address>
31
        <Default>true</Default>
32
        <Tag>Business</Tag>
33
      </Email>
34
      <GivenName>Web</GivenName>
35
      <FamilyName>Store</FamilyName>
36
      <DBAName>Web Store</DBAName>
37
    </Customer>
38
    <RequestName>CustomerAdd</RequestName>
39
    <ProcessedTime>2013-05-18T22:16:23Z</ProcessedTime>
40
  </Success>
41
</RestResponse>
42
43
44
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
45
<RestResponse xmlns="http://www.intuit.com/sb/cdm/v2">
46
  <Success RequestId="1ba2fcb4caf04cdab7d69706073b95df">
47
    <Invoice>
48
      <Id idDomain="NG">13439070</Id>
49
      <SyncToken>1</SyncToken>
50
      <MetaData>
51
        <CreatedBy>app</CreatedBy>
52
        <CreateTime>2013-05-18T22:16:25Z</CreateTime>
53
        <LastModifiedBy>app</LastModifiedBy>
54
        <LastUpdatedTime>2013-05-18T22:16:25Z</LastUpdatedTime>
55
      </MetaData>
56
      <Synchronized>false</Synchronized>
57
      <Header>
58
        <DocNumber>1</DocNumber>
59
        <TxnDate>2013-05-18T00:00:00Z</TxnDate>
60
        <CustomerName>Web Store</CustomerName>
61
        <SubTotalAmt>0</SubTotalAmt>
62
        <TaxRate>0</TaxRate>
63
        <TaxAmt>0</TaxAmt>
64
        <TotalAmt>0</TotalAmt>
65
        <BillAddr>
66
          <Tag>Billing</Tag>
67
        </BillAddr>
68
        <ShipAddr>
69
          <Line1>John Smith</Line1>
70
          <Line2>21 West 52nd Street</Line2>
71
          <City>New York</City>
72
          <Country>United States</Country>
73
          <CountrySubDivisionCode>New York</CountrySubDivisionCode>
74
          <PostalCode>10021</PostalCode>
75
          <Tag>Shipping</Tag>
76
        </ShipAddr>
77
        <Balance>0</Balance>
78
      </Header>
79
      <Line>
80
        <Id idDomain="NG">48141930</Id>
81
        <Amount>1</Amount>
82
        <Taxable>false</Taxable>
83
        <ItemName>TestShoe123</ItemName>
84
        <UnitPrice>1</UnitPrice>
85
        <Qty>1</Qty>
86
      </Line>
87
      <Line>
88
        <Id idDomain="NG">48141931</Id>
89
        <Amount>0</Amount>
90
        <Taxable>false</Taxable>
91
        <ItemName>In-Store Pickup</ItemName>
92
        <UnitPrice>0</UnitPrice>
93
        <Qty>1</Qty>
94
      </Line>
95
    </Invoice>
96
    <RequestName>InvoiceAdd</RequestName>
97
    <ProcessedTime>2013-05-18T22:16:26Z</ProcessedTime>
98
  </Success>
99
</RestResponse>