ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/sales/clients/[id]/info/route
PATCH
Function PATCH
PATCH
(
req
:
NextRequest
,
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
currency
:
{}
|
null
;
parentClient
:
{
code
:
string
;
id
:
string
;
name
:
string
}
|
null
;
salesperson
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
}
&
{}
,
>
,
>
Parameters
req
:
NextRequest
__namedParameters
:
{
params
:
Promise
<
{
id
:
string
}
>
}
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
currency
:
{}
|
null
;
parentClient
:
{
code
:
string
;
id
:
string
;
name
:
string
}
|
null
;
salesperson
:
{
email
:
string
;
id
:
string
;
name
:
string
|
null
}
|
null
;
}
&
{}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...