PUT api/progressionchain/{id}/updatenode
Update a node in a progression chain
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
RootNodeId |
integer |
Required |
Body Parameters
Update node data contract
UpdateChainNodeDataContractName | Description | Type | Additional information |
---|---|---|---|
NodeId | integer |
None. |
|
Reference | string |
None. |
|
EstateAgent | string |
None. |
|
Solicitor | string |
None. |
|
Notes | string |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
application/json, text/json
Sample:
{ "NodeId": 1, "Reference": "sample string 2", "EstateAgent": "sample string 3", "Solicitor": "sample string 4", "Notes": "sample string 5" }
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: