Skip to main content

Create a new asset contribution

POST 

/asset-contributions

Create a new asset contribution for the authenticated user

Request

Body

required

    accountIduuidrequired

    ID of the account making the contribution

    assetIduuidrequired

    ID of the asset being contributed

    assetTransferMethodIduuidrequired

    ID of the transfer method to use

    acquisitionOndate-timerequired

    Date and time of acquisition

    costBasisstringrequired

    Cost basis of the contribution

    Example: 1000.00
    currencyTypestringrequired

    Currency type for the cost basis

    Example: USD
    unitCountstringrequired

    Number of units being contributed

    Example: 1.5
    unitCountExpectedstringrequired

    Expected number of units to be contributed

    Example: 1.5

Responses

Asset contribution created successfully

Schema

    iduuid
    accountIduuid

    ID of the account making the contribution

    assetIduuid

    ID of the asset being contributed

    assetTransferMethodIduuid

    ID of the transfer method used for the contribution

    acquisitionOndate-time

    Date and time when the asset was acquired

    costBasisstring

    Cost basis of the contribution

    Example: 1000.00
    currencyTypestring

    Type of currency used for the cost basis

    Possible values: <= 50 characters

    Example: USD
    unitCountstring

    Number of units contributed

    Example: 1.5
    unitCountExpectedstring

    Expected number of units to be contributed

    Example: 1.5
    createdAtdate-time
    updatedAtdate-time