Secure
Click here for a complete list of operations.
EditOrder
This method is used for editing an order previously submitted to the MMPC portal via webservice.
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/secure/secure.asmx HTTP/1.1
Host: www.mmpc.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://www.mmpc.org/EditOrder"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<EditOrder xmlns="https://www.mmpc.org/">
<order_id>string</order_id>
<client_id>string</client_id>
<center_id>string</center_id>
<fname>string</fname>
<lname>string</lname>
<phone>string</phone>
<phone_ext>string</phone_ext>
<email>string</email>
<vet_name>string</vet_name>
<vet_phone>string</vet_phone>
<vet_phone_ext>string</vet_phone_ext>
<vet_email>string</vet_email>
<desired_date>string</desired_date>
<funding_source_id>string</funding_source_id>
<mice>string</mice>
<tissue>string</tissue>
<provided_tissue_id>string</provided_tissue_id>
<expected_no_mice>string</expected_no_mice>
<age_animals>string</age_animals>
<gender>string</gender>
<current_diet>string</current_diet>
<requested_diet>string</requested_diet>
<current_house>string</current_house>
<cage_numbers>string</cage_numbers>
<strain_name>string</strain_name>
<background_strain_id>string</background_strain_id>
<backcross_history_id>string</backcross_history_id>
<genetic_manipulation_ids>string</genetic_manipulation_ids>
<tissue_distribution_id>string</tissue_distribution_id>
<tissue_ids>string</tissue_ids>
<research_area_ids>string</research_area_ids>
<affected_locus>string</affected_locus>
<biomedical_research>string</biomedical_research>
<preliminary_phenotype>string</preliminary_phenotype>
<special_instructions>string</special_instructions>
<catalog_item_ids>string</catalog_item_ids>
<order_guid>string</order_guid>
<accept>string</accept>
<official>string</official>
<official_email>string</official_email>
<guid>string</guid>
</EditOrder>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<EditOrderResponse xmlns="https://www.mmpc.org/">
<EditOrderResult>string</EditOrderResult>
</EditOrderResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/secure/secure.asmx HTTP/1.1
Host: www.mmpc.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<EditOrder xmlns="https://www.mmpc.org/">
<order_id>string</order_id>
<client_id>string</client_id>
<center_id>string</center_id>
<fname>string</fname>
<lname>string</lname>
<phone>string</phone>
<phone_ext>string</phone_ext>
<email>string</email>
<vet_name>string</vet_name>
<vet_phone>string</vet_phone>
<vet_phone_ext>string</vet_phone_ext>
<vet_email>string</vet_email>
<desired_date>string</desired_date>
<funding_source_id>string</funding_source_id>
<mice>string</mice>
<tissue>string</tissue>
<provided_tissue_id>string</provided_tissue_id>
<expected_no_mice>string</expected_no_mice>
<age_animals>string</age_animals>
<gender>string</gender>
<current_diet>string</current_diet>
<requested_diet>string</requested_diet>
<current_house>string</current_house>
<cage_numbers>string</cage_numbers>
<strain_name>string</strain_name>
<background_strain_id>string</background_strain_id>
<backcross_history_id>string</backcross_history_id>
<genetic_manipulation_ids>string</genetic_manipulation_ids>
<tissue_distribution_id>string</tissue_distribution_id>
<tissue_ids>string</tissue_ids>
<research_area_ids>string</research_area_ids>
<affected_locus>string</affected_locus>
<biomedical_research>string</biomedical_research>
<preliminary_phenotype>string</preliminary_phenotype>
<special_instructions>string</special_instructions>
<catalog_item_ids>string</catalog_item_ids>
<order_guid>string</order_guid>
<accept>string</accept>
<official>string</official>
<official_email>string</official_email>
<guid>string</guid>
</EditOrder>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<EditOrderResponse xmlns="https://www.mmpc.org/">
<EditOrderResult>string</EditOrderResult>
</EditOrderResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /webservices/secure/secure.asmx/EditOrder?order_id=string&client_id=string¢er_id=string&fname=string&lname=string&phone=string&phone_ext=string&email=string&vet_name=string&vet_phone=string&vet_phone_ext=string&vet_email=string&desired_date=string&funding_source_id=string&mice=string&tissue=string&provided_tissue_id=string&expected_no_mice=string&age_animals=string&gender=string¤t_diet=string&requested_diet=string¤t_house=string&cage_numbers=string&strain_name=string&background_strain_id=string&backcross_history_id=string&genetic_manipulation_ids=string&tissue_distribution_id=string&tissue_ids=string&research_area_ids=string&affected_locus=string&biomedical_research=string&preliminary_phenotype=string&special_instructions=string&catalog_item_ids=string&order_guid=string&accept=string&official=string&official_email=string&guid=string HTTP/1.1 Host: www.mmpc.org
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="https://www.mmpc.org/">string</string>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /webservices/secure/secure.asmx/EditOrder HTTP/1.1 Host: www.mmpc.org Content-Type: application/x-www-form-urlencoded Content-Length: length order_id=string&client_id=string¢er_id=string&fname=string&lname=string&phone=string&phone_ext=string&email=string&vet_name=string&vet_phone=string&vet_phone_ext=string&vet_email=string&desired_date=string&funding_source_id=string&mice=string&tissue=string&provided_tissue_id=string&expected_no_mice=string&age_animals=string&gender=string¤t_diet=string&requested_diet=string¤t_house=string&cage_numbers=string&strain_name=string&background_strain_id=string&backcross_history_id=string&genetic_manipulation_ids=string&tissue_distribution_id=string&tissue_ids=string&research_area_ids=string&affected_locus=string&biomedical_research=string&preliminary_phenotype=string&special_instructions=string&catalog_item_ids=string&order_guid=string&accept=string&official=string&official_email=string&guid=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <string xmlns="https://www.mmpc.org/">string</string>