POST api/centres/CenterExam

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestOfCentreExamByCentreCommandRequest
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

globally unique identifier

None.

StateId

integer

None.

StatePostId

integer

None.

StatePostSubjectId

integer

None.

Entity

CentreExamByCentreCommandRequest

None.

EntityState

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "80c60bdf-e83b-489e-9b76-5057f200c5f4",
  "StateId": 1,
  "StatePostId": 2,
  "StatePostSubjectId": 3,
  "Entity": {
    "CentreId": 1
  },
  "EntityState": 4
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.