POST api/insertMedicalExamination

Request Information

URI Parameters

None.

Body Parameters

InputMedicalExamination
NameDescriptionTypeAdditional information
SessionId

string

Required

Ref_R_requestId

string

Required

employeeIdentityType

integer

Required

employeeIdentityNo

integer

Required

employeeFirstName

string

Required

employeeFamilyName

string

Required

employeeGenderId

integer

Required

employeeNationalityId

integer

Required

employeeMobile

string

Required

employeeBirthDateM

string

Required

medical_Center_code

string

Required

medical_Center_name

string

Required

Final_Result_examination

integer

Required

certificateEndDate

string

Required

jobname

string

Required

employeeSecondName

string

None.

employeeThirdName

string

None.

StudentImage

string

None.

MedicalExaminationFiles

string

None.

jobcode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeSecondName": "sample string 1",
  "employeeThirdName": "sample string 2",
  "StudentImage": "sample string 3",
  "MedicalExaminationFiles": "sample string 4",
  "jobcode": "sample string 5",
  "SessionId": "sample string 1",
  "Ref_R_requestId": "sample string 2",
  "employeeIdentityType": 3,
  "employeeIdentityNo": 4,
  "employeeFirstName": "sample string 5",
  "employeeFamilyName": "sample string 6",
  "employeeGenderId": 7,
  "employeeNationalityId": 8,
  "employeeMobile": "sample string 9",
  "employeeBirthDateM": "sample string 10",
  "medical_Center_code": "sample string 11",
  "medical_Center_name": "sample string 12",
  "Final_Result_examination": 13,
  "certificateEndDate": "sample string 14",
  "jobname": "sample string 15"
}

application/xml, text/xml

Sample:
<InputMedicalExamination xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArkanApiWeb.Models">
  <Final_Result_examination>13</Final_Result_examination>
  <MedicalExaminationFiles>sample string 4</MedicalExaminationFiles>
  <Ref_R_requestId>sample string 2</Ref_R_requestId>
  <SessionId>sample string 1</SessionId>
  <StudentImage>sample string 3</StudentImage>
  <certificateEndDate>sample string 14</certificateEndDate>
  <employeeBirthDateM>sample string 10</employeeBirthDateM>
  <employeeFamilyName>sample string 6</employeeFamilyName>
  <employeeFirstName>sample string 5</employeeFirstName>
  <employeeGenderId>7</employeeGenderId>
  <employeeIdentityNo>4</employeeIdentityNo>
  <employeeIdentityType>3</employeeIdentityType>
  <employeeMobile>sample string 9</employeeMobile>
  <employeeNationalityId>8</employeeNationalityId>
  <employeeSecondName>sample string 1</employeeSecondName>
  <employeeThirdName>sample string 2</employeeThirdName>
  <jobcode>sample string 5</jobcode>
  <jobname>sample string 15</jobname>
  <medical_Center_code>sample string 11</medical_Center_code>
  <medical_Center_name>sample string 12</medical_Center_name>
</InputMedicalExamination>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.