Add Print Logos
post
/content/sim/v1/setup/printLogos
Add the Print Logos object to a specified hierarchy unit
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 : PrintLogos
Type:
objectModel for Print Logos Object
Show Source
-
content(optional):
string
The actual file containing the image.Example:
abc123 -
filename(optional):
string
The name of the image file with extensionSupported extensions - bmpExample:
ImageAppetizers.bmp -
hierUnitId:
integer
Unique reference of the hierarchy unit where the Print Logos is configuredExample:
3599 -
hierUnitName(optional):
object hierUnitName
A string that contains translations of hierarchy unit name into multiple languages
-
hierUnitObjNum(optional):
integer
Object number of the hierarchy unit where the Print Logos is configuredExample:
26 -
name:
object name
A group of string objects representing the name of the Print Logos in configured languages
-
objectNum:
integer
Object Number of the Print Logos.Example:
1 -
size(optional):
integer
The size of the image in bytes.Maximum file size ??? 2 MBExample:
1 -
url(optional):
string
The URL of the download API which needs to be used to download the actual content file. This is auto generated and does not need to be provided during Add/Update API calls.Example:
baseURL/content/sim/v1/orgidentifier/printLogos/{hierUnitId}/download
Nested Schema : hierUnitName
Type:
objectA string that contains translations of hierarchy unit name into multiple languages
Example:
{
"en-US":"Property",
"de-DE":"Eigentum",
"ar-AR":"??????????"
}Nested Schema : name
Type:
objectA group of string objects representing the name of the Print Logos in configured languages
Example:
{
"en-US":"Print Logos",
"de-DE":"Print Logos"
}Response
Supported Media Types
- application/json
200 Response
Print Logos object of the organization.
Root Schema : PrintLogosBody
Type:
Show Source
object-
hierUnitId:
integer
Unique reference of the hierarchy unit where the Print Logos is configuredExample:
3599 -
objectNum:
integer
Object Number of the Print Logos.Example:
1
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