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