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