---
title: "Identification"
url: "https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b/schemas/Identification"
---

> Full API specification: https://dev.ionova.ai/apis/ars-address-resolution-service-4/versions/fdd2c316-7f84-4f04-8bb7-64e9bf97893b.md

# Identification

Optional party identifiers. Used for entity conflict detection (R-04).

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: ARS — Address Resolution Service
  version: 4.3.1
servers:
  - url: https://api-uat.ionova.ai/ars
    description: UAT (test data only)
components:
  schemas:
    Identification:
      type: object
      description: Optional party identifiers. Used for entity conflict detection (R-04).
      properties:
        organisationId:
          type: object
          xml:
            name: OrgId
          properties:
            anyBic:
              type: string
              description: BIC (8 or 11 chars).
              xml:
                name: AnyBIC
            lei:
              type: string
              description: Legal Entity Identifier (20 chars).
              xml:
                name: LEI
            other:
              type: string
              description: Other organisation identifier.
              xml:
                name: Othr
        privateId:
          type: object
          xml:
            name: PrvtId
          properties:
            other:
              type: string
              description: Private individual identifier.
              xml:
                name: Othr
```
