Skip to main content

[Beta – preprod] Retrieve a product for a company

GET 

/companies/:companyID/products/:productID

[Beta – preprod] Retrieve a product for a company

Request

Path Parameters

    companyID uuidrequired
    productID uuidrequired

Responses

success - product details

Schema

    id uuidrequired
    referentialId uuidnullablerequired
    name stringnullablerequired

    Catalogue name, falling back to the referential name.

    type stringnullablerequired

    Possible values: [custom, referential]

    Explicit product kind: 'custom' when a custom_product row references this entry, 'referential' when it points to a referential product. Derived from the data, not from the unreliable productSource column.

    isActive booleanrequired
    commercializationStatus stringnullablerequired
    commercializationStart stringnullablerequired
    commercializationEnd stringnullablerequired

    minimumAmounts

    object

    nullable

    required

    initialDeposit numbernullable
    additionalDeposit numbernullable
    minArbitration numbernullable
    minPartialWithdrawal numbernullable

    scheduledPayments

    object

    nullable

    required

    monthly numbernullable
    quarterly numbernullable
    semiAnnual numbernullable
    annual numbernullable

    exitOptions

    object

    nullable

    required

    scheduledPartialWithdrawal stringnullable
    floorGuarantee stringnullable
    lifeAnnuity stringnullable
    contractAdvance stringnullable
    earlyExitPenalty stringnullable

    fees

    object[]

    required

  • Array [

  • feeType stringrequired
    value numbernullablerequired
    unit stringnullablerequired
    frequency stringnullablerequired
    isNegotiated booleanrequired

    true when the cabinet negotiated value overrides the default.

  • ]

  • clauses

    object

    nullable

    required

    beneficiaryClause stringnullablerequired
    advantagesAndRisks stringnullablerequired
    selectionJustification stringnullablerequired
Loading...