Set Config
POST https://developers.vomsis.com/api/v2/erp_set_config
Headers
| Field | Type | Description |
|---|---|---|
Authorization | String | Zorunlu. authenticate metodundan alınan token. Bearer {access_token} formatında gönderilmelidir. |
Request Body Raw
{
"device_key":"96de2547f44254c97f5f4f1f402711c1",
"ip_adresi":"131.34.21.64"
}
Response Example
{
"status": "success",
"config": [
{
"id": 1,
"device_key": "96de2547f44254c97f5f4f1f402711c1",
"program": "LOGO",
"paket": "Tiger",
"versiyon": "",
"senkronizasyon_zamanlari": "{\"times\":[\"10:00\",\"12:00\",\"14:00\",\"16:00\",\"18:00\"]}",
"ip_adresi": "131.34.21.64",
"created_at": null,
"updated_at": "2020-08-18 15:56:19"
}
]
}