Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AccountService

Hierarchy

Index

Constructors

constructor

Properties

Protected httpRequest

httpRequest: HttpRequest

Protected options

Methods

deleteAccountIntegrations

  • deleteAccountIntegrations(accountId: string, integrationId: string): Observable<RocosResponse<any>>

invokeAccountIntegration

  • invokeAccountIntegration(accountId: string, integrationId: string, integrationType: string): Observable<RocosResponse<any>>
  • Get account integrations by type.

    Parameters

    • accountId: string

      The account ID

    • integrationId: string

      The integration id

    • integrationType: string

      The integration type

    Returns Observable<RocosResponse<any>>

updateAccountIntegrations

  • updateAccountIntegrations(accountId: string, integrationId: string, integrations: any): Observable<RocosResponse<any>>
  • Update account integrations

    Parameters

    • accountId: string

      The account ID

    • integrationId: string

      The integration Id

    • integrations: any

      The updated account integrations

    Returns Observable<RocosResponse<any>>

Generated using TypeDoc