Skala
Location functions

Create a new location function

Adds a new location function record to the database.

POST
/api/location_functions

Adds a new location function record to the database.

AuthorizationBearer <token>

In: header

Request Body

application/json

The new LocationFunction resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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