ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-ftprs
FtprFinishedProduct
Interface FtprFinishedProduct
interface
FtprFinishedProduct
{
id
:
string
;
code
:
string
;
name
:
string
;
description
?:
string
;
clientId
?:
string
;
categoryId
?:
string
;
category
?:
{
id
:
string
;
name
:
string
}
;
client
?:
{
id
:
string
;
code
:
string
;
name
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
;
}
;
billOfMaterials
?:
FtprBOMItem
[]
;
}
Index
Properties
id
code
name
description?
client
Id?
category
Id?
category?
client?
bill
Of
Materials?
Properties
id
id
:
string
code
code
:
string
name
name
:
string
Optional
description
description
?:
string
Optional
client
Id
clientId
?:
string
Optional
category
Id
categoryId
?:
string
Optional
category
category
?:
{
id
:
string
;
name
:
string
}
Optional
client
client
?:
{
id
:
string
;
code
:
string
;
name
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
;
}
Optional
bill
Of
Materials
billOfMaterials
?:
FtprBOMItem
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
description
client
Id
category
Id
category
client
bill
Of
Materials
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...