POST api/centres/AddCentreExam

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestOfCentreExamEntity
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

globally unique identifier

None.

StateId

integer

None.

StatePostId

integer

None.

StatePostSubjectId

integer

None.

Entity

CentreExamEntity

None.

EntityState

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "cf34eb0f-89d6-4aa7-9cf3-ae3a8320855f",
  "StateId": 1,
  "StatePostId": 2,
  "StatePostSubjectId": 3,
  "Entity": {
    "Id": 1,
    "CentreId": 2,
    "StateRecruitmentPostId": 3,
    "StateRecruitmentPostSubjectId": 4,
    "StartDate": "2024-10-19T23:04:10.0313571+05:30",
    "StartTime": "sample string 6",
    "EndDate": "2024-10-19T23:04:10.0313571+05:30",
    "EndTime": "sample string 8",
    "TotalComputer": 9,
    "MaxCandidate": 10,
    "ShiftCode": "sample string 11",
    "GateEntryTime": "sample string 12",
    "Status": 13,
    "CreatedOn": "2024-10-19T23:04:10.0313571+05:30",
    "CreatedBy": "sample string 14",
    "ModifiedOn": "2024-10-19T23:04:10.0313571+05:30",
    "ModifiedBy": "sample string 15",
    "EntityState": 16
  },
  "EntityState": 4
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.