Sanctions Türkiye
  1. Schemas
Sanctions Türkiye
  • Health
    • Servis sağlık kontrolü
  • Auth
    • Kullanıcı girişi
    • Access token yenile
    • Aktif oturumu getir
  • Users
    • Kurum kullanıcılarını listele
    • Yeni kullanıcı oluştur
    • Kullanıcı bilgilerini güncelle
    • Kullanıcıyı pasife çek
  • API Keys
    • API anahtarlarını listele
    • Yeni API anahtarı oluştur
    • API anahtarını güncelle
    • API anahtarını sil
  • Customers
    • Müşterileri listele
    • Müşteri oluştur
    • Müşteri detay
    • Müşteri güncelle
    • Müşteriyi sil
  • Screenings
    • Screening kayıtlarını listele
    • Yeni screening başlat
    • Screening detayını getir
    • Screening kararını güncelle
  • Search
    • Yaptırım araması (GET)
    • Yaptırım araması (POST)
    • API anahtarı ile arama (GET)
    • API anahtarı ile arama (POST)
  • Search Logs
    • Arama loglarını listele
    • Arama logu detayı
  • API Key Logs
    • API key isteklerini listele
    • API key log detayı
  • Schemas
    • Schemas
      • ErrorResponse
      • AuthLoginRequest
      • AuthRefreshRequest
      • AuthSession
      • UserResponse
      • UserCreateRequest
      • UserUpdateRequest
      • ApiKeyResponse
      • ApiKeyCreateRequest
      • ApiKeyUpdateRequest
      • CustomerRequest
      • CustomerResponse
      • PaginatedCustomers
      • ScreeningHit
      • ScreeningRequest
      • ScreeningDecisionRequest
      • ScreeningResponse
      • PaginatedScreenings
      • SearchIdentifier
      • SearchQuery
      • EntityRecord
      • SanctionRecord
      • SearchResultItem
      • SearchResponse
      • SearchLogResponse
      • PaginatedSearchLogs
      • ApiKeyLogResponse
      • PaginatedApiKeyLogs
  1. Schemas

PaginatedCustomers

{
    "total": 0,
    "page": 0,
    "pageSize": 0,
    "results": [
        {
            "fullName": "string",
            "firstName": "string",
            "lastName": "string",
            "nationalId": "string",
            "passportNo": "string",
            "birthDate": "2019-08-24",
            "birthCountry": "string",
            "nationality": "string",
            "phone": "string",
            "email": "user@example.com",
            "address": "string",
            "id": "string",
            "riskScore": 0,
            "lastScreenedAt": "2019-08-24T14:15:22.123Z",
            "createdAt": "2019-08-24T14:15:22.123Z",
            "updatedAt": "2019-08-24T14:15:22.123Z"
        }
    ]
}
Built with