---
title: "Creates a new Application Output record"
method: POST
path: "/v1/Applications/{applicationId}/Outputs"
tags: ["ApplicationOutputs"]
---

# Creates a new Application Output record

`POST /v1/Applications/{applicationId}/Outputs`

Sample Request:
            
    POST /v1/Applications/123/
    {
        "StatusTypeId": 1,
        "Output": "The output from the application"
    }

## Path parameters

- `applicationId` integer, required

## Request body

- AdaptekApiApplicationApplicationOutputsCommandsCreateApplicationOutputCommand
  - `applicationId` integer
  - `statusTypeId` 1 | 2 | 3
  - `output` string, nullable

## Response `200`

The output was entered successfully

- 0 | 1

## Other responses

- `400` — The data provided was not valid

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/versions/517cf2397b0d/schema)
