Skala
Location functions

Replace a location function

Completely replaces the data of an existing location function with the provided payload.

PUT
/api/location_functions/{id}

Completely replaces the data of an existing location function with the provided payload.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

LocationFunction identifier

Request Body

application/json

The updated LocationFunction resource

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

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