POST api/Inquiry/SubmitStudentInquery
Request Information
URI Parameters
None.
Body Parameters
StuqueryModelName | Description | Type | Additional 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:
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1