POST api/TestType
Request Information
URI Parameters
None.
Body Parameters
TestType| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordNo | integer |
None. |
|
| TestTypeName | string |
None. |
|
| SortOrder | integer |
None. |
|
| IsStudent | boolean |
None. |
|
| ProjectFK | integer |
None. |
|
| Projects | Projects |
None. |
|
| UpdatedOn | date |
None. |
|
| IsDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordNo": 1,
"TestTypeName": "sample string 2",
"SortOrder": 3,
"IsStudent": true,
"ProjectFK": 1,
"Projects": {
"RecordNo": 1,
"ProjectName": "sample string 2",
"UpdatedOn": "2025-11-03T09:22:11.7023434+00:00",
"IsDeleted": true,
"TestTypes": []
},
"UpdatedOn": "2025-11-03T09:22:11.7023434+00:00",
"IsDeleted": true
}
application/xml
Sample:
text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.