Add Effectivity Groups
post
/config/sim/v1/setup/effectivitygroups
Add an Effectivity Groups record for the current organization.
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef(optional): string(string)
Detail that Identifies that who made the change
-
Simphony-OrgShortName: string(string)
Org Identifier
An Effectivity Group Object
Root Schema : EffectivityGroups
Type:
Show Source
object
-
activeTimes(optional):
object activeTimes
-
dataExtentions(optional):
object dataExtentions
An array of data extensions for the menu item
-
hierUnitId:
integer
Unique hierarchy unit valueExample:
1
-
hierUnitName(optional):
object HierUnitNameTranslatedString
A string that contains translations of hierarchy unit name into multiple languages
-
hierUnitObjNum(optional):
integer
Hierarchy unit object numberExample:
1
-
name:
object OrderDeviceTranslatedString
name of the Order Device
-
objectNum:
integer
Object number of the effectivity groupExample:
1
Nested Schema : activeTimes
Type:
Show Source
object
-
effId(optional):
integer
The unique reference of the effectivity recordExample:
1
-
endTime(optional):
string
The time that the record becomes inactive for each Active Time interval. Leave the field blank if the record never becomes inactiveExample:
2020-12-31T23:59:59
-
startTime(optional):
string
The time that the record becomes active for each Active Time interval. Leave the field blank if the start time is not relevant.Example:
2020-01-01T00:00:00
-
timeIsLocal(optional):
boolean
A Boolean flag indicating if the Start/End times represent the local time of the property.Example:
false
Nested Schema : dataExtentions
Type:
object
An array of data extensions for the menu item
Show Source
-
columnName(optional):
string
Name of the extention fieldExample:
extension_Column
-
value(optional):
string
value of the extension fieldExample:
value1
Nested Schema : HierUnitNameTranslatedString
Type:
object
A string that contains translations of hierarchy unit name into multiple languages
Example:
{
"en-US":"Property",
"de-DE":"Eigentum",
"ar-AR":"??????????"
}
Nested Schema : OrderDeviceTranslatedString
Type:
object
name of the Order Device
Example:
{
"en-US":"Order Device 1",
"es-SS":"Order Device"
}
Response
Supported Media Types
- application/json
200 Response
Response indicating the EffGrp object added.
Root Schema : EffGroupDeleteRequestBody
Type:
Show Source
object
-
hierUnitId:
integer
Unique hierarchy unit valueExample:
1
-
objectNum:
integer
Object number of the printerExample:
1
400 Response
400 Bad Request
Root Schema : ErrorDetails
Type:
object
Response 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