CustomAdvApiClientInterface
Methods
getASpecificCustomAdv()
getASpecificCustomAdv(
id
,config
?):Promise
<SCCustomAdvType
>
Parameters
Parameter | Type |
---|---|
id | string | number |
config ? | AxiosRequestConfig <any > |
Returns
Promise
<SCCustomAdvType
>
Source
services/custom_adv/index.ts:9
getAllCustomAdv()
getAllCustomAdv(
params
?,config
?):Promise
<SCPaginatedResponse
<SCCustomAdvType
>>
Parameters
Parameter | Type |
---|---|
params ? | CustomAdvParams |
config ? | AxiosRequestConfig <any > |
Returns
Promise
<SCPaginatedResponse
<SCCustomAdvType
>>
Source
services/custom_adv/index.ts:10
searchCustomAdv()
searchCustomAdv(
params
?,config
?):Promise
<SCPaginatedResponse
<SCCustomAdvType
>>
Parameters
Parameter | Type |
---|---|
params ? | CustomAdvParams |
config ? | AxiosRequestConfig <any > |
Returns
Promise
<SCPaginatedResponse
<SCCustomAdvType
>>