PUT api/progressionchain/{id}/updatenode
Update a node in a progression chain Processes this progression chain API request. The parameter and response sections describe the data exchanged with the API.
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 |
The unique identifier of the related node resource. |
integer |
None. |
| Reference |
The reference value. |
string |
None. |
| EstateAgent |
The estate agent value. |
string |
None. |
| Solicitor |
The solicitor value. |
string |
None. |
| Notes |
The notes value. |
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
The response returned after the operation completes.
ProgressionChainDataContract| Name | Description | Type | Additional 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.