Service module to handle Web Accounts interactions.
Syntax
Response = WebAccounts_Services(@Service, @Params)
Returns
The meaning of the response value depends on the service.
Parameters
| Parameter | Description |
|---|---|
| @Service | The name of the service being requested. Required. |
| @Params | Generic parameters. Refer to a specific service to determine the actual parameters used. |
Remarks
This module provides several useful services for high level interaction with database tables and rows.
Services
| Service | Description |
|---|---|
GetWebAccounts | Usage: Comments: Returns: |
SetWebAccounts | Usage: Comments: Returns: |
ConvertMVWebAccountsToJSON | Usage: Comments: Returns: |
ConvertJSONWebAccountsToMV | Usage: Comments: Returns: |
Params
The proper use of the generic arguments are defined in the definition of each service above.