POST api/v1/TestResult/TEST_POST_DeleteTestResultDetail?TestResultDetailId={TestResultDetailId}
Remove a test result
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TestResultDetailId |
Test Result Object |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
New APIPostResult. If response code is OK, the Id contains the newly inserted id of collection request record. If an error occurred, the message field will contain an error message.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.