POST api/ExamCenter/AddExamCenter

Request Information

URI Parameters

None.

Body Parameters

ExamCenter
NameDescriptionTypeAdditional information
Id

integer

None.

CenterCode

integer

None.

CenterName

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CenterCode": 2,
  "CenterName": 3
}

application/octet-stream

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

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExamCenter'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/octet-stream

Sample:

Sample not available.