ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/accounting/invoices/route
GET
Function GET
GET
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
invoices
:
(
{
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
currency
:
{
code
:
string
;
symbol
:
string
}
|
null
;
payments
:
{
amount
:
number
;
id
:
string
}
[]
;
}
&
{}
)
[]
;
total
:
number
;
}
,
>
,
>
API simplifiée pour récupérer les factures dans un contexte comptable
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
invoices
:
(
{
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
currency
:
{
code
:
string
;
symbol
:
string
}
|
null
;
payments
:
{
amount
:
number
;
id
:
string
}
[]
;
}
&
{}
)
[]
;
total
:
number
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...
API simplifiée pour récupérer les factures dans un contexte comptable