ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/currencies/convert/route
GET
Function GET
GET
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
fromCurrency
:
string
;
toCurrency
:
string
;
rate
:
number
;
source
:
string
;
date
:
Date
;
}
,
>
|
NextResponse
<
{
fromCurrency
:
string
;
toCurrency
:
string
;
rate
:
any
;
source
:
string
;
date
:
string
;
}
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
fromCurrency
:
string
;
toCurrency
:
string
;
rate
:
number
;
source
:
string
;
date
:
Date
;
}
,
>
|
NextResponse
<
{
fromCurrency
:
string
;
toCurrency
:
string
;
rate
:
any
;
source
:
string
;
date
:
string
;
}
,
>
|
NextResponse
<
{
error
:
string
}
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...