Anasayfa / Kvkk
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/login | - | Post | Json |
| Parametre | Zorunluluk | Tipi |
|---|---|---|
| user_name | zorunlu | string |
| password | zorunlu | string |
| Parametre | Tipi |
|---|---|
| status | integer |
| access_token | string |
| token_type | string |
| message | string |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/department/list | Bearer Token | Get | Json |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | string |
| message | string |
| data | array |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/clarification/list | Bearer Token | Get | Json |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | string |
| message | string |
| data | array |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/consent/list | Bearer Token | Get | Json |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | string |
| message | string |
| data | array |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/employee/doCreate | Bearer Token | Post | Json |
| Parametre | Zorunluluk | Tipi |
|---|---|---|
| is_foreign_national | zorunlu | boolen |
| identification_number | zorunlu (şartlı:is_foreign_national=false) | integer |
| first_name | zorunlu | string |
| last_name | zorunlu | string |
| phone_1 | zorunlu | integer |
| birth_date | Zorunlu | date |
| department_name | zorunlu | string |
| start_date | zorunlu | date |
| zorunlu | ||
| address_1 | zorunlu | string |
| is_active | zorunlu | boolen |
| location | değil | string |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | boolean |
| message | string |
| data | array |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/clarification/doCreate | Bearer Token | Post | Json |
| Parametre | Zorunluluk | Tipi |
|---|---|---|
| clarification_title | zorunlu | string |
| department_name | zorunlu | string |
| first_name | zorunlu | string |
| last_name | zorunlu | string |
| birth_year | zorunlu(şartlı:identification_number var ise) | integer |
| değil | ||
| address | değil | string |
| identification_number | değil | integer |
| mobile_phone_number | zorunlu | integer |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | boolean |
| message | string |
| data | array |
| errors | array |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/clarification/reSendVerifyCode | Bearer Token | Post | Json |
| Parametre | Zorunluluk | Tipi |
|---|---|---|
| consent_title | zorunlu | string |
| department_name | zorunlu | string |
| identification_number | zorunlu(şartlı:identification_number kayıtlı ise) | string |
| mobile_phone_number | zorunlu(şartlı:identification_number yoksa) | string |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | string |
| message | string |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/clarification/all-resend-verify-code | Bearer Token | Post | Json |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | string |
| message | string |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/consent/doCreate | Bearer Token | Post | Json |
| Parametre | Zorunluluk | Tipi |
|---|---|---|
| consent_title | zorunlu | string |
| department_name | zorunlu | string |
| first_name | zorunlu | string |
| last_name | zorunlu | string |
| birth_year | zorunlu(şartlı:identification_number var ise) | integer |
| değil | ||
| address | değil | string |
| identification_number | değil | integer |
| mobile_phone_number | zorunlu | integer |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | boolean |
| message | string |
| data | array |
| errors | array |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/consent/reSendVerifyCode | Bearer Token | Post | Json |
| Parametre | Zorunluluk | Tipi |
|---|---|---|
| consent_title | zorunlu | string |
| department_name | zorunlu | string |
| identification_number | zorunlu(şartlı:identification_number kayıtlı ise) | string |
| mobile_phone_number | zorunlu(şartlı:identification_number yoksa) | string |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | boolean |
| message | string |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/consent/all-resend-verify-code | Bearer Token | Post | Json |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | boolean |
| message | string |
| Url | Zorunluluk | Metot | Çıktı |
|---|---|---|---|
| kvksis.com/api/payroll/doUpload | Bearer Token | Post | Json |
| Parametre | Zorunluluk | Tipi |
|---|---|---|
| file | zorunlu | file |
| orientation (Belge tipi iki parametre alır L veya P; L: Yatay, P: Dikey) | zorunlu | string |
| month | zorunlu | string |
| year | zorunlu | string |
| Parametre | Tipi |
|---|---|
| status | integer |
| success | boolean |
| message | string |
| errors | array |