PUT api/v1/hR_EmployementType/{employementTypeId}/employementTypeId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employementTypeId | integer |
Required |
Body Parameters
HR_EmployementTypeVMName | Description | Type | Additional information |
---|---|---|---|
employmentTypeId | integer |
None. |
|
employmentTypeName | string |
None. |
|
dateCreated | date |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "employmentTypeId": 1, "employmentTypeName": "sample string 2", "dateCreated": "2024-11-24T09:05:00.8449892-08:00", "tenantId": 1, "createdBy": 3 }
application/xml, text/xml
Sample:
<HR_EmployementTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <dateCreated>2024-11-24T09:05:00.8449892-08:00</dateCreated> <employmentTypeId>1</employmentTypeId> <employmentTypeName>sample string 2</employmentTypeName> <tenantId>1</tenantId> </HR_EmployementTypeVM>
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.