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

NameDescriptionTypeAdditional information
id

PurchasingRoleId

integer

Required

Body Parameters

None.

Response Information

Resource Description

The response returned after the operation completes.

ProgressionChainDataContract
NameDescriptionTypeAdditional 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.