GET api/Custom/GetSchoolName?schoolId={schoolId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
schoolId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LkpSchoolInfoName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
SchoolName | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "SchoolName": "sample string 2" }