ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/clients/hooks/use-client-data
Offer
Interface Offer
interface
Offer
{
id
:
string
;
number
:
string
;
projectName
?:
string
;
internalDesignation
?:
string
;
annualAmount
?:
number
;
status
:
string
;
currency
:
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
;
position
:
string
;
decimalPlaces
:
number
;
}
;
lines
:
{
id
:
string
;
description
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
}
[]
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Index
Properties
id
number
project
Name?
internal
Designation?
annual
Amount?
status
currency
lines
created
At
updated
At
Properties
id
id
:
string
number
number
:
string
Optional
project
Name
projectName
?:
string
Optional
internal
Designation
internalDesignation
?:
string
Optional
annual
Amount
annualAmount
?:
number
status
status
:
string
currency
currency
:
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
;
position
:
string
;
decimalPlaces
:
number
;
}
lines
lines
:
{
id
:
string
;
description
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
}
[]
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
number
project
Name
internal
Designation
annual
Amount
status
currency
lines
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...