ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/production/labeling/templates/route
POST
Function POST
POST
(
request
:
NextRequest
,
)
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
template
:
{
id
:
string
;
name
:
string
;
description
:
string
;
type
:
string
;
content
:
string
;
isActive
:
boolean
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
|
null
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
;
}
,
>
,
>
Parameters
request
:
NextRequest
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
template
:
{
id
:
string
;
name
:
string
;
description
:
string
;
type
:
string
;
content
:
string
;
isActive
:
boolean
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
|
null
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...