ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/offers/forms/offer-schema
SalesOfferLineResponse
Interface SalesOfferLineResponse
interface
SalesOfferLineResponse
{
id
:
string
;
salesOfferId
:
string
;
finishedProductId
:
string
|
null
;
description
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
taxId
:
string
|
null
;
taxRate
:
number
;
taxAmount
:
number
;
notes
:
string
|
null
;
sequence
:
number
;
createdAt
:
string
|
Date
;
updatedAt
:
string
|
Date
;
finishedProduct
?:
|
{
id
:
string
;
code
:
string
;
name
:
string
;
description
:
string
|
null
;
}
|
null
;
unitOfMeasure
?:
|
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
|
null
;
}
|
null
;
tax
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
rate
:
number
}
|
null
;
}
Index
Properties
id
sales
Offer
Id
finished
Product
Id
description
quantity
unit
Price
total
Price
tax
Id
tax
Rate
tax
Amount
notes
sequence
created
At
updated
At
finished
Product?
unit
Of
Measure?
tax?
Properties
id
id
:
string
sales
Offer
Id
salesOfferId
:
string
finished
Product
Id
finishedProductId
:
string
|
null
description
description
:
string
quantity
quantity
:
number
unit
Price
unitPrice
:
number
total
Price
totalPrice
:
number
tax
Id
taxId
:
string
|
null
tax
Rate
taxRate
:
number
tax
Amount
taxAmount
:
number
notes
notes
:
string
|
null
sequence
sequence
:
number
created
At
createdAt
:
string
|
Date
updated
At
updatedAt
:
string
|
Date
Optional
finished
Product
finishedProduct
?:
|
{
id
:
string
;
code
:
string
;
name
:
string
;
description
:
string
|
null
}
|
null
Optional
unit
Of
Measure
unitOfMeasure
?:
|
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
|
null
}
|
null
Optional
tax
tax
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
rate
:
number
}
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
sales
Offer
Id
finished
Product
Id
description
quantity
unit
Price
total
Price
tax
Id
tax
Rate
tax
Amount
notes
sequence
created
At
updated
At
finished
Product
unit
Of
Measure
tax
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...