POST api/v1/hR_Title
Request Information
URI Parameters
None.
Body Parameters
HR_TitleVMName | Description | Type | Additional information |
---|---|---|---|
titleId | integer |
None. |
|
titleName | string |
None. |
|
createdBy | integer |
None. |
|
tenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "titleId": 1, "titleName": "sample string 2", "createdBy": 3, "tenantId": 4 }
application/xml, text/xml
Sample:
<HR_TitleVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <tenantId>4</tenantId> <titleId>1</titleId> <titleName>sample string 2</titleName> </HR_TitleVM>
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.