PUT api/progressionchain/{id}/deletenode

Add node to progression chain

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

Delete node data contract

DeleteChainNodeDataContract
NameDescriptionTypeAdditional information
NodeId

integer

None.

Id

integer

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeleteChainNodeDataContract'.

application/json, text/json

Sample:
{
  "NodeId": 1,
  "Id": 2
}

Response Information

Resource Description

ProgressionChainDataContract
NameDescriptionTypeAdditional information
Nodes

Collection of ChainItemDataContract

None.

Links

Collection of ChainLinkDataContract

None.

Property

PropertyDataContract

None.

Id

integer

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'Property.Certificates[0].Documents[0].Attachments'.

text/json

Sample:

An exception has occurred while using the formatter 'SanitizingJsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'Dezrez.Core.DataContracts.External.Api.Media.DocumentDataContract'. Path 'Property.Certificates[0].Documents[0].Attachments'.