POST api/administrator/AddQualification

Request Information

URI Parameters

None.

Body Parameters

ServiceRequestOfListOfGetStatePostSubjectQueryResponse
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

globally unique identifier

None.

StateId

integer

None.

StatePostId

integer

None.

StatePostSubjectId

integer

None.

Entity

Collection of GetStatePostSubjectQueryResponse

None.

EntityState

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "UserId": "2e28cc77-2728-4358-97ea-815af935292b",
  "StateId": 1,
  "StatePostId": 2,
  "StatePostSubjectId": 3,
  "Entity": [
    {
      "Id": 1,
      "StateRecruitmentPostId": 2,
      "StateRecruitmentPostSubjectId": 1,
      "QualificationTypeCode": "sample string 3",
      "Name": "sample string 4",
      "Note": "sample string 5",
      "MinPercentage": 6.0,
      "IsCorrespondenceValid": true,
      "ParentId": 1,
      "Points": {
        "StatePostSubjectQualificationId": 1,
        "Id": 2,
        "LessThanFifty": 3,
        "GreaterThanFiftyAndLessThanSixty": 4,
        "GreaterThanSixty": 5,
        "MinExperience": 6,
        "MaxExperience": 7,
        "NonDavMinExperience": 8,
        "NonDavMaxExperience": 9,
        "Correspondence": 10,
        "Status": 11,
        "CreatedBy": "sample string 12",
        "ModifiedBy": "sample string 13"
      },
      "Childs": [],
      "Status": 8,
      "CreatedBy": "sample string 9",
      "ModifiedBy": "sample string 10"
    },
    {
      "Id": 1,
      "StateRecruitmentPostId": 2,
      "StateRecruitmentPostSubjectId": 1,
      "QualificationTypeCode": "sample string 3",
      "Name": "sample string 4",
      "Note": "sample string 5",
      "MinPercentage": 6.0,
      "IsCorrespondenceValid": true,
      "ParentId": 1,
      "Points": {
        "StatePostSubjectQualificationId": 1,
        "Id": 2,
        "LessThanFifty": 3,
        "GreaterThanFiftyAndLessThanSixty": 4,
        "GreaterThanSixty": 5,
        "MinExperience": 6,
        "MaxExperience": 7,
        "NonDavMinExperience": 8,
        "NonDavMaxExperience": 9,
        "Correspondence": 10,
        "Status": 11,
        "CreatedBy": "sample string 12",
        "ModifiedBy": "sample string 13"
      },
      "Childs": [],
      "Status": 8,
      "CreatedBy": "sample string 9",
      "ModifiedBy": "sample string 10"
    }
  ],
  "EntityState": 4
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.