---
title: "ImportInfo"
url: "https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a/schemas/ImportInfo"
---

> Full API specification: https://developer.tesma.com/apis/tesma-platform-api-v1/versions/333907fb-f0a7-4e20-b01e-c9915c73321a.md

# ImportInfo

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    ImportColumnInfo:
      additionalProperties: false
      properties:
        canBeLocalized:
          type: boolean
        columnHeader:
          type:
            - "null"
            - string
        columnIndex:
          format: int32
          type: integer
        columnLocalizationKey:
          type:
            - "null"
            - string
        isAvailable:
          type: boolean
        isIdentifier:
          type: boolean
        isNotImportRelevantColumn:
          type: boolean
        isRequired:
          type: boolean
        propertyName:
          type:
            - "null"
            - string
        propertyType:
          type:
            - "null"
            - string
        propertyTypeName:
          type:
            - "null"
            - string
      type: object
    ImportInfo:
      additionalProperties: false
      properties:
        detectedCulture:
          type:
            - "null"
            - string
        endRow:
          format: int32
          type: integer
        headerRow:
          format: int32
          type: integer
        ignoreBlankFields:
          type: boolean
        importColumnInfos:
          items:
            $ref: "#/components/schemas/ImportColumnInfo"
          type:
            - "null"
            - array
        notImportRelevantColumnInfos:
          items:
            $ref: "#/components/schemas/ImportColumnInfo"
          type:
            - "null"
            - array
        preferredCulture:
          type:
            - "null"
            - string
        sheetName:
          type:
            - "null"
            - string
        startRow:
          format: int32
          type: integer
        useLocalization:
          type: boolean
        userEmail:
          type:
            - "null"
            - string
      type: object
```
