# Upsert a Key Inserts a new key to the table or updates the existing one. Endpoint: POST /kvservice.putkey/{tableName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableName` (string, required) A name of the table you want to upsert the key into. ## Request fields (application/json): - `data` (object) - `data.keys` (object) - `data.keys.sku` (string) - `data.keys.customer` (string) - `data.payload` (string) ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.csrfToken` (string) - `response.data` (object,null) - `response.status` (integer)