POST api/v1/hR_BusinessYear
Request Information
URI Parameters
None.
Body Parameters
HR_BusinessYearVMName | 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": "2024-11-24T08:28:23.3787833-08: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>2024-11-24T08:28:23.3787833-08: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.