@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Service
Category
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
put
Service
Category
Creation
Failed
Service
Category
Put
Failed
Service
Category
Item
Service
Category
Options
Service
Category
Response
Hierarchy
ThBaseHandler
ServiceCategory
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
put
Constructors
constructor
new
Service
Category
(
options
:
ServiceCategoryOptions
, http
:
Client
)
:
ServiceCategory
Parameters
options:
ServiceCategoryOptions
http:
Client
Returns
ServiceCategory
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
ServiceCategoryOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/service_categories'
Methods
create
create
(
serviceCategory
:
ServiceCategoryItem
)
:
Promise
<
ServiceCategoryResponse
>
Parameters
serviceCategory:
ServiceCategoryItem
Returns
Promise
<
ServiceCategoryResponse
>
put
put
(
serviceCategoryId
:
string
, serviceCategory
:
ServiceCategoryItem
)
:
Promise
<
ServiceCategoryResponse
>
Parameters
serviceCategoryId:
string
serviceCategory:
ServiceCategoryItem
Returns
Promise
<
ServiceCategoryResponse
>
Generated using
TypeDoc