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

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

# TesmaLoadResult_InvoiceAssetResponse

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: tesma
  version: v1
servers:
  - url: https://api.tesma.com
components:
  schemas:
    InvoiceAssetResponse:
      additionalProperties: false
      properties:
        addressNumber:
          format: int32
          type: integer
        assetId:
          format: int64
          type: integer
        assetLocation:
          type:
            - "null"
            - string
        assetLocationOfInstallation:
          type:
            - "null"
            - string
        assetOrderNumber:
          type:
            - "null"
            - string
        costCenter:
          type:
            - "null"
            - string
        currency:
          type:
            - "null"
            - string
        customerContext:
          $ref: "#/components/schemas/CustomerContextResponse"
        debtor:
          $ref: "#/components/schemas/DebtorResponse"
        description:
          type:
            - "null"
            - string
        invoiceCreationDate:
          format: date
          type:
            - "null"
            - string
        invoiceDate:
          format: date
          type:
            - "null"
            - string
        invoiceDueDate:
          format: date
          type:
            - "null"
            - string
        invoiceGrossAmount:
          format: double
          type:
            - "null"
            - number
        invoiceNetAmount:
          format: double
          type:
            - "null"
            - number
        invoiceNumber:
          format: int32
          type: integer
        invoiceOpenAmount:
          format: double
          type:
            - "null"
            - number
        invoicePaid:
          $ref: "#/components/schemas/InvoicePaidState"
        invoiceSupplyFromDate:
          format: date
          type:
            - "null"
            - string
        invoiceSupplyToDate:
          format: date
          type:
            - "null"
            - string
        invoiceTaxAmount:
          format: double
          type:
            - "null"
            - number
        invoiceTaxPercentage:
          format: double
          type:
            - "null"
            - number
        invoiceType:
          type:
            - "null"
            - string
        leaseLocationOfInstallation:
          type:
            - "null"
            - string
        leaseOrderNumber:
          type:
            - "null"
            - string
        leaseScheduleId:
          format: int32
          type: integer
        manufacturer:
          type:
            - "null"
            - string
        netAmount:
          format: double
          type:
            - "null"
            - number
        period:
          $ref: "#/components/schemas/InvoicePeriod"
        serialNumber:
          type:
            - "null"
            - string
      type: object
    CustomerContextResponse:
      additionalProperties: false
      properties:
        customerName:
          type:
            - "null"
            - string
        customerNumber:
          format: int32
          type: integer
        leaseCompany:
          format: int32
          type: integer
        leaseCompanyName:
          type:
            - "null"
            - string
      type: object
    DebtorResponse:
      additionalProperties: false
      properties:
        name:
          type:
            - "null"
            - string
        number:
          format: int32
          type:
            - "null"
            - integer
      type: object
    InvoicePaidState:
      enum:
        - unknown
        - unpaid
        - paid
      type: string
    InvoicePeriod:
      enum:
        - monthly
        - monthlyContinues
        - quarterly
        - quarterlyContinues
        - biannual
        - annual
        - irregular
        - unique
      type: string
    TesmaLoadResult_InvoiceAssetResponse:
      additionalProperties: false
      properties:
        data:
          items:
            $ref: "#/components/schemas/InvoiceAssetResponse"
          type:
            - "null"
            - array
          x-is-public: true
        groupCount:
          default: -1
          format: int32
          type: integer
        summary:
          items: {}
          type:
            - "null"
            - array
        totalCount:
          default: -1
          format: int32
          type: integer
      type: object
```
