POST api/Employee/SaveEmployeeDetails
Request Information
URI Parameters
None.
Body Parameters
Collection of ScribeRyteEmployeeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Employee_ID | integer |
None. |
|
| Employee_FullName | string |
None. |
|
| Employee_Gender | integer |
None. |
|
| Employee_DesignationID | integer |
None. |
|
| Employee_ReportingManagerID | integer |
None. |
|
| Employee_DepartmentID | integer |
None. |
|
| Employee_WorkLocationID | integer |
None. |
|
| Employee_BloodGroupId | integer |
None. |
|
| Employee_EmergencyContatDetailsID | integer |
None. |
|
| Employee_OfficeInternalEmail | string |
None. |
|
| Employee_OfficeExternalEmail | string |
None. |
|
| Employee_DateOfJoining | date |
None. |
|
| Employee_Code | integer |
None. |
|
| Employee_ApplicantID | integer |
None. |
|
| Employee_DateOfSeparation | date |
None. |
|
| Employee_IsActive | boolean |
None. |
|
| Employee_SubDepartmentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"employee_ID": 1,
"employee_FullName": "sample string 2",
"employee_Gender": 3,
"employee_DesignationID": 4,
"employee_ReportingManagerID": 5,
"employee_DepartmentID": 6,
"employee_WorkLocationID": 7,
"employee_BloodGroupId": 8,
"employee_EmergencyContatDetailsID": 9,
"employee_OfficeInternalEmail": "sample string 10",
"employee_OfficeExternalEmail": "sample string 11",
"employee_DateOfJoining": "2025-12-12T17:23:28.961553+05:30",
"employee_Code": 13,
"employee_ApplicantID": 14,
"employee_DateOfSeparation": "2025-12-12T17:23:28.961553+05:30",
"employee_IsActive": true,
"employee_SubDepartmentID": 17
},
{
"employee_ID": 1,
"employee_FullName": "sample string 2",
"employee_Gender": 3,
"employee_DesignationID": 4,
"employee_ReportingManagerID": 5,
"employee_DepartmentID": 6,
"employee_WorkLocationID": 7,
"employee_BloodGroupId": 8,
"employee_EmergencyContatDetailsID": 9,
"employee_OfficeInternalEmail": "sample string 10",
"employee_OfficeExternalEmail": "sample string 11",
"employee_DateOfJoining": "2025-12-12T17:23:28.961553+05:30",
"employee_Code": 13,
"employee_ApplicantID": 14,
"employee_DateOfSeparation": "2025-12-12T17:23:28.961553+05:30",
"employee_IsActive": true,
"employee_SubDepartmentID": 17
}
]
application/xml, text/xml
Sample:
<ArrayOfScribeRyteEmployeeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
<ScribeRyteEmployeeDTO>
<Employee_ApplicantID>14</Employee_ApplicantID>
<Employee_BloodGroupId>8</Employee_BloodGroupId>
<Employee_Code>13</Employee_Code>
<Employee_DateOfJoining>2025-12-12T17:23:28.961553+05:30</Employee_DateOfJoining>
<Employee_DateOfSeparation>2025-12-12T17:23:28.961553+05:30</Employee_DateOfSeparation>
<Employee_DepartmentID>6</Employee_DepartmentID>
<Employee_DesignationID>4</Employee_DesignationID>
<Employee_EmergencyContatDetailsID>9</Employee_EmergencyContatDetailsID>
<Employee_FullName>sample string 2</Employee_FullName>
<Employee_Gender>3</Employee_Gender>
<Employee_ID>1</Employee_ID>
<Employee_IsActive>true</Employee_IsActive>
<Employee_OfficeExternalEmail>sample string 11</Employee_OfficeExternalEmail>
<Employee_OfficeInternalEmail>sample string 10</Employee_OfficeInternalEmail>
<Employee_ReportingManagerID>5</Employee_ReportingManagerID>
<Employee_SubDepartmentID>17</Employee_SubDepartmentID>
<Employee_WorkLocationID>7</Employee_WorkLocationID>
</ScribeRyteEmployeeDTO>
<ScribeRyteEmployeeDTO>
<Employee_ApplicantID>14</Employee_ApplicantID>
<Employee_BloodGroupId>8</Employee_BloodGroupId>
<Employee_Code>13</Employee_Code>
<Employee_DateOfJoining>2025-12-12T17:23:28.961553+05:30</Employee_DateOfJoining>
<Employee_DateOfSeparation>2025-12-12T17:23:28.961553+05:30</Employee_DateOfSeparation>
<Employee_DepartmentID>6</Employee_DepartmentID>
<Employee_DesignationID>4</Employee_DesignationID>
<Employee_EmergencyContatDetailsID>9</Employee_EmergencyContatDetailsID>
<Employee_FullName>sample string 2</Employee_FullName>
<Employee_Gender>3</Employee_Gender>
<Employee_ID>1</Employee_ID>
<Employee_IsActive>true</Employee_IsActive>
<Employee_OfficeExternalEmail>sample string 11</Employee_OfficeExternalEmail>
<Employee_OfficeInternalEmail>sample string 10</Employee_OfficeInternalEmail>
<Employee_ReportingManagerID>5</Employee_ReportingManagerID>
<Employee_SubDepartmentID>17</Employee_SubDepartmentID>
<Employee_WorkLocationID>7</Employee_WorkLocationID>
</ScribeRyteEmployeeDTO>
</ArrayOfScribeRyteEmployeeDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.