POST api/candidateCentres/AddCandidateCentre

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestOfCreateCandidateExamCentreCommandRequest
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

globally unique identifier

None.

StateId

integer

None.

StatePostId

integer

None.

StatePostSubjectId

integer

None.

Entity

CreateCandidateExamCentreCommandRequest

None.

EntityState

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "42f37173-d04f-45df-80dd-8e9a945eaa53",
  "StateId": 1,
  "StatePostId": 2,
  "StatePostSubjectId": 3,
  "Entity": {
    "ExamCentreId": 1
  },
  "EntityState": 4
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.