GET api/ExamCenter/GetExamCenterByid/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ExamCenterName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
CenterCode | integer |
None. |
|
CenterName | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "CenterCode": 2, "CenterName": 3 }
application/octet-stream
Sample:
{"$id":"1","Id":1,"CenterCode":2,"CenterName":3}