---
title: "ErasureErrorCodeCreationRequestModel"
url: "https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5/schemas/ErasureErrorCodeCreationRequestModel"
---

> Full API specification: https://developer.tesma.com/apis/logistics-api-26/versions/ac182d00-3e05-4762-88ca-0482eaa838d5.md

# ErasureErrorCodeCreationRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.10.0.0
components:
  schemas:
    ErasureErrorCodeCreationRequestModel:
      properties:
        erasureId:
          type:
            - "null"
            - string
        errorCodes:
          type:
            - "null"
            - string
        ipAddress:
          type:
            - "null"
            - string
      type: object
```
