POST api/administrator/AddQualification
Request Information
URI Parameters
None.
Body Parameters
ServiceRequestOfListOfGetStatePostSubjectQueryResponseName | Description | Type | Additional 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": "c4e2e847-4d8d-47b4-9777-40bcfcee5605", "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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.