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