The Edit method allows you to make changes to a specified app instance.
int Edit(string tokenIn, int instanceId, FirstTest instance, int instanceId, out string tokenOut)
Send Params |
Return Params |
---|---|
•instanceId - This is the unique app instance ID of the app instance, whose data should be changed. •instance - This is an instance of the actual data instance object for your app. 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 Edit method. •tokenIn - This is the security token that is obtained by the previous API call. See the API Security topic for more details. |
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