PUT api/v1/hR_SalaryItemType/{salaryItemTypeId}/salaryItemTypeId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
salaryItemTypeId

integer

Required

Body Parameters

HR_SalaryItemTypeVM
NameDescriptionTypeAdditional information
salaryItemTypeId

integer

None.

salaryItemTypeName

string

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "salaryItemTypeId": 1,
  "salaryItemTypeName": "sample string 2",
  "dateCreated": "2024-09-19T10:56:44.5705274-07:00",
  "tenantId": 1,
  "createdBy": 1
}

application/xml, text/xml

Sample:
<HR_SalaryItemTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T10:56:44.5705274-07:00</dateCreated>
  <salaryItemTypeId>1</salaryItemTypeId>
  <salaryItemTypeName>sample string 2</salaryItemTypeName>
  <tenantId>1</tenantId>
</HR_SalaryItemTypeVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.