ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/payments/route
GET
Function GET
GET
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
payments
:
(
{
currency
:
{
code
:
string
;
id
:
string
;
symbol
:
string
}
|
null
;
invoice
:
|
{
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
id
:
string
;
number
:
string
;
}
|
null
;
supplierInvoice
:
|
{
id
:
string
;
number
:
string
;
supplier
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
}
|
null
;
}
&
{}
)
[]
;
total
:
number
;
page
:
number
;
limit
:
number
;
totalPages
:
number
;
}
,
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
payments
:
(
{
currency
:
{
code
:
string
;
id
:
string
;
symbol
:
string
}
|
null
;
invoice
:
|
{
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
id
:
string
;
number
:
string
;
}
|
null
;
supplierInvoice
:
|
{
id
:
string
;
number
:
string
;
supplier
:
{
code
:
string
;
id
:
string
;
name
:
string
}
;
}
|
null
;
}
&
{}
)
[]
;
total
:
number
;
page
:
number
;
limit
:
number
;
totalPages
:
number
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...