Merge Table Members with PK
post
/rest/api/v1.3/lists/{listName}/customTable/{tableName}/members
Request
Path Parameters
-
listName: string
List name
-
tableName: string
Table Name
Request Body
Root Schema : Custom Table Members with PK
Type:
objectTitle:
Show Source
Custom Table Members with PK-
insertOnNoMatch(optional):
boolean
Specifies whether a member record should be inserted into the Custom Table if it does not already exist.
-
recordData(optional):
object recordData
Record data that represents Field Names and corresponding values for the member.
-
required(optional):
-
updateOnMatch(optional):
string
Allowed Values:
[ "REPLACE_ALL", "NO_UPDATE" ]Specifies whether a member record should be updated in the Custom Table if it already exists.
Nested Schema : recordData
Type:
objectRecord data that represents Field Names and corresponding values for the member.
Show Source
-
fieldNames:
array fieldNames
Field Names in the Custom Table
-
mapTemplateName(optional):
string
The Map Template in CX Audience that can be used to map Field Names of the Custom Table to Column Names.
-
records:
array records
Array of values corresponding to the fieldNames. Each element in the array represents a single member.
Nested Schema : records
Type:
arrayArray of values corresponding to the fieldNames. Each element in the array represents a single member.
Show Source
-
Array of:
array items
Field Values for the member in the Custom Table
Response
Supported Media Types
- application/json
Default Response
Root Schema : Custom Table Members with PK
Type:
objectTitle:
Show Source
Custom Table Members with PK-
insertOnNoMatch(optional):
boolean
Specifies whether a member record should be inserted into the Custom Table if it does not already exist.
-
recordData(optional):
object recordData
Record data that represents Field Names and corresponding values for the member.
-
required(optional):
-
updateOnMatch(optional):
string
Allowed Values:
[ "REPLACE_ALL", "NO_UPDATE" ]Specifies whether a member record should be updated in the Custom Table if it already exists.
Nested Schema : recordData
Type:
objectRecord data that represents Field Names and corresponding values for the member.
Show Source
-
fieldNames:
array fieldNames
Field Names in the Custom Table
-
mapTemplateName(optional):
string
The Map Template in CX Audience that can be used to map Field Names of the Custom Table to Column Names.
-
records:
array records
Array of values corresponding to the fieldNames. Each element in the array represents a single member.
Nested Schema : records
Type:
arrayArray of values corresponding to the fieldNames. Each element in the array represents a single member.
Show Source
-
Array of:
array items
Field Values for the member in the Custom Table