v1

latestOpenAPI 3.0.12026-08-06207388629.3 KB
ApplicationOutputs

Creates a new Application Output record

Sample Request:

POST /v1/Applications/123/
{
    "StatusTypeId": 1,
    "Output": "The output from the application"
}
post/v1/Applications/{applicationId}/Outputs

Path parameters

applicationIdinteger required

The ID of the application to retrieve the output for

Request body

applicationIdinteger
statusTypeId1 | 2 | 3
outputstring nullable

Response

The output was entered successfully

0 | 1 required