POST api/EmployeePersonal
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| objDat | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"EMP_ID": 1,
"OLD_EMP_ID": 1,
"MODE_ID": 1,
"MODE_NAME": "sample string 1",
"FIRST_NAME": "sample string 2",
"LAST_NAME": "sample string 3",
"VINCI_ID": "sample string 4",
"CTRY_OF_BIRTH": 1,
"DATE_OF_BIRTH": "2025-12-12T18:05:53.5042585+03:00",
"NATIONALITY": 1,
"MARITAL_STATUS": 1,
"RELIGION": 1,
"GENDER": 1,
"DISABILITY": true,
"DISABILITY_FROM": "2025-12-12T18:05:53.5042585+03:00",
"CONTACT_CODE_PERSONAL": "sample string 5",
"CONTACT_NO_PERSONAL": "sample string 6",
"CONTACT_CODE_OFFICIAL": "sample string 7",
"CONTACT_NO_OFFICIAL": "sample string 8",
"EMAIL_PERSONAL": "sample string 9",
"EMAIL_OFFICIAL": "sample string 10",
"KIDS_COUNT": 1,
"PHOTO": "sample string 11",
"FLAT_NO": "sample string 12",
"BUILD_NO": "sample string 13",
"ROAD_NO": "sample string 14",
"BLOCK_NO": "sample string 15",
"AREA": "sample string 16",
"PO_BOX_NO": "sample string 17",
"CTRY_ID": 1,
"PREMISE_LEASE_ID": 1,
"PREMISE_LEASE_NAME": "sample string 18",
"RELIGION_NAME": "sample string 19",
"NATIONALITY_NAME": "sample string 20",
"ACC_STD_NAME": "sample string 21",
"CTRY_OF_BIRTH_NAME": "sample string 22",
"CTRY_NAME": "sample string 23",
"MARITAL_STATUS_NAME": "sample string 24",
"GENDER_NAME": "sample string 25",
"FILE_NO": 1,
"OLD_FILE_NO": 1,
"JOB_TITLE_NAME": "sample string 26",
"FLOOR_NO": "sample string 27",
"ROOM_NO": "sample string 28",
"RES_STATUS": "sample string 29",
"TITLE": "sample string 30",
"DISABILITY_DESCRIP": "sample string 31",
"WF_EMP_ID": 1,
"ACTION": "sample string 32",
"STATUS_ID": 1,
"STATUS_NAME": "sample string 33",
"APPROVER_ID": 1,
"APPROVER_COMMENTS": "sample string 34",
"APPROVER_STATUS_ID": 1,
"WORK_FLOW_ID": 1,
"APPROVER_TYPE": "sample string 35",
"APPROVER_IS_SUPER_POWER": true,
"PASSPORT_NO": "sample string 36",
"CPR_NO": "sample string 37",
"POS_APLED_FOR": "sample string 38",
"CV_DOC": "sample string 39",
"REQUESTER_FILE_NO": 40,
"REQUESTER_NAME": "sample string 41",
"IS_RE_ACTIVATE": true
}
application/xml, text/xml
Sample:
<EmployeePersonal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile"> <ACC_STD_NAME>sample string 21</ACC_STD_NAME> <ACTION>sample string 32</ACTION> <APPROVER_COMMENTS>sample string 34</APPROVER_COMMENTS> <APPROVER_ID>1</APPROVER_ID> <APPROVER_IS_SUPER_POWER>true</APPROVER_IS_SUPER_POWER> <APPROVER_STATUS_ID>1</APPROVER_STATUS_ID> <APPROVER_TYPE>sample string 35</APPROVER_TYPE> <AREA>sample string 16</AREA> <BLOCK_NO>sample string 15</BLOCK_NO> <BUILD_NO>sample string 13</BUILD_NO> <CONTACT_CODE_OFFICIAL>sample string 7</CONTACT_CODE_OFFICIAL> <CONTACT_CODE_PERSONAL>sample string 5</CONTACT_CODE_PERSONAL> <CONTACT_NO_OFFICIAL>sample string 8</CONTACT_NO_OFFICIAL> <CONTACT_NO_PERSONAL>sample string 6</CONTACT_NO_PERSONAL> <CPR_NO>sample string 37</CPR_NO> <CTRY_ID>1</CTRY_ID> <CTRY_NAME>sample string 23</CTRY_NAME> <CTRY_OF_BIRTH>1</CTRY_OF_BIRTH> <CTRY_OF_BIRTH_NAME>sample string 22</CTRY_OF_BIRTH_NAME> <CV_DOC>sample string 39</CV_DOC> <DATE_OF_BIRTH>2025-12-12T18:05:53.5042585+03:00</DATE_OF_BIRTH> <DISABILITY>true</DISABILITY> <DISABILITY_DESCRIP>sample string 31</DISABILITY_DESCRIP> <DISABILITY_FROM>2025-12-12T18:05:53.5042585+03:00</DISABILITY_FROM> <EMAIL_OFFICIAL>sample string 10</EMAIL_OFFICIAL> <EMAIL_PERSONAL>sample string 9</EMAIL_PERSONAL> <EMP_ID>1</EMP_ID> <FILE_NO>1</FILE_NO> <FIRST_NAME>sample string 2</FIRST_NAME> <FLAT_NO>sample string 12</FLAT_NO> <FLOOR_NO>sample string 27</FLOOR_NO> <GENDER>1</GENDER> <GENDER_NAME>sample string 25</GENDER_NAME> <IS_RE_ACTIVATE>true</IS_RE_ACTIVATE> <JOB_TITLE_NAME>sample string 26</JOB_TITLE_NAME> <KIDS_COUNT>1</KIDS_COUNT> <LAST_NAME>sample string 3</LAST_NAME> <MARITAL_STATUS>1</MARITAL_STATUS> <MARITAL_STATUS_NAME>sample string 24</MARITAL_STATUS_NAME> <MODE_ID>1</MODE_ID> <MODE_NAME>sample string 1</MODE_NAME> <NATIONALITY>1</NATIONALITY> <NATIONALITY_NAME>sample string 20</NATIONALITY_NAME> <OLD_EMP_ID>1</OLD_EMP_ID> <OLD_FILE_NO>1</OLD_FILE_NO> <PASSPORT_NO>sample string 36</PASSPORT_NO> <PHOTO>sample string 11</PHOTO> <POS_APLED_FOR>sample string 38</POS_APLED_FOR> <PO_BOX_NO>sample string 17</PO_BOX_NO> <PREMISE_LEASE_ID>1</PREMISE_LEASE_ID> <PREMISE_LEASE_NAME>sample string 18</PREMISE_LEASE_NAME> <RELIGION>1</RELIGION> <RELIGION_NAME>sample string 19</RELIGION_NAME> <REQUESTER_FILE_NO>40</REQUESTER_FILE_NO> <REQUESTER_NAME>sample string 41</REQUESTER_NAME> <RES_STATUS>sample string 29</RES_STATUS> <ROAD_NO>sample string 14</ROAD_NO> <ROOM_NO>sample string 28</ROOM_NO> <STATUS_ID>1</STATUS_ID> <STATUS_NAME>sample string 33</STATUS_NAME> <TITLE>sample string 30</TITLE> <VINCI_ID>sample string 4</VINCI_ID> <WF_EMP_ID>1</WF_EMP_ID> <WORK_FLOW_ID>1</WORK_FLOW_ID> </EmployeePersonal>
application/x-www-form-urlencoded
Sample: