Update Family Group Consumer Facing Content
post
/content/sim/v2/menuItems/familyGroups/updateConsumerContent
Updates the Family Group Consumer Facing Content. If Family Group Consumer Facing Content is not found it creates a new entry for Family Group Consumer Facing Content.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string
Detail that identifies, who made the change.
Family Group Consumer Facing Content object of the organization
Root Schema : FamilyGroupConsumerFacingContentCUDRequestBody
Type:
object
Model for Family Group Facing Content Object
Show Source
-
comments:
string
Comment of the images.Example:
Image of Appetizers
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
2
-
imageIndex(required):
integer
Number of the image. Values range from 1-10.Example:
1
-
objectNum(required):
integer
Object Number of the Family GroupExample:
1
-
size:
string
The size of an imageExample:
Size: 12 kb, png: 100 x 100 px
-
title:
string
Title of the imageExample:
Image of appetizers
Response
Supported Media Types
- application/json
200 Response
Family Group Consumer Facing Content of the organization
Root Schema : FamilyGroupConsumerFacingContentUpdateResponse
Type:
object
Response object for Content related Objects
Show Source
-
hierUnitId(required):
integer
Unique reference of the hierarchy unitExample:
1
-
imageIndex(required):
integer
Image number of the family groupExample:
1
-
objectNum(required):
integer
Object Number of the menu itemExample:
1
-
url(required):
string
Object storage url of the uploaded image, can be used for downloading the uploaded image.Example:
https://objectstorage.oracle.com/xyz.jpg
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