POST api/Inquiry/SubmitStudentInquery

Request Information

URI Parameters

None.

Body Parameters

StuqueryModel
NameDescriptionTypeAdditional information
branchName

string

None.

StudentName

string

None.

StudentMobNumber

string

None.

StudentEmailAddress

string

None.

technology

string

None.

Message

string

None.

PageUrl

string

None.

StudentyCollegeName

string

None.

CreatedDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "branchName": "sample string 1",
  "StudentName": "sample string 2",
  "StudentMobNumber": "sample string 3",
  "StudentEmailAddress": "sample string 4",
  "technology": "sample string 5",
  "Message": "sample string 6",
  "PageUrl": "sample string 7",
  "StudentyCollegeName": "sample string 8",
  "CreatedDateTime": "2024-11-15T07:47:24.8079095+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'StuqueryModel'.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1