v1
latestOpenAPI 3.0.02026-08-064842333.5 MBKey-Value Store
Insert Bulk KV Data
Inserts bulk data to the Key-Value Store.<br> Existing Primary Key combos are overwritten automatically. This is the only command where you explicitly have to specify the automatic “payload” column. While technically you could put any text into that column, other endpoints and Groovy perform JSON conversions (e.g. return a proper map) when you perform key lookups. So inserting a valid JSON into payload is highly recommended!
post/kvservice.loaddata/{tableName}
Request body
Response
A general response that contains data property with a content depending on returned objects (e.g., Product master table fields when calling the /fetch/P endpoint). Can be null.