POST api/institute/addupdate
Request Information
URI Parameters
None.
Body Parameters
AddEditInstituteModel| Name | Description | Type | Additional information |
|---|---|---|---|
| InstituteID | integer |
None. |
|
| ERPRegistrationID | integer |
None. |
|
| ERPRegistrationSystemID | globally unique identifier |
None. |
|
| InstituteName | string |
None. |
|
| ShortName | string |
None. |
|
| UDISECode | string |
None. |
|
| FK_BoardID | integer |
None. |
|
| AffiliationNumber | string |
None. |
|
| RegistrationNumber | string |
None. |
|
| PhoneNumber | string |
None. |
|
| AlternatePhone | string |
None. |
|
| WhatsappNo | string |
None. |
|
| string |
None. |
||
| Website | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| City | string |
None. |
|
| FK_StateID | integer |
None. |
|
| FK_CountryID | integer |
None. |
|
| Pincode | string |
None. |
|
| PrincipalName | string |
None. |
|
| PrincipalContact | string |
None. |
|
| EstablishedYear | integer |
None. |
|
| FK_InstituteTypeID | integer |
None. |
|
| Medium | string |
None. |
|
| Tagline | string |
None. |
|
| LogoPath | string |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"instituteID": 1,
"erpRegistrationID": 1,
"erpRegistrationSystemID": "e7d4087b-8583-4c05-8bc9-6aa230fda07e",
"instituteName": "sample string 1",
"shortName": "sample string 2",
"udiseCode": "sample string 3",
"fK_BoardID": 1,
"affiliationNumber": "sample string 4",
"registrationNumber": "sample string 5",
"phoneNumber": "sample string 6",
"alternatePhone": "sample string 7",
"whatsappNo": "sample string 8",
"email": "sample string 9",
"website": "sample string 10",
"addressLine1": "sample string 11",
"addressLine2": "sample string 12",
"city": "sample string 13",
"fK_StateID": 1,
"fK_CountryID": 1,
"pincode": "sample string 14",
"principalName": "sample string 15",
"principalContact": "sample string 16",
"establishedYear": 1,
"fK_InstituteTypeID": 1,
"medium": "sample string 17",
"tagline": "sample string 18",
"logoPath": "sample string 19",
"isActive": true,
"createdBy": 21,
"createdDate": "2026-06-18 02:14:18",
"modifiedBy": 1,
"modifiedDate": "2026-06-18 02:14:18"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.