POST /TestRunExecutionDetails/CreateTestRunExecutionNonBulk HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json Accept: */* Content-Length: 182 { "testRunId": 1, "rowLevelCollectionId": [ 1 ], "executedBy": "text", "isExecuted": 1, "executedAt": "text", "loadTestingCount": [ 1 ], "status": "text", "statusMessage": "text", "executionType": "text" }
Success: The test run execution records were successfully created.
No Content