Documentation
Preparing search index...
services/facturation_manuelle.service
export=
Class export=
Index
Constructors
constructor
Methods
create
delete
read
update
Constructors
constructor
new
"export="
()
:
export=
Returns
export=
Methods
Static
create
create
(
data
:
any
)
:
Promise
<
any
>
Parameters
data
:
any
Returns
Promise
<
any
>
Static
delete
delete
(
id
:
any
,
)
:
Promise
<
|
{
message
:
string
;
status
:
number
}
|
{
message
:
string
;
status
?:
undefined
}
,
>
Parameters
id
:
any
Returns
Promise
<
|
{
message
:
string
;
status
:
number
}
|
{
message
:
string
;
status
?:
undefined
}
,
>
Static
read
read
(
salesPointId
:
any
,
decodedToken
:
any
)
:
Promise
<
any
>
Parameters
salesPointId
:
any
decodedToken
:
any
Returns
Promise
<
any
>
Static
update
update
(
id
:
any
,
data
:
any
)
:
Promise
<
any
>
Parameters
id
:
any
data
:
any
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
delete
read
update
Documentation
Loading...