PUT api/v1/hR_DocumentType/{documentTypeId}/documentTypeId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
documentTypeId | integer |
Required |
Body Parameters
HR_DocumentTypeVMName | Description | Type | Additional information |
---|---|---|---|
documentTypeId | integer |
None. |
|
documentTypeName | string |
None. |
|
tenantId | integer |
None. |
|
createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "documentTypeId": 1, "documentTypeName": "sample string 2", "tenantId": 1, "createdBy": 3 }
application/xml, text/xml
Sample:
<HR_DocumentTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>3</createdBy> <documentTypeId>1</documentTypeId> <documentTypeName>sample string 2</documentTypeName> <tenantId>1</tenantId> </HR_DocumentTypeVM>
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.