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 de devis. Si un devis correspondant à la clé uniqueproperty existe, alors l'API met à jour l'action. Sinon l'API effectue une création.

    memberof

    QuoteService

    Parameters

    • quotes: KobanQuote[]

      Liste des devis en tableau

    • uniqueproperty: KobanQuoteUniqueProperty

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

    • dealuniqueproperty: KobanDealUniqueProperty

      Propriété définissant la clé du devis associé à l'opportunité.

    Returns Promise<string[]>

Legend

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

Generated using TypeDoc