# PortfolioAddItemRequest
## Properties
**item** | **String** | The item to add to the portfolio. |
**insert_before** | Option<**String**> | An id of an item in this portfolio. The new item will be added before the one specified here. `insert_before` and `insert_after` parameters cannot both be specified. | [optional]
**insert_after** | Option<**String**> | An id of an item in this portfolio. The new item will be added after the one specified here. `insert_before` and `insert_after` parameters cannot both be specified. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)