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

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

# FinishErasurePrinterTestProcessRequestModel

## OpenAPI definition

```yaml
openapi: 3.1.1
info:
  title: " API v1"
  version: 26.10.0.0
components:
  schemas:
    ErasureFlag:
      type: integer
    TestProcessStatus:
      type: integer
    TestProcessType:
      type: integer
    FinishErasurePrinterTestProcessRequestModel:
      properties:
        erasureFlag:
          $ref: "#/components/schemas/ErasureFlag"
        processStatus:
          $ref: "#/components/schemas/TestProcessStatus"
        processType:
          $ref: "#/components/schemas/TestProcessType"
      type: object
```
