ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-purchase-orders
PurchaseOrderLine
Interface PurchaseOrderLine
interface
PurchaseOrderLine
{
id
:
string
;
purchaseOrderId
:
string
;
rawMaterialId
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
taxId
?:
string
;
taxRate
:
number
;
taxAmount
:
number
;
receivedQuantity
:
number
;
remainingQuantity
:
number
;
notes
?:
string
;
rawMaterial
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
unit
:
string
;
unitOfMeasure
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
}
;
tax
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
rate
:
number
}
;
}
Index
Properties
id
purchase
Order
Id
raw
Material
Id
quantity
unit
Price
total
Price
tax
Id?
tax
Rate
tax
Amount
received
Quantity
remaining
Quantity
notes?
raw
Material?
tax?
Properties
id
id
:
string
purchase
Order
Id
purchaseOrderId
:
string
raw
Material
Id
rawMaterialId
:
string
quantity
quantity
:
number
unit
Price
unitPrice
:
number
total
Price
totalPrice
:
number
Optional
tax
Id
taxId
?:
string
tax
Rate
taxRate
:
number
tax
Amount
taxAmount
:
number
received
Quantity
receivedQuantity
:
number
remaining
Quantity
remainingQuantity
:
number
Optional
notes
notes
?:
string
Optional
raw
Material
rawMaterial
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
unit
:
string
;
unitOfMeasure
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
}
Optional
tax
tax
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
rate
:
number
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
purchase
Order
Id
raw
Material
Id
quantity
unit
Price
total
Price
tax
Id
tax
Rate
tax
Amount
received
Quantity
remaining
Quantity
notes
raw
Material
tax
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...