Update Data Extensions
post
/config/sim/v2/setup/updateDataExtensions
Request
Supported Media Types
- application/json
- multipart/form-data
Header Parameters
-
Simphony-AuditTrailRef: string(string)
Detail that Identifies that who made the change
Data Extension Resource Object
Root Schema : DataExtensionResourceObjectv2
Type:
object
Model for Data Extension Object
Show Source
-
dataConstraints(required):
object dataConstraints
Constraints on the values that can be inserted for this data extension property. Note that for 'Boolean' and "XML Document" types, data constraints are not required. For all other types, this is a required field
-
displayWidth:
integer
The display width of the column, acceptable values include null, 30-999 inclusiveExample:
150
-
extraColumnName(required):
string
name of the data extension property, cannot be empty. Maximum allowed length of string is 128.Example:
isKiosk
-
isDownloadable:
boolean
boolean value to specify if the property is downloadable. Default Value = trueExample:
true
-
isEditable:
boolean
boolean value to specify if the property is editable. Default Value = trueExample:
true
-
isViewable:
boolean
boolean value to specify if the property is viewable. Default Value = trueExample:
true
-
objectNum(required):
integer
Object Number of the Data Extension property.Example:
1
-
sortPriority:
integer
sort priority of the property.Example:
1
-
tableNum:
integer
Object Number of the table. ** Below table descibes acceptable values for tableNum and the corresponding table Name | tableNum | tableName | |-----------|--------------------| | 17 |Hierarchy Unit | | 20 |Revenue Center | | 25 |Order Type | | 41 |Workstations | | 50 |Currency | | 54 |Tax Class | | 58 |Menu Item Class | | 67 |Discount | | 70 |Service Charge | | 71 |Tender/Media | | 85 |Job Code | | 104 |Employee Class | | 106 |Employee | | 128 |Serving Period | | 131 |Menu Item Master | | 134 |Menu Item Definition| | 138 |Effectivity Groups | | 1001 |Property | | 1010 |Role |Example:
1
-
translatableHelp:
object translatableHelp
A string that contains translations of help for the property
-
translatableName:
object translatableName
A string that contains translations of column name for the property
-
type(required):
integer
Type of data that can be inserted for this data extension property. ** Below is a list of acceptable values for type |Type |Description | |-----|--------------| |0 |Text | |1 |Multiline Text| |2 |Number | |3 |Decimal | |4 |Boolean | |5 |Date | |6 |Time | |7 |Date/Time | |8 |Text List | |9 |Lookup List | |10 |Big Text List | |11 |XML Document | |12 |JSON |Example:
1
Nested Schema : dataConstraints
Type:
object
Constraints on the values that can be inserted for this data extension property. Note that for 'Boolean' and "XML Document" types, data constraints are not required. For all other types, this is a required field
Show Source
-
dateTimeFormat:
string
Valid Date/Time format. For types- Date, Time, Date/Time. Following is the format in which each of the mentioned fields should be passed: year: yyyy or yy month: MM or M date: dd or d hour: HH or H or h or hh minute: mm or m or mm:ss display_type: t or tt (optional and applicable only when hour is in 'h' or 'hh' format) date_format: year/month/date or month/date/year or date/month/year or year-month-date or month-date-year or date-month-year time_format: hour:minute display_type dateTime format: date_format time_formatExample:
yyyy/MM/dd hh:mm t
-
lines:
integer
number of lines allowed. For types- Multiline TextExample:
2
-
lookupList:
object lookupList
List to choose data values from. For types- Lookup List, Text List, Big Text List
-
maxChars:
integer
maximum characters allowed. For types- Text and JSONExample:
128
-
maxValue:
number
maximum value for the allowed range. For types- Number, DecimalExample:
9999
-
minValue:
number
minimum value for the allowed range. For types- Number, DecimalExample:
0
Nested Schema : translatableHelp
Type:
object
A string that contains translations of help for the property
Example:
{
"1":"Property",
"2":"Eigentum",
"3":"Propiedad"
}
Nested Schema : translatableName
Type:
object
A string that contains translations of column name for the property
Example:
{
"1":"Property",
"2":"Eigentum",
"3":"Propiedad"
}
Nested Schema : lookupList
Type:
object
List to choose data values from. For types- Lookup List, Text List, Big Text List
Example:
{
"1":"Entry-1",
"2":"Entry-2",
"3":"Entry-3"
}
Response
Supported Media Types
- application/json
200 Response
Response object
Root Schema : DataExtensionsResponse
Type:
Show Source
object
-
objectNum(required):
integer
Object number of the data extension propertyExample:
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