ContractItems

Lists Items and details of a particular contract.

  • Path: /char/ContractItems.xml.aspx

  • Access mask: 67108864

  • Cache timer: 10 years

  • Parameters:

    Argument Type Meaning
    keyID long API key ID
    vCode char API verification code
    characterID long ID of character
    contractID long ID of the contract

Sample Response

<result>
    <rowset columns="recordID,typeID,quantity,rawQuantity,singleton,included" key="recordID" name="itemList">
        <row included="1" singleton="0" quantity="1" typeID="4310" recordID="1737516979"/>
        <row included="1" singleton="0" quantity="1" typeID="35659" recordID="1737516980"/>
        <row included="1" singleton="0" quantity="1" typeID="519" recordID="1737516981"/>
        <row included="1" singleton="0" quantity="2" typeID="28999" recordID="1737516982"/>
        <row included="1" singleton="0" quantity="1" typeID="2961" recordID="1737516983"/>
        <row included="1" singleton="0" quantity="1" typeID="2048" recordID="1737516984"/>
        <row included="1" singleton="0" quantity="2" typeID="29001" recordID="1737516985"/>
        <row included="1" singleton="0" quantity="1" typeID="2961" recordID="1737516986"/>
        <row included="1" singleton="0" quantity="2000" typeID="21894" recordID="1737516987"/>
        <row included="1" singleton="0" quantity="1" typeID="2961" recordID="1737516988"/>
        <row included="1" singleton="0" quantity="1" typeID="1952" recordID="1737516989"/>
        <row included="1" singleton="0" quantity="1" typeID="29009" recordID="1737516990"/>
        <row included="1" singleton="0" quantity="1" typeID="2961" recordID="1737516991"/>
        <row included="1" singleton="0" quantity="1" typeID="1978" recordID="1737516992"/>
        <row included="1" singleton="0" quantity="1" typeID="29011" recordID="1737516993"/>
        <row included="1" singleton="0" quantity="1" typeID="9491" recordID="1737516994"/>
        <row included="1" singleton="0" quantity="1" typeID="1978" recordID="1737516995"/>
        <row included="1" singleton="0" quantity="1" typeID="9491" recordID="1737516996"/>
        <row included="1" singleton="0" quantity="1" typeID="2605" recordID="1737516997"/>
        <row included="1" singleton="0" quantity="1" typeID="2961" recordID="1737516998"/>
        <row included="1" singleton="0" quantity="1" typeID="9491" recordID="1737516999"/>
        <row included="1" singleton="0" quantity="1" typeID="31360" recordID="1737517000"/>
        <row included="1" singleton="0" quantity="1" typeID="8529" recordID="1737517001"/>
        <row included="1" singleton="0" quantity="1" typeID="519" recordID="1737517002"/>
        <row included="1" singleton="0" quantity="1" typeID="31360" recordID="1737517003"/>
        <row included="1" singleton="0" quantity="1" typeID="31113" recordID="1737517004"/>
    </rowset>
</result>

Result Data

Name Data type Description
recordID long Unique ID for the item.
typeID long [1] Type ID for item.
quantity long Number of items in the stack.
rawQuantity long [2] This attribute will only show up if the quantity is a negative number in the DB. Negative quantities are in fact codes, -1 indicates that the item is a singleton (non-stackable). If the item happens to be a Blueprint, -1 is an Original and -2 is a Blueprint Copy.
singleton long T1 if this is a singleton item, 0 if not.
included long 1 if the contract issuer has submitted this item with the contract, 0 if the isser is asking for this item in the contract.

Notes

  • This page returns only contract items from a contractID that is accessible from within their scope. These can be found in Contracts