Preparing search index...
The search index is not available
GHL SDK - v1.1.6
GHL SDK
SaasClient
Class SaasClient
Hierarchy
GhlClient
SaasClient
Index
Constructors
constructor
Methods
find
Locations
update
bulk
Disable
enable
pause
update
Rebilling
Constructors
constructor
new
SaasClient
(
accessToken
:
string
)
:
SaasClient
Parameters
accessToken
:
string
Returns
SaasClient
Methods
find
Locations
findLocations
(
params
:
SaasSubscriptionDto
)
:
Promise
<
SaasSubscriptionResponse
>
Parameters
params
:
SaasSubscriptionDto
Returns
Promise
<
SaasSubscriptionResponse
>
update
update
(
locationId
:
string
,
dto
:
SaasSubscriptionDto
)
:
Promise
<
unknown
>
Parameters
locationId
:
string
dto
:
SaasSubscriptionDto
Returns
Promise
<
unknown
>
bulk
Disable
bulkDisable
(
companyId
:
string
,
locationIds
:
string
[]
)
:
Promise
<
unknown
>
Parameters
companyId
:
string
locationIds
:
string
[]
Returns
Promise
<
unknown
>
enable
enable
(
locationId
:
string
,
dto
:
EnableSaasSubscriptionDto
)
:
Promise
<
unknown
>
Parameters
locationId
:
string
dto
:
EnableSaasSubscriptionDto
Returns
Promise
<
unknown
>
pause
pause
(
locationId
:
string
,
companyId
:
string
,
paused
:
boolean
)
:
Promise
<
unknown
>
Parameters
locationId
:
string
companyId
:
string
paused
:
boolean
Returns
Promise
<
unknown
>
update
Rebilling
updateRebilling
(
companyId
:
string
,
dto
:
SaasRebillingDto
)
:
Promise
<
unknown
>
Parameters
companyId
:
string
dto
:
SaasRebillingDto
Returns
Promise
<
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
Locations
update
bulk
Disable
enable
pause
update
Rebilling
GHL SDK - v1.1.6
Loading...