POST api/institute/search
Request Information
URI Parameters
None.
Body Parameters
InstituteSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | boolean |
None. |
|
| FK_InstituteTypeID | integer |
None. |
|
| FK_BoardID | integer |
None. |
|
| FK_StateID | integer |
None. |
|
| City | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"isActive": true,
"fK_InstituteTypeID": 1,
"fK_BoardID": 1,
"fK_StateID": 1,
"city": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.