'update_types' Request Example

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:toatech:PartsCatalog:1.0"> 
	<soapenv:Body> 
		<ns1:update_types>
			<user> 
				<now>2013-12-25T13:41:21Z</now> 
				<login>soap</login> 
				<company>in429</company> 
				<auth_string>cf368aa2307a55112f640b449bf7fe46</auth_string> 
			</user> 
			<label>tttest2</label> 
			<language>en</language> 
			<type_schemas> 
				<type_schema> 
					<item_type>some item type label</item_type> 
					<inventory_type>some inventory type label</inventory_type> 
				</type_schema> 
			</type_schemas> 
		</ns1:update_types> 
	</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>