---
title: "GetCorporateTextValueRequestModel"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/a0e6c8e4-9a34-47ba-824b-6b70140c143f/schemas/GetCorporateTextValueRequestModel"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/a0e6c8e4-9a34-47ba-824b-6b70140c143f.md

# GetCorporateTextValueRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.11.0.0
components:
  schemas:
    GetCorporateTextValueRequestModel:
      properties:
        company:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        definitionId:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        language:
          format: int32
          pattern: ^-?(?:0|[1-9]\d*)$
          type:
            - integer
            - string
        referenceDate:
          format: date-time
          type: string
      type: object
```
