PUT api/Relationships/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
RelationshipName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
RELATION_NAME | string |
None. |
|
OLD | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "RELATION_NAME": "sample string 2", "OLD": 1 }
application/octet-stream
Sample:
{"ID":1,"RELATION_NAME":"sample string 2","OLD":1}
application/xml, text/xml
Sample:
<Relationship xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <RELATION_NAME>sample string 2</RELATION_NAME> <OLD>1</OLD> </Relationship>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.