Add Major Groups
post
/config/sim/v1/menuItems/majorGroups
Add the Major Group object to a specified hierarchy unit
Release | Description |
---|---|
23.4 | Starting with the API release 23.4, Insert operation for Major Groups is allowed only at Enterprise. |
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Request body
Root Schema : MajorGroupCUDRequestBody
Type:
Show Source
object
-
hierUnitId(required):
integer
Unique reference of the hierarchy unit of an EnterpriseExample:
1
-
name(required):
object TranslatedString
Additional Properties Allowed: additionalPropertiesA string that contains translations into multiple languages
-
objectNum(required):
integer
Object Number of the major groupExample:
1
-
reportGroup:
integer
Object number of the Report Group.Example:
1
Nested Schema : TranslatedString
Type:
object
Additional Properties Allowed
Show Source
A string that contains translations into multiple languages
Example:
{
"en-US":"Coffee",
"de-DE":"Kaffee",
"es-MX":"Cafe"
}
Response
Supported Media Types
- application/json
200 Response
Major Groups Response
Root Schema : MajorGroupResponse
Type:
Show Source
object
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
2
-
objectNum(required):
integer
Object Number of the major groupExample:
1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response body when the request returns an error.
Show Source
-
detail(required):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid
-
errorDetails(required):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist
-
o:errorCode(required):
integer
Error code of the problemExample:
55223
-
status(required):
integer
HTTP status code.Example:
400
-
title(required):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR
-
type(required):
string
A URI reference that identifies the problem type. When this member is not present, its value is assumed to be "about:blank".Example:
http://www.abc.org/xyz.html
404 Response
404 Requested resource not found