Rerun a Test Execution Record

The following shows a request to submit a Rerun for an already completed Test Execution record. Preconditions are that Status is set to Completed and that the Reports zip and other attachments are available from prior run(s).

URL: https://ServerName:Port/siebel/<Version>/service/Automation Rest Service/Rerun
HTTP Method: POST
Content type: application/json 
Authorization: Basic

Request body:
{
"body":
{
"Id":"88-1WCI9B"
}
}
Response to a successful request:
{
"Status": "Run Request is successfully created 88-1WCI9B"
}