PUT api/v1/hR_JobOfferLetter/{jobOfferLetterId}/jobOfferLetterId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
jobOfferLetterId | integer |
Required |
Body Parameters
HR_JobOfferLetterVMName | Description | Type | Additional information |
---|---|---|---|
jobOfferLetterId | integer |
None. |
|
name | string |
None. |
|
jobRecruitmentId | integer |
None. |
|
employeeTypeId | integer |
None. |
|
departmentId | integer |
None. |
|
jobPositionId | integer |
None. |
|
employmentTypeId | integer |
None. |
|
jobRequisitionId | integer |
None. |
|
contractHoursId | integer |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
|
startDate | date |
None. |
|
referenceNumber | string |
None. |
|
employmentTypeName | string |
None. |
|
contractHoursName | string |
None. |
|
departmentName | string |
None. |
|
employeeTypeName | string |
None. |
|
jobPositionName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "jobOfferLetterId": 1, "name": "sample string 2", "jobRecruitmentId": 3, "employeeTypeId": 1, "departmentId": 1, "jobPositionId": 1, "employmentTypeId": 1, "jobRequisitionId": 1, "contractHoursId": 1, "dateCreated": "2024-11-24T09:04:38.1729859-08:00", "tenantId": 1, "createdBy": 1, "startDate": "2024-11-24T09:04:38.1729859-08:00", "referenceNumber": "sample string 4", "employmentTypeName": "sample string 5", "contractHoursName": "sample string 6", "departmentName": "sample string 7", "employeeTypeName": "sample string 8", "jobPositionName": "sample string 9" }
application/xml, text/xml
Sample:
<HR_JobOfferLetterVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <contractHoursId>1</contractHoursId> <contractHoursName>sample string 6</contractHoursName> <createdBy>1</createdBy> <dateCreated>2024-11-24T09:04:38.1729859-08:00</dateCreated> <departmentId>1</departmentId> <departmentName>sample string 7</departmentName> <employeeTypeId>1</employeeTypeId> <employeeTypeName>sample string 8</employeeTypeName> <employmentTypeId>1</employmentTypeId> <employmentTypeName>sample string 5</employmentTypeName> <jobOfferLetterId>1</jobOfferLetterId> <jobPositionId>1</jobPositionId> <jobPositionName>sample string 9</jobPositionName> <jobRecruitmentId>3</jobRecruitmentId> <jobRequisitionId>1</jobRequisitionId> <name>sample string 2</name> <referenceNumber>sample string 4</referenceNumber> <startDate>2024-11-24T09:04:38.1729859-08:00</startDate> <tenantId>1</tenantId> </HR_JobOfferLetterVM>
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.