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