SOAP API Commands

The following table lists the calls supported in the SOAP API in alphabetical order. For each call, it provides a brief description and a link to a help topic with syntax and usage information and code samples.

Command

Description

add()

Adds one or more new objects.

approve()

Approves one or more transactions that were submitted for approval.

createUser()

Adds or Updates a User object.

delete()

Deletes one or more objects.

login()

Authenticates the user and starts a client session.

logout()

Ends the client session of the authenticated user.

makeURL()

Creates one or more URL to specific OpenAir pages.

modify()

Updates one or more objects.

read()

Retrieves one or more objects of the type specified based on the method, attributes and other parameters passed.

reject()

Rejects one or more transactions that were submitted for approval.

servertime()

Retrieves the current system timestamp from the OpenAir servers.

submit()

Submits one or more transactions for approval.

unapprove()

Unapproves one or more transactions that were previously approved.

upsert()

Adds or updates one or more objects.

version()

Retrieves the version of a thin client application supported by OpenAir.

whoami()

Retrieves information about the authenticated user.