Part
Copy
For adding new Parts:
<BatchLoaderPrototype>
<Item type="Part" action="add">
<item_number>@1</item_number>
<name>@2</name>
<description>@3</description>
<owned_by_id>
<Item type="Identity" action="get" select="id">
<keyed_name>@4</keyed_name>
</Item>
</owned_by_id>
<managed_by_id>
<Item type="Identity" action="get" select="id">
<keyed_name>@5</keyed_name>
</Item>
</managed_by_id>
<classification>@6</classification>
<unit>@7</unit>
<make_buy>@8</make_buy>
</Item>
</BatchLoaderPrototype>