Skip to main content
POST
/
api
/
utm-report-sections
{
  "id": 123,
  "repSecName": "<string>",
  "repSecDescription": "<string>",
  "repSecSystem": true,
  "creationUser": "<string>",
  "creationDate": "2023-11-07T05:31:56Z",
  "modificationUser": "<string>",
  "modificationDate": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Utm-Internal-Key
string
header
required

Body

application/json
repSecDescription
string
required
id
integer
repSecName
string
repSecSystem
boolean
creationUser
string
creationDate
string<date-time>
modificationUser
string
modificationDate
string<date-time>

Response

200 - */*

OK

repSecDescription
string
required
id
integer
repSecName
string
repSecSystem
boolean
creationUser
string
creationDate
string<date-time>
modificationUser
string
modificationDate
string<date-time>
I