Skip to main content
POST
Create a new AxisSection

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Body

application/json
code
string
required
multilingualName
required

The following characters should be avoided in the actual name of the axis-sections: "[", "]" and "|". Besides, slashes "/" and backslashes "\" might also cause problems.

To learn more about this, please refer to Get Started With Axis-Sections.

axisId
integer
required
id
integer
Required range: x >= 1
description
string | null
ownerId
integer | null
endOn
string<date-time> | null
active
boolean
default:true
isPublic
boolean
default:true
departments
object[]

List of departments associated with this axis-section. Only applicable when isPublic is false.

List of legal entities associated with this axis-section. Only applicable when isPublic is false.

users
object[]

List of users associated with this axis-section. Only applicable when isPublic is false.

parentAxisSections
AxisSectionTreeless · object[]
childrenAxisSections
AxisSectionTreeless · object[]

Response

OK

data
The Axis Section resource · object