POST api/SainikSchemes/SaveEmployeeRegistrationformDetails
Request Information
URI Parameters
None.
Body Parameters
EmployeeRegistrationFormModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpNo | string |
None. |
|
| Rank_Name | string |
None. |
|
| Name | string |
None. |
|
| SR_Corps | string |
None. |
|
| SR_IdCardNo | string |
None. |
|
| Trade | string |
None. |
|
| EduQualification | string |
None. |
|
| Empheight | decimal number |
None. |
|
| EmpWeight | decimal number |
None. |
|
| EmpChest | decimal number |
None. |
|
| PlaceofEnrollment | string |
None. |
|
| PlaceofBirth | string |
None. |
|
| MedicalCategory | string |
None. |
|
| SR_Caste | string |
None. |
|
| language1 | string |
None. |
|
| language2 | string |
None. |
|
| jobpreferred | string |
None. |
|
| SalaryExpected | string |
None. |
|
| WillingToWork | string |
None. |
|
| PresentAddress | string |
None. |
|
| SR_Mobile | integer |
None. |
|
| SR_Email | string |
None. |
|
| Date | date |
None. |
|
| ESMSignature | string |
None. |
|
| ServiceNo | string |
None. |
|
| ESMSignaturePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmpNo": "sample string 1",
"Rank_Name": "sample string 2",
"Name": "sample string 3",
"SR_Corps": "sample string 4",
"SR_IdCardNo": "sample string 5",
"Trade": "sample string 6",
"EduQualification": "sample string 7",
"Empheight": 1.0,
"EmpWeight": 1.0,
"EmpChest": 1.0,
"PlaceofEnrollment": "sample string 8",
"PlaceofBirth": "sample string 9",
"MedicalCategory": "sample string 10",
"SR_Caste": "sample string 11",
"language1": "sample string 12",
"language2": "sample string 13",
"jobpreferred": "sample string 14",
"SalaryExpected": "sample string 15",
"WillingToWork": "sample string 16",
"PresentAddress": "sample string 17",
"SR_Mobile": 1,
"SR_Email": "sample string 18",
"Date": "2025-12-06T17:41:41.5770925+05:30",
"ESMSignature": "sample string 19",
"ServiceNo": "sample string 20",
"ESMSignaturePath": "sample string 21"
}
application/xml, text/xml
Sample:
<EmployeeRegistrationFormModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <Date>2025-12-06T17:41:41.5770925+05:30</Date> <ESMSignature>sample string 19</ESMSignature> <ESMSignaturePath>sample string 21</ESMSignaturePath> <EduQualification>sample string 7</EduQualification> <EmpChest>1</EmpChest> <EmpNo>sample string 1</EmpNo> <EmpWeight>1</EmpWeight> <Empheight>1</Empheight> <MedicalCategory>sample string 10</MedicalCategory> <Name>sample string 3</Name> <PlaceofBirth>sample string 9</PlaceofBirth> <PlaceofEnrollment>sample string 8</PlaceofEnrollment> <PresentAddress>sample string 17</PresentAddress> <Rank_Name>sample string 2</Rank_Name> <SR_Caste>sample string 11</SR_Caste> <SR_Corps>sample string 4</SR_Corps> <SR_Email>sample string 18</SR_Email> <SR_IdCardNo>sample string 5</SR_IdCardNo> <SR_Mobile>1</SR_Mobile> <SalaryExpected>sample string 15</SalaryExpected> <ServiceNo>sample string 20</ServiceNo> <Trade>sample string 6</Trade> <WillingToWork>sample string 16</WillingToWork> <jobpreferred>sample string 14</jobpreferred> <language1>sample string 12</language1> <language2>sample string 13</language2> </EmployeeRegistrationFormModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.