PUT api/progressionchain/{id}/deletenode
Add node to progression chain
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
Delete node data contract
DeleteChainNodeDataContractName | Description | Type | Additional information |
---|---|---|---|
NodeId | integer |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "NodeId": 1, "Id": 2 }
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: