PUT api/v1/hR_BusinessYear/{businessYearId}/businessYearId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| businessYearId | integer |
Required |
Body Parameters
HR_BusinessYearVM| Name | Description | Type | Additional information |
|---|---|---|---|
| businessYearId | integer |
None. |
|
| businessYearName | string |
None. |
|
| dateCreated | date |
None. |
|
| tenantId | integer |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"businessYearId": 1,
"businessYearName": "sample string 2",
"dateCreated": "2025-10-27T09:24:11.4522114-07:00",
"tenantId": 1,
"createdBy": 3
}
application/xml, text/xml
Sample:
<HR_BusinessYearVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <businessYearId>1</businessYearId> <businessYearName>sample string 2</businessYearName> <createdBy>3</createdBy> <dateCreated>2025-10-27T09:24:11.4522114-07:00</dateCreated> <tenantId>1</tenantId> </HR_BusinessYearVM>
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.