Skip to content

Instantly share code, notes, and snippets.

@kingcoyote
Created March 13, 2012 22:04
Show Gist options
  • Save kingcoyote/dc4c88b5de670bf68157 to your computer and use it in GitHub Desktop.
Save kingcoyote/dc4c88b5de670bf68157 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-16"?>
<Mod FullResponse="true"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
RequestId="{guid}"
xmlns="http://www.intuit.com/sb/cdm/v2">
<Object xsi:type="Item">
<Id idDomain="QB">2</Id>
<SyncToken>1</SyncToken>
<Name>fk2k</Name>
<Desc>Flowkit 2000</Desc>
<Taxable>true</Taxable>
<Active>true</Active>
<UnitPrice>
<CurrencyCode>USD</CurrencyCode>
<Amount>0</Amount>
</UnitPrice>
<Type>Assembly</Type>
<PurchaseCost>
<CurrencyCode>USD</CurrencyCode>
<Amount>0</Amount>
</PurchaseCost>
<COGSAccountRef>
<AccountId idDomain="QB">9</AccountId>
<AccountName>Cost of Goods Sold</AccountName>
<AccountType>Expense</AccountType>
</COGSAccountRef>
<AssetAccountRef>
<AccountId idDomain="QB">8</AccountId>
<AccountName>Inventory Asset</AccountName>
<AccountType>Asset</AccountType>
</AssetAccountRef>
<AvgCost>
<CurrencyCode>USD</CurrencyCode>
<Amount>0</Amount>
</AvgCost>
<QtyOnHand>0</QtyOnHand>
<QtyOnPurchaseOrder>0</QtyOnPurchaseOrder>
<QtyOnSalesOrder>0</QtyOnSalesOrder>
</Object>
</Mod>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment