@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Product
Service
Questions
constructor
endpoint
http
options
uri
Helper
base
Endpoint
create
delete
get
get
All
meta
put
Product
Service
Question
Product
Service
Question
Response
Product
Service
Questions
Options
Product
Service
Questions
Query
Product
Service
Questions
Response
Hierarchy
ThBaseHandler
ProductServiceQuestions
Index
Constructors
constructor
Properties
endpoint
http
options
uri
Helper
base
Endpoint
Methods
create
delete
get
get
All
meta
put
Constructors
constructor
new
Product
Service
Questions
(
options
:
ProductServiceQuestionsOptions
, http
:
Client
)
:
ProductServiceQuestions
Parameters
options:
ProductServiceQuestionsOptions
http:
Client
Returns
ProductServiceQuestions
Properties
endpoint
endpoint
:
string
http
http
:
Client
options
options
:
ProductServiceQuestionsOptions
uri
Helper
uri
Helper
:
UriHelper
Static
base
Endpoint
base
Endpoint
:
string
= '/api/v0/product_service_questions'
Methods
create
create
(
productServiceQuestion
:
ProductServiceQuestion
)
:
Promise
<
ProductServiceQuestionResponse
>
Parameters
productServiceQuestion:
ProductServiceQuestion
Returns
Promise
<
ProductServiceQuestionResponse
>
delete
delete
(
taxId
:
string
)
:
Promise
<
ProductServiceQuestionResponse
>
Parameters
taxId:
string
Returns
Promise
<
ProductServiceQuestionResponse
>
get
get
(
questionId
:
string
)
:
Promise
<
ProductServiceQuestionResponse
>
Parameters
questionId:
string
Returns
Promise
<
ProductServiceQuestionResponse
>
get
All
get
All
(
query
?:
ProductServiceQuestionsQuery
)
:
Promise
<
ProductServiceQuestionsResponse
>
Parameters
Optional
query:
ProductServiceQuestionsQuery
Returns
Promise
<
ProductServiceQuestionsResponse
>
meta
meta
(
)
:
Promise
<
ProductServiceQuestionsResponse
>
Returns
Promise
<
ProductServiceQuestionsResponse
>
put
put
(
questionId
:
string
, productServiceQuestion
:
ProductServiceQuestion
)
:
Promise
<
ProductServiceQuestionResponse
>
Parameters
questionId:
string
productServiceQuestion:
ProductServiceQuestion
Returns
Promise
<
ProductServiceQuestionResponse
>
Generated using
TypeDoc