Onix ERP - Documentación Oficial - v0.0.0
Preparing search index...
app/service/abonos.service
AbonosService
Clase AbonosService
Índice
Constructors
constructor
Properties
http
Methods
crear
Abono
editar
Abono
get
Abonos
Constructors
constructor
new
AbonosService
()
:
AbonosService
Retorna
AbonosService
Properties
http
http
:
HttpClient
= ...
Methods
crear
Abono
crearAbono
(
company
:
string
,
data
:
IPostAbono
)
:
Observable
<
IGetResult
>
Parameters
company
:
string
data
:
IPostAbono
Retorna
Observable
<
IGetResult
>
editar
Abono
editarAbono
(
company
:
string
,
data
:
IPostAbono
)
:
Observable
<
IGetResult
>
Parameters
company
:
string
data
:
IPostAbono
Retorna
Observable
<
IGetResult
>
get
Abonos
getAbonos
(
company
:
string
,
pageNumber
:
number
,
pageSize
:
number
,
fechaInicio
?:
string
,
fechaFin
?:
string
,
concepto
?:
string
,
usuario
?:
number
,
idSucursal
?:
string
,
canal
?:
string
|
number
,
)
:
Observable
<
IGetAbonoResponse
>
Parameters
company
:
string
pageNumber
:
number
pageSize
:
number
Optional
fechaInicio
:
string
Optional
fechaFin
:
string
Optional
concepto
:
string
Optional
usuario
:
number
Optional
idSucursal
:
string
Optional
canal
:
string
|
number
Retorna
Observable
<
IGetAbonoResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
http
Methods
crear
Abono
editar
Abono
get
Abonos
Onix ERP - Documentación Oficial - v0.0.0
Loading...