Project Administrators can create products using the
You can create an association between products and projects using the
Bio_ProductThe
ExampleAn example of XML to create 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="Candidates_Creation_Example"> <Bio_Product action="CREATED" id="Cys-TAT (47-57) - CIP2Ai[33]" name="Cys-TAT (47-57) - CIP2Ai[33]" description="" chemicalSeries=""/> <Bio_Product action="CREATED" id="TAT (47-57) - CIP2Ai[32]" name="TAT (47-57) - CIP2Ai[32]" description="" chemicalSeries=""/> </transaction> </root> |