PUT api/Projects
Request Information
URI Parameters
None.
Body Parameters
Projects| Name | Description | Type | Additional information |
|---|---|---|---|
| RecordNo | integer |
None. |
|
| ProjectName | string |
None. |
|
| UpdatedOn | date |
None. |
|
| IsDeleted | boolean |
None. |
|
| TestTypes | Collection of TestType |
None. |
Request Formats
application/json, text/json
Sample:
{
"RecordNo": 1,
"ProjectName": "sample string 2",
"UpdatedOn": "2026-01-20T14:33:10.5956096+00:00",
"IsDeleted": true,
"TestTypes": [
{
"RecordNo": 1,
"TestTypeName": "sample string 2",
"SortOrder": 3,
"IsStudent": true,
"ProjectFK": 1,
"UpdatedOn": "2026-01-20T14:33:10.5956096+00:00",
"IsDeleted": true
},
{
"RecordNo": 1,
"TestTypeName": "sample string 2",
"SortOrder": 3,
"IsStudent": true,
"ProjectFK": 1,
"UpdatedOn": "2026-01-20T14:33:10.5956096+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.