@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Branch
Group
Creation
Failed
Branch
Group
Delete
Failed
Branch
Group
Fetch
Failed
Branch
Group
Put
Failed
Branch
Groups
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
delete
get
get
All
put
Branch
Groups
Fetch
Failed
Branch
Group
Branch
Group
Response
Branch
Groups
Options
Branch
Groups
Query
Branch
Groups
Response
Hierarchy
ThBaseHandler
BranchGroups
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
delete
get
get
All
put
Constructors
constructor
new
Branch
Groups
(
options
:
BranchGroupsOptions
, http
:
Client
)
:
BranchGroups
Parameters
options:
BranchGroupsOptions
http:
Client
Returns
BranchGroups
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
BranchGroupsOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/branch_groups'
Methods
create
create
(
branchGroup
:
BranchGroup
)
:
Promise
<
BranchGroupResponse
>
Parameters
branchGroup:
BranchGroup
Returns
Promise
<
BranchGroupResponse
>
delete
delete
(
branchId
:
string
)
:
Promise
<
BranchGroupResponse
>
Parameters
branchId:
string
Returns
Promise
<
BranchGroupResponse
>
get
get
(
branchId
:
string
)
:
Promise
<
BranchGroupResponse
>
Parameters
branchId:
string
Returns
Promise
<
BranchGroupResponse
>
get
All
get
All
(
queryOrOptions
?:
BranchGroupsQuery
)
:
Promise
<
BranchGroupsResponse
>
Parameters
Optional
queryOrOptions:
BranchGroupsQuery
Returns
Promise
<
BranchGroupsResponse
>
put
put
(
branchId
:
string
, branchGroup
:
BranchGroup
)
:
Promise
<
BranchGroupResponse
>
Parameters
branchId:
string
branchGroup:
BranchGroup
Returns
Promise
<
BranchGroupResponse
>
Generated using
TypeDoc