Veri Kaydetme

POST https://api.pxserv.net/database/setData

Bu endpoint, PxServ proje veritabanına veri kaydetmeyi sağlar

Headers

Anahtar
Değer

Content-Type

application/json

apikey

Proje API Keyi

Accept-Language

tr | en

Body

Anahtar
Tip
Açıklama

key

string

Veri anahtarı

value

string

Veri Değeri

Response

{
  "status": 200,
  "message": "OK",
  "data": {}
}

Last updated

Was this helpful?