POST api/progressionchain/{id}/createchain
Create chain for sales progression role 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 |
PurchasingRoleId |
integer |
Required |
Body Parameters
None.
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.