ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-purchase-orders
CreatePurchaseOrderData
Interface CreatePurchaseOrderData
interface
CreatePurchaseOrderData
{
supplierId
:
string
;
orderDate
:
string
;
expectedDate
?:
string
;
currencyId
?:
string
;
notes
?:
string
;
lines
:
CreatePurchaseOrderLineData
[]
;
}
Index
Properties
supplier
Id
order
Date
expected
Date?
currency
Id?
notes?
lines
Properties
supplier
Id
supplierId
:
string
order
Date
orderDate
:
string
Optional
expected
Date
expectedDate
?:
string
Optional
currency
Id
currencyId
?:
string
Optional
notes
notes
?:
string
lines
lines
:
CreatePurchaseOrderLineData
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
supplier
Id
order
Date
expected
Date
currency
Id
notes
lines
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...