ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-transporters
CreateTransporterData
Interface CreateTransporterData
interface
CreateTransporterData
{
companyId
?:
string
;
code
:
string
;
name
:
string
;
type
:
"LOGISTICS"
|
"TRANSPORTER"
;
phone
?:
string
;
email
?:
string
;
website
?:
string
;
currencyId
?:
string
;
}
Index
Properties
company
Id?
code
name
type
phone?
email?
website?
currency
Id?
Properties
Optional
company
Id
companyId
?:
string
code
code
:
string
name
name
:
string
type
type
:
"LOGISTICS"
|
"TRANSPORTER"
Optional
phone
phone
?:
string
Optional
email
email
?:
string
Optional
website
website
?:
string
Optional
currency
Id
currencyId
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
company
Id
code
name
type
phone
email
website
currency
Id
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...