Skip to main content

Get a specific transaction detail

GET 

/companies/:companyID/transactions/:transactionID

Get a specific transaction detail

Request

Path Parameters

    transactionID uuidrequired

Responses

The transaction detail

Schema

    id uuidrequired

    The unique identifier of the transaction

    name stringrequired

    The name/description of the transaction

    date stringnullablerequired

    The date of the transaction

    amount numberrequired

    The amount of the transaction (in EUR)

    type stringrequired

    The transaction type key

    typeOperation stringnullable

    The legacy operation type

    statusValidation stringnullable

    Validation status (pending, valid, reject, etc.)

    statusBo stringnullable

    Back-office status (pending, complete, incomplete, etc.)

    processed booleannullable

    Whether the transaction has been processed

    comment stringnullable

    Optional comment on the transaction

    manager uuidnullable

    The manager linked to the transaction

    managerBo uuidnullable

    The back-office manager linked to the transaction

    created stringnullablerequired

    Creation date

    updated stringnullablerequired

    Last update date

    assetId uuidrequired

    The ID of the related asset/contract

    assetName stringnullable

    The name of the related asset/contract

    clientId uuidnullable

    The ID of the customer reference linked through the contract

    insurerName stringnullable

    The name of the insurer for the related contract

    productCatalogue

    object

    nullable

    Product catalogue information linked to this asset

    id uuidrequired

    The product catalogue ID (coalesce of parentCatalogueId or catalogue.id)

    name stringnullable

    Product name (coalesce: referential.name, catalogue.catalogueName)

    insurerId uuidnullable

    The insurer/partner institution ID

    insurerName stringnullable

    The insurer/partner institution name

    dateBo stringnullable

    Back-office date

    sourcesData

    object

    nullable

    Source data for the transaction

    nullable
Loading...