Перейти к основному содержимому

Create custom dictionary record

POST 

/dicts/custom/records/:category

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} }

Request

Responses

OK