POST api/LMSMaster/SavemstEmployee
Request Information
URI Parameters
None.
Body Parameters
EmployeeData| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadEmployeeID | integer |
None. |
|
| EmployeeID | integer |
None. |
|
| UserID | integer |
None. |
|
| EmployeeName | string |
None. |
|
| FatherName | string |
None. |
|
| Address_Postal | string |
None. |
|
| Address_Route | string |
None. |
|
| MobileNumber | string |
None. |
|
| string |
None. |
||
| DOB | date |
None. |
|
| DOE | date |
None. |
|
| SpouseName | string |
None. |
|
| VerticalID | integer |
None. |
|
| Guarantor_Name | string |
None. |
|
| Guarantor_Address | string |
None. |
|
| Guarantor_Mobile | string |
None. |
|
| DOJ | date |
None. |
|
| DesignationID | integer |
None. |
|
| Current_StatusID | integer |
None. |
|
| Qualification | string |
None. |
|
| Old_Experience | string |
None. |
|
| Exp_In_Suvidha | string |
None. |
|
| Notes | string |
None. |
|
| Salary_Basic | decimal number |
None. |
|
| Salary_Days | decimal number |
None. |
|
| PerDay_Renum | decimal number |
None. |
|
| Fare | decimal number |
None. |
|
| Filed_Allowance | decimal number |
None. |
|
| ODI_Prcntg | decimal number |
None. |
|
| Slab_Amount | decimal number |
None. |
|
| Work1_Prcntg | decimal number |
None. |
|
| Work2_Prcntg | decimal number |
None. |
|
| PI_Difference | decimal number |
None. |
|
| RS_Per_Pronote | decimal number |
None. |
|
| IsActive | integer |
None. |
|
| CategoryID | integer |
None. |
|
| EmployeeType | integer |
None. |
|
| ImageUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LeadEmployeeID": 1,
"EmployeeID": 1,
"UserID": 1,
"EmployeeName": "sample string 1",
"FatherName": "sample string 2",
"Address_Postal": "sample string 3",
"Address_Route": "sample string 4",
"MobileNumber": "sample string 5",
"Email": "sample string 6",
"DOB": "2025-12-12T02:26:47.5671894+05:30",
"DOE": "2025-12-12T02:26:47.5671894+05:30",
"SpouseName": "sample string 9",
"VerticalID": 10,
"Guarantor_Name": "sample string 11",
"Guarantor_Address": "sample string 12",
"Guarantor_Mobile": "sample string 13",
"DOJ": "2025-12-12T02:26:47.5671894+05:30",
"DesignationID": 15,
"Current_StatusID": 16,
"Qualification": "sample string 17",
"Old_Experience": "sample string 18",
"Exp_In_Suvidha": "sample string 19",
"Notes": "sample string 20",
"Salary_Basic": 21.0,
"Salary_Days": 22.0,
"PerDay_Renum": 23.0,
"Fare": 24.0,
"Filed_Allowance": 25.0,
"ODI_Prcntg": 26.0,
"Slab_Amount": 27.0,
"Work1_Prcntg": 28.0,
"Work2_Prcntg": 29.0,
"PI_Difference": 30.0,
"RS_Per_Pronote": 31.0,
"IsActive": 32,
"CategoryID": 33,
"EmployeeType": 34,
"ImageUrl": "sample string 35"
}
application/xml, text/xml
Sample:
<EmployeeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject"> <Address_Postal>sample string 3</Address_Postal> <Address_Route>sample string 4</Address_Route> <CategoryID>33</CategoryID> <Current_StatusID>16</Current_StatusID> <DOB>2025-12-12T02:26:47.5671894+05:30</DOB> <DOE>2025-12-12T02:26:47.5671894+05:30</DOE> <DOJ>2025-12-12T02:26:47.5671894+05:30</DOJ> <DesignationID>15</DesignationID> <Email>sample string 6</Email> <EmployeeID>1</EmployeeID> <EmployeeName>sample string 1</EmployeeName> <EmployeeType>34</EmployeeType> <Exp_In_Suvidha>sample string 19</Exp_In_Suvidha> <Fare>24</Fare> <FatherName>sample string 2</FatherName> <Filed_Allowance>25</Filed_Allowance> <Guarantor_Address>sample string 12</Guarantor_Address> <Guarantor_Mobile>sample string 13</Guarantor_Mobile> <Guarantor_Name>sample string 11</Guarantor_Name> <ImageUrl>sample string 35</ImageUrl> <IsActive>32</IsActive> <LeadEmployeeID>1</LeadEmployeeID> <MobileNumber>sample string 5</MobileNumber> <Notes>sample string 20</Notes> <ODI_Prcntg>26</ODI_Prcntg> <Old_Experience>sample string 18</Old_Experience> <PI_Difference>30</PI_Difference> <PerDay_Renum>23</PerDay_Renum> <Qualification>sample string 17</Qualification> <RS_Per_Pronote>31</RS_Per_Pronote> <Salary_Basic>21</Salary_Basic> <Salary_Days>22</Salary_Days> <Slab_Amount>27</Slab_Amount> <SpouseName>sample string 9</SpouseName> <UserID>1</UserID> <VerticalID>10</VerticalID> <Work1_Prcntg>28</Work1_Prcntg> <Work2_Prcntg>29</Work2_Prcntg> </EmployeeData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |