GET api/ExamCenter/GetAllExamCenter

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ExamCenter
NameDescriptionTypeAdditional information
Id

integer

None.

CenterCode

integer

None.

CenterName

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Id": 1,
    "CenterCode": 2,
    "CenterName": 3
  },
  {
    "$ref": "1"
  }
]

application/octet-stream

Sample:
[{"$id":"1","Id":1,"CenterCode":2,"CenterName":3},{"$ref":"1"}]