Update Custom Content
post
/content/sim/v1/setup/updateCustomContent
Updates the custom content. If content is not found, it add a new custom content.
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 : UpdateCustomContent
Type:
Show Source
object
-
description(required):
object TranslatedString_description
Additional Properties Allowed: additionalPropertiesA group of string objects representing the description of custom content in configured languages
-
filename:
string
The name of the custom content file with extensionExample:
ImageSpoons.jpg
-
filenameOrigin:
string
the content file origin.Example:
C:\Program Files\Oracle Hospitality\EMCClient\OPIPayment.dll
-
hierUnitId(required):
integer
Unique hierarchy unit valueExample:
1
-
id(required):
integer
Unique reference of the contentExample:
1
-
name(required):
string
The name of the content objectExample:
Image Spoons
-
size:
integer
the size of the custom content in bytes.Example:
Size: 12 kb, png: 100 x 100 px
-
target:
string
A string value of 0???s & 1???s representing the platforms where the content is targetedExample:
11111111111111111111111111111111
-
type(required):
integer
The file type for the custom contentExample:
9
Nested Schema : TranslatedString_description
Type:
object
Additional Properties Allowed
Show Source
A group of string objects representing the description of custom content in configured languages
Example:
{
"en-US":"Image Spoons",
"de-DE":"Bild L??ffel",
"es-MX":"Cucharas de Imagen"
}
Response
Supported Media Types
- application/json
200 Response
Response object
Root Schema : CustomContentResponse
Type:
Show Source
object
-
hierUnitId(required):
integer
Unique hierarchy unit value.Example:
1
-
id(required):
integer
Unique reference of the contentExample:
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