REST API

Record_Execution_Results_New

OVERVIEW

This REST API gets XML reflecting run details (execution set, instances & run results), and update Orcanos data with this run.

Method: Post

Input:

Authorization: Basic Auth token in the Request Headers 

Post body:

{

  “sXML”: “”;

sXML: The response of Get_Execution_Run_Details_xml will be used here and the User needs to update the values in the XML response as per their requirement.

NOTE: Since This field (sXML) takes input data in the string so the user needs to replace double quote(“) with the backslash double quote (\”) to escape the double quote ” and pass it in API.

Output:

Related Articles