POST api/Msgcomp/techname
Request Information
URI Parameters
None.
Body Parameters
sa_msgtoteacherName | Description | Type | Additional information |
---|---|---|---|
id | integer |
None. |
|
teacher | string |
None. |
|
COMP_ID | integer |
None. |
|
content | string |
None. |
|
dates | date |
None. |
|
animg | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "teacher": "sample string 2", "COMP_ID": 1, "content": "sample string 3", "dates": "2024-11-21T15:03:15.4303903+05:30", "animg": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.