class="default no-js"> Selfservice | xmlmc
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Selfservice

Index

Constructors

constructor

Properties

Private connection

connection: Connection

Private paramMap

paramMap: Map<string, Array<string>>

Private service

service: string

Private xmlmc

Methods

changePassword

  • changePassword(oldPassword: string, newPassword: string, optionalParams?: paramTypes.changePasswordParams): Promise<XmlmcResponse>

customerCancelCall

  • customerCancelCall(callRef: number, description: string, optionalParams?: paramTypes.customerCancelCallParams): Promise<XmlmcResponse>

customerGetCallDetails

  • customerGetCallDetails(callref: number, optionalParams?: paramTypes.customerGetCallDetailsParams): Promise<XmlmcResponse>

customerGetCallList

  • customerGetCallList(optionalParams?: paramTypes.customerGetCallListParams): Promise<XmlmcResponse>

customerGetProfileCodeTree

  • customerGetProfileCodeTree(optionalParams?: paramTypes.customerGetProfileCodeTreeParams): Promise<XmlmcResponse>

customerGetResolutionCodeTree

  • customerGetResolutionCodeTree(optionalParams?: paramTypes.customerGetResolutionCodeTreeParams): Promise<XmlmcResponse>

customerLogNewCall

  • customerLogNewCall(callClass: string, groupId: string, optionalParams?: paramTypes.customerLogNewCallParams): Promise<XmlmcResponse>

customerUpdateCall

  • customerUpdateCall(callref: number, timeSpent: number, description: string, optionalParams?: paramTypes.customerUpdateCallParams): Promise<XmlmcResponse>

customerUpdateCallValues

  • customerUpdateCallValues(callref: number, additionalCallValues: Object, optionalParams?: paramTypes.customerUpdateCallValuesParams): Promise<XmlmcResponse>

requestPasswordReset

  • requestPasswordReset(selfServiceId: string, optionalParams?: paramTypes.requestPasswordResetParams): Promise<XmlmcResponse>

verifyPasswordResetToken

  • verifyPasswordResetToken(selfServiceId: string, token: string, password: string, optionalParams?: paramTypes.verifyPasswordResetTokenParams): Promise<XmlmcResponse>

Generated using TypeDoc

<>