Delete Menu Item Definition Default Condiments
post
/config/sim/v1/menuItems/menuitemdefinition/deletedefaultcondiments
Deletes the default condiments object.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
-
Simphony-OrgShortName: string
The ShortName of the organization
Request body
Root Schema : DefaultCondimentResponse
Type:
Show Source
object-
defaultCondId:
integer
Example:
1 -
hierUnitId:
integer
Unique reference of the hierarchy unitExample:
1 -
miDefSequence:
integer
Sequence number of the menu item definition to which the condiments are associatedExample:
1 -
miMstrObjNum:
integer
Object Number of the menu item master for which the condiments are associated.Example:
1
Response
Supported Media Types
- application/json
200 Response
A message depicting the number of records deleted
Root Schema : DefaultCondimentDeleteResponse
Type:
Show Source
object-
msg(optional):
string
Example:
1 record deleted
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
objectResponse body when the request returns an error.
Show Source
-
detail(optional):
string
A short, human-readable summary of the problem.Example:
Specified Data is invalid -
errorDetails(optional):
string
A human-readable explanation specific to this occurrence of the problem.Example:
Entity Does Not Exist -
o:errorCode(optional):
integer
Error code of the problemExample:
55223 -
status(optional):
integer
HTTP status code.Example:
400 -
title(optional):
string
A short, human-readable summary of the problem type.Example:
VALIDATION ERROR -
type(optional):
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