Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Private baseUrl

baseUrl: string
memberof

BaseService

Private key

key: string
memberof

BaseService

Private urlService

urlService: string

Base Url of the Service API

memberof

BaseService

Private user

user: string
memberof

BaseService

Accessors

Protected serviceUrl

  • get serviceUrl(): string

Methods

handleApiError

postMany

  • Crée ou modifie un ensemble d'opportunités. Si une opportunité correspondant à la clé uniqueproperty existe, alors l'API met à jour l'action. Sinon l'API effectue une création.

    memberof

    DealService

    Parameters

    • deals: KobanDeal[]

      Liste des opportunités en tableau

    • uniqueproperty: KobanDealUniqueProperty

      Propriété sélectionnée pour vérifier si l'opportunité doit être créé ou modifié. L'API vérifie qu'une opportunité correspondante à cette clé existe. Si elle existe, L'api effectue une modification, sinon il effectue une création

    • thirduniqueproperty: KobanThirdUniqueProperty

      Propriété définissant la clé de l'opportunité associé au compte.

    Returns Promise<string[]>

Legend

  • Constructor
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Private property
  • Private method
  • Property

Generated using TypeDoc