PUT api/TestType
Request Information
URI Parameters
None.
Body Parameters
TestTypeName | 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": "2024-12-22T11:09:25.6722397+00:00", "IsDeleted": true, "TestTypes": [] }, "UpdatedOn": "2024-12-22T11:09:25.6722397+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.