The Add method adds a new app instance and populates it with data.
int Add(string tokenIn, FirstTest instance, out int instanceId, out string tokenOut)
Send Params |
Return Params |
---|---|
•instance - This is an instance of the actual data instance object. Each property of this corresponds to an app field. You can set these individual fields from your code and then pass the entire object to the Add method so the newly created app instance is properly populated with your field data. The actual type is different for each app as it represents the objects on the app. •tokenIn - This is the security token that is obtained by the previous API call. See the API Security topic for more details. |
•instanceId - This is the unique app instance ID of the newly created app instance. •tokenOut - This is the new security token that should be used for the next Web Service call after this one. See the API Security topic for more details. |
Return to: App API Methods, Integration