Project Administrators can create batch products using the Note:
You cannot modify Batch products later.
Bio_BatchProductThe
ExampleAn example of XML to create batch products: <?xml version="1.0" encoding="utf-8"?> <root xmlns="http://biobdv.3ds.com/XMLSchema" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <transaction id="Results_Import_Example"> <Bio_BatchProduct action="CREATED" id="Cys-TAT" name="Cys-TAT" description="" relatedProduct="Cys-TAT (47-57) - CIP2Ai[33]" proPurety="100.00" supplier="In Silico" supplierReference="no supplier ref"/> <Bio_BatchProduct action="CREATED" id="TAT 47-57" name="TAT 47-57" description="" relatedProduct="TAT (47-57) - CIP2Ai[32]" proPurety="100.00" supplier="In Silico" supplierReference="no supplier ref"/> </transaction> </root> |