POST api/progressionchain/{id}/addchainlink
Add node to progression chain
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
The chain link information
AddChainLinkDataContractName | Description | Type | Additional information |
---|---|---|---|
Source | integer |
None. |
|
Target | integer |
None. |
|
Circular | boolean |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "Source": 1, "Target": 2, "Circular": true, "Id": 4 }
Response Information
Resource Description
ProgressionChainDataContractName | Description | Type | Additional information |
---|---|---|---|
Nodes | Collection of ChainItemDataContract |
None. |
|
Links | Collection of ChainLinkDataContract |
None. |
|
Property | PropertyDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json
Sample:
text/json
Sample: