Portfolio Custom Elements

The following operations are available for this resource.

Http Verb Operation
Get ReferenceData/PortfolioCustomElements/{id}?filter={filter}&maintenanceMode={maintenanceMode} Get the details of a portfolio custom element by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).
GET Method: Get, URL: ReferenceData/PortfolioCustomElements/{id}?filter={filter}&maintenanceMode={maintenanceMode} Test

Get the details of a portfolio custom element by id. To get the resource only if the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP).

GetAll ReferenceData/PortfolioCustomElements?filter={filter}&maintenanceMode={maintenanceMode} Get all portfolio custom elements. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.
GET Method: GetAll, URL: ReferenceData/PortfolioCustomElements?filter={filter}&maintenanceMode={maintenanceMode} Test

Get all portfolio custom elements. To get only the resoures for which the user has write/edit access, pass filter="writeonly". To get the resources in maintenance mode(ignore Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). For filtering on specific property value, pass the property name with value as query parameter. If the property is another non primitive object, pass PropertyName.Id and its value as query parameter.

GetSummaries ReferenceData/PortfolioCustomElements/Summary Get a summary representation of all portfolio custom elements.
GET Method: GetSummaries, URL: ReferenceData/PortfolioCustomElements/Summary Test

Get a summary representation of all portfolio custom elements.

Create ReferenceData/PortfolioCustomElements Create a new portfolio custom element.
POST Method: Create, URL: ReferenceData/PortfolioCustomElements Test

Create a new portfolio custom element.

Update ReferenceData/PortfolioCustomElements/{id} Update an existing portfolio custom element.
PUT Method: Update, URL: ReferenceData/PortfolioCustomElements/{id} Test

Update an existing portfolio custom element.

Delete ReferenceData/PortfolioCustomElements/{id} Delete an existing portfolio custom element.
DELETE Method: Delete, URL: ReferenceData/PortfolioCustomElements/{id} Test

Delete an existing portfolio custom element.