kustomer-client
Preparing search index...
KustomerTypes
BulkBatchUpdateKObjectsData
Type Alias BulkBatchUpdateKObjectsData
type
BulkBatchUpdateKObjectsData
=
{
body
?:
{
createdAt
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
data
?:
{
[
key
:
string
]:
unknown
}
;
description
?:
string
;
externalId
?:
string
;
icon
?:
string
;
id
:
string
;
images
?:
string
[]
;
importedAt
?:
string
;
rev
?:
number
;
tags
?:
string
[]
;
title
?:
string
;
}
[]
;
path
:
{
name
:
string
}
;
query
?:
{
ids
?:
string
}
;
url
:
"/klasses/{name}/bulk"
;
}
Index
Properties
body?
path
query?
url
Properties
Optional
body
body
?:
{
createdAt
?:
string
;
custom
?:
{
[
key
:
string
]:
never
}
;
data
?:
{
[
key
:
string
]:
unknown
}
;
description
?:
string
;
externalId
?:
string
;
icon
?:
string
;
id
:
string
;
images
?:
string
[]
;
importedAt
?:
string
;
rev
?:
number
;
tags
?:
string
[]
;
title
?:
string
;
}
[]
path
path
:
{
name
:
string
}
Type declaration
name
:
string
Klass name of KObjects (custom objects).
Optional
query
query
?:
{
ids
?:
string
}
Type declaration
Optional
ids
?:
string
Comma-separated list of unique KObject IDs.
url
url
:
"/klasses/{name}/bulk"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
path
query
url
kustomer-client
Loading...
Klass name of KObjects (custom objects).