@theredspace/spp-client
Preparing search index...
Customerpo
Interface Customerpo
Customer PO funding document. Supports Add, Read, Modify, Upsert, Delete.
interface
Customerpo
{
acct_date
?:
string
;
active
:
"0"
|
"1"
;
code
?:
string
;
created
:
string
;
currency
:
string
;
date
:
string
;
externalid
?:
string
;
id
:
string
;
name
:
string
;
notes
?:
string
;
number
?:
string
;
picklist_label
?:
string
;
total
:
number
;
updated
:
string
;
}
Index
Properties
acct_
date?
active
code?
created
currency
date
externalid?
id
name
notes?
number?
picklist_
label?
total
updated
Properties
Optional
acct_
date
acct_date
?:
string
active
active
:
"0"
|
"1"
Optional
code
code
?:
string
created
created
:
string
currency
currency
:
string
date
date
:
string
Optional
externalid
externalid
?:
string
id
id
:
string
name
name
:
string
Optional
notes
notes
?:
string
Optional
number
number
?:
string
Optional
picklist_
label
picklist_label
?:
string
total
total
:
number
updated
updated
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
acct_
date
active
code
created
currency
date
externalid
id
name
notes
number
picklist_
label
total
updated
@theredspace/spp-client
Loading...
Customer PO funding document. Supports Add, Read, Modify, Upsert, Delete.