ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/api/production/finished-products/route
GET
Function GET
GET
()
:
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
finishedProducts
:
{
_count
:
{
billOfMaterials
:
number
;
routings
:
number
}
;
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
|
null
;
clientId
:
string
|
null
;
code
:
string
;
createdAt
:
Date
;
description
:
string
|
null
;
id
:
string
;
isActive
:
boolean
;
name
:
string
;
sellingPrice
:
number
;
updatedAt
:
Date
;
hasBOM
:
boolean
;
hasRouting
:
boolean
;
}
[]
;
}
,
>
,
>
Returns
Promise
<
|
NextResponse
<
{
error
:
string
}
>
|
NextResponse
<
{
finishedProducts
:
{
_count
:
{
billOfMaterials
:
number
;
routings
:
number
}
;
client
:
{
code
:
string
;
id
:
string
;
name
:
string
}
|
null
;
clientId
:
string
|
null
;
code
:
string
;
createdAt
:
Date
;
description
:
string
|
null
;
id
:
string
;
isActive
:
boolean
;
name
:
string
;
sellingPrice
:
number
;
updatedAt
:
Date
;
hasBOM
:
boolean
;
hasRouting
:
boolean
;
}
[]
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...