POST api/Msgcomp/techmsgin

Request Information

URI Parameters

None.

Body Parameters

sa_msgtoteacher
NameDescriptionTypeAdditional 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-09-18T18:01:05.1538204+05:30",
  "animg": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.