POST api/WorkExperience
Request Information
URI Parameters
None.
Body Parameters
WorkExperienceDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| InnovID | integer |
None. |
|
| totalRelevantExpYear | integer |
None. |
|
| totalRelevantExpMonth | integer |
None. |
|
| CompanyName | string |
None. |
|
| DateOfJoining | string |
None. |
|
| LastWorkingDate | string |
None. |
|
| Designation | string |
None. |
|
| WorkExperienceDetailsID | integer |
None. |
|
| Role | string |
None. |
|
| ReasonforLeaving | string |
None. |
|
| LastCTC | integer |
None. |
|
| ProfessionalRefName | string |
None. |
|
| Contact | string |
None. |
|
| string |
None. |
||
| CandidateId | integer |
None. |
|
| TotalExpInYear | integer |
None. |
|
| TotalExpMonth | integer |
None. |
|
| CurrentlyEmployed | string |
None. |
|
| IsFresher | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"InnovID": 1,
"totalRelevantExpYear": 2,
"totalRelevantExpMonth": 3,
"CompanyName": "sample string 4",
"DateOfJoining": "sample string 5",
"LastWorkingDate": "sample string 6",
"Designation": "sample string 7",
"WorkExperienceDetailsID": 8,
"Role": "sample string 9",
"ReasonforLeaving": "sample string 10",
"LastCTC": 11,
"ProfessionalRefName": "sample string 12",
"Contact": "sample string 13",
"Email": "sample string 14",
"CandidateId": 15,
"TotalExpInYear": 16,
"TotalExpMonth": 17,
"CurrentlyEmployed": "sample string 18",
"IsFresher": true
}
application/xml, text/xml
Sample:
<WorkExperienceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <CandidateId>15</CandidateId> <CompanyName>sample string 4</CompanyName> <Contact>sample string 13</Contact> <CurrentlyEmployed>sample string 18</CurrentlyEmployed> <DateOfJoining>sample string 5</DateOfJoining> <Designation>sample string 7</Designation> <Email>sample string 14</Email> <InnovID>1</InnovID> <IsFresher>true</IsFresher> <LastCTC>11</LastCTC> <LastWorkingDate>sample string 6</LastWorkingDate> <ProfessionalRefName>sample string 12</ProfessionalRefName> <ReasonforLeaving>sample string 10</ReasonforLeaving> <Role>sample string 9</Role> <TotalExpInYear>16</TotalExpInYear> <TotalExpMonth>17</TotalExpMonth> <WorkExperienceDetailsID>8</WorkExperienceDetailsID> <totalRelevantExpMonth>3</totalRelevantExpMonth> <totalRelevantExpYear>2</totalRelevantExpYear> </WorkExperienceDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Status| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| Message | string |
None. |
|
| OTP | string |
None. |
|
| TokenID | string |
None. |
|
| InnovID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"Message": "sample string 2",
"OTP": "sample string 3",
"TokenID": "sample string 4",
"InnovID": 5
}
application/xml, text/xml
Sample:
<Status xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models"> <InnovID>5</InnovID> <Message>sample string 2</Message> <OTP>sample string 3</OTP> <TokenID>sample string 4</TokenID> <status>sample string 1</status> </Status>