POST api/relations/ReplaceRelationsByEntity
Replace Relations By Entity
Request Information
URI Parameters
None.
Body Parameters
WorkPoint365.WebAPI.Model.ReplaceRelationsByEntityParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| FromBusinessModuleId |
Gets or sets the from business module id. |
globally unique identifier |
None. |
| FromEntityId |
Gets or sets the from entity id. |
integer |
None. |
| ToBusinessModuleId |
Gets or sets the to business module id. |
globally unique identifier |
None. |
| ToEntityId |
Gets or sets the to entity id. |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromBusinessModuleId": "b11791fc-7f06-4d2a-ae1a-476e08d35768",
"FromEntityId": 2,
"ToBusinessModuleId": "9eb0de17-b9c0-4989-8c0d-67b6da970db7",
"ToEntityId": 4
}
application/xml, text/xml
Sample:
<ReplaceRelationsByEntityParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Model"> <FromBusinessModuleId>b11791fc-7f06-4d2a-ae1a-476e08d35768</FromBusinessModuleId> <FromEntityId>2</FromEntityId> <ToBusinessModuleId>9eb0de17-b9c0-4989-8c0d-67b6da970db7</ToBusinessModuleId> <ToEntityId>4</ToEntityId> </ReplaceRelationsByEntityParameter>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.