Create custom dictionary record
POST
Fields example:
"fields": {
"field1": { type: "BOOLEAN", value: true},
"field2": { type: "NUM_INT", value: 10},
"field3": { type: "NUM_DOUBLE", value: 1.5},
"field4": { type: "TEXT", value: true},
"field5": { type: "DATE", value: 1591401600000},
"field6": { type: "CUSTOM_DICT_REF", value: 123}
}
Parameters
Path Parameters
category*
category
Type
Requiredstring
Request Body
application/json
code
string
fields
object
additionalProperties
object
name
string
position
integer
Format
"int32"status
integer
Format
"int64"Responses
OK
*/*
DefaultResponseOflong
object
data
integer
Format
"int64"status
string
Статус операции
Valid values
"error""ok"timestamp
integer
Возвращается дата+время(ядра) в формате unix timestamp в миллисекундах
Format
"int64"