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
UpdateChainNodeDataContract| Name | 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:
Sample not available.
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
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.