<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Servizi Core > Jamio Document > CreateAggregation |
Service
Method
CreateAggregation
Description
Creates a new aggregation.
Input |
|||
Name |
Description |
Type |
Optional |
serverAddress |
Server address for an external Domain (Null or Empty for the current Domain). |
String |
Y |
token |
The session token (for the current session in the current Domain may be null or empty). |
String |
Y |
tenantId |
The tenant id (defaults to the tenant of the used session). |
String |
|
newAggregation |
Data of the aggregation to be created. |
Object of type Aggregation or custom type of type Aggregation |
|
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
The Aggregation reference. |
Reference |
|