How can we help?
{{docApp.searchError}}
{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
You have an odd number of " characters in your search terms - each one needs closing with a matching " character!-
{{resultItem.title}}
{{resultItem.url}}
{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}
{{docApp.libraryHomeViewProduct.description}}
{{group.title || group.id}}
{{group.description}}
Description
This type is used to encapsulate a set of data for entity related data operations.
Properties
Name | Type | Occurrence | Description |
---|---|---|---|
entityAction |
entityActionType | Required | The action to perform. This can be either “insert” or “update” which tells the server to insert a new record or update an existing record accordingly. |
record |
propListType | Required | The data to be inserted/updated into the entity record. For each column in the target table there should be an element by the same name that contains the value to be applied to that column. For the “update” action the primary key value of the table must be provided. The following example shows the expected structure. <record> <column_1>Value for column 1</column_1> <column_2>Value for column 1</column_2> … </record> |
relationshipName |
nameType | Required | The name of the relationship this data set relates to. Each relationship for a given entity is given a unique name that is generally descriptive of it’s purpose in relation to the main entity. |
- Version {{docApp.book.version}}
- Node {{docApp.node}} / {{docApp.build}}
In This Document