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
DeleteChainNodeDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| NodeId | integer |
None. |
|
| Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"NodeId": 1,
"Id": 2
}
Response Information
Resource Description
ProgressionChainDataContract| Name | 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:
Sample not available.
text/json
Sample:
Sample not available.