myworks

Untitled

May 5th, 2022 (edited)
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.61 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <IntuitResponse xmlns="http://schema.intuit.com/finance/v3" time="2022-05-05T14:37:14.156-07:00">
  3.    <QueryResponse startPosition="1" maxResults="1" totalCount="1">
  4.       <PurchaseOrder domain="QBO" sparse="false">
  5.          <Id>202</Id>
  6.          <SyncToken>0</SyncToken>
  7.          <MetaData>
  8.             <CreateTime>2022-05-05T14:35:22-07:00</CreateTime>
  9.             <LastUpdatedTime>2022-05-05T14:35:22-07:00</LastUpdatedTime>
  10.          </MetaData>
  11.          <DocNumber>1006</DocNumber>
  12.          <TxnDate>2022-05-05</TxnDate>
  13.          <CurrencyRef name="Canadian Dollar">CAD</CurrencyRef>
  14.          <ExchangeRate>1</ExchangeRate>
  15.          <Line>
  16.             <Id>1</Id>
  17.             <LineNum>1</LineNum>
  18.             <Description>A Class Test - C</Description>
  19.             <Amount>100.00</Amount>
  20.             <DetailType>ItemBasedExpenseLineDetail</DetailType>
  21.             <ItemBasedExpenseLineDetail>
  22.                <ItemRef name="A Class Test - C">32</ItemRef>
  23.                <UnitPrice>100</UnitPrice>
  24.                <Qty>1</Qty>
  25.                <TaxCodeRef>6</TaxCodeRef>
  26.                <BillableStatus>NotBillable</BillableStatus>
  27.             </ItemBasedExpenseLineDetail>
  28.          </Line>
  29.          <TxnTaxDetail>
  30.             <TotalTax>5.00</TotalTax>
  31.             <TaxLine>
  32.                <Amount>5.00</Amount>
  33.                <DetailType>TaxLineDetail</DetailType>
  34.                <TaxLineDetail>
  35.                   <TaxRateRef>13</TaxRateRef>
  36.                   <PercentBased>true</PercentBased>
  37.                   <TaxPercent>5</TaxPercent>
  38.                   <NetAmountTaxable>100.00</NetAmountTaxable>
  39.                </TaxLineDetail>
  40.             </TaxLine>
  41.          </TxnTaxDetail>
  42.          <VendorRef name="Andrew Haberbosch">23</VendorRef>
  43.          <APAccountRef name="Accounts Payable">31</APAccountRef>
  44.          <TotalAmt>105.00</TotalAmt>
  45.          <GlobalTaxCalculation>TaxExcluded</GlobalTaxCalculation>
  46.          <VendorAddr>
  47.             <Id>21</Id>
  48.             <Line1>57 River Avenue</Line1>
  49.             <City>Montreal</City>
  50.             <CountrySubDivisionCode>QC</CountrySubDivisionCode>
  51.             <PostalCode>H2E 9V3</PostalCode>
  52.             <Lat>INVALID</Lat>
  53.             <Long>INVALID</Long>
  54.          </VendorAddr>
  55.          <ShipAddr>
  56.             <Id>100</Id>
  57.             <Line1>Sandbox Company_CA_10</Line1>
  58.             <Line2>5100 Spectrum Way</Line2>
  59.             <Line3>Cooksville ON  L4W 5S2</Line3>
  60.          </ShipAddr>
  61.          <EmailStatus>NotSet</EmailStatus>
  62.          <POStatus>Open</POStatus>
  63.       </PurchaseOrder>
  64.    </QueryResponse>
  65. </IntuitResponse>
Add Comment
Please, Sign In to add comment