Typical API Call Sequence
For each call, your client application typically:
- prepares the request by defining request parameters, if applicable.
- invokes the call, which passes the request with its parameters to the API for processing.
- receives the response from the API.
- handles the response, either by processing the returned data (for a successful invocation) or by handling the error (for a failed invocation).
Copyright © Cloud Software Group, Inc. All rights reserved.