PUT api/progressionchain/{id}/deletenode

Add node to progression chain Processes this progression chain API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the requested resource.

integer

Required

Body Parameters

Delete node data contract

DeleteChainNodeDataContract
NameDescriptionTypeAdditional information
NodeId

The unique identifier of the related node resource.

integer

None.

Id

The unique identifier of this resource.

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

The response returned after the operation completes.

ProgressionChainDataContract
NameDescriptionTypeAdditional information
Nodes

The collection of nodes.

Collection of ChainItemDataContract

None.

Links

The collection of links.

Collection of ChainLinkDataContract

None.

Property

The property value.

PropertyDataContract

None.

Id

The unique identifier of this resource.

integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.