GET api/progressionchain/{id}
Get the progression chain for purchasing role
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Purchasing Role Id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.External.Api.Role.Query.Get.Progression.ChainDataContractName | Description | Type | Additional information |
---|---|---|---|
ChainItems | Collection of Dezrez.Core.DataContracts.External.Api.Role.Query.Get.Progression.ChainItemDataContract |
None. |
|
Id | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "ChainItems": [ { "Notes": "sample string 1", "EstateAgent": "sample string 2", "Solicitor": "sample string 3", "Reference": "sample string 4", "Up": [ 1, 2 ], "Down": [ 1, 2 ], "Id": 5 }, { "Notes": "sample string 1", "EstateAgent": "sample string 2", "Solicitor": "sample string 3", "Reference": "sample string 4", "Up": [ 1, 2 ], "Down": [ 1, 2 ], "Id": 5 } ], "Id": 1 }