Delete Menu Item Group Deatils
post
/config/sim/v2/menuItems/menuItemGroups/deleteDetails
Delete Menu Item Group Details
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
A Request body
Root Schema : MenuItemGroupDetailDeleteRequestBody
Type:
Show Source
object
-
exclude(required):
boolean
Identifies which menu items to exclude for Group Type of 1-Discount. For Group Type 2-Tax Override, this parameter is not activeExample:
false
-
hierUnitId(required):
integer
Unique hierarchy unit referenceExample:
2
- menuItemGroupObjNum(required): integer
-
seq(required):
integer
Sequence number of the Menu Item Group Detail entry. Value must lie between 1 and 32767.Example:
1
Response
Supported Media Types
- application/json
200 Response
A message depicting the number of records deleted
Root Schema : DeleteResponse
Type:
Show Source
object
-
msg(required):
string
Example:
1 record deleted
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