Skala
Operations

Create a new operation

Adds a new operation record to the database.

POST
/api/operations

Adds a new operation record to the database.

AuthorizationBearer <token>

In: header

Request Body

application/json

The new Operation resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.skalasuite.com/api/operations" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
{
  "id": 0,
  "name": "string",
  "isActive": true
}
Empty
Empty