module:api/TrustServiceProvidersApi

module:api/TrustServiceProvidersApi

new module:api/TrustServiceProvidersApi(apiClient)

Source:

Constructs a new TrustServiceProvidersApi.

Parameters:
Name Type Description
apiClient module:ApiClient

Optional API client implementation to use,
default to module:ApiClient#instance if unspecified.

Methods

getSealProviders(accountId, callback)

Source:

Returns Account available seals for specified account.

Parameters:
Name Type Description
accountId String

The external account number (int) or account ID Guid.

callback module:api/TrustServiceProvidersApi~getSealProvidersCallback

The callback function, accepting three arguments: error, data, response
data is of type: module:model/AccountSeals

Type Definitions

getSealProvidersCallback(error, data, If)

Source:

(Optional) Callback function to receive the result of the getSealProviders operation. If none specified a Promise will be returned.

Parameters:
Name Type Description
error String

Error message, if any.

data module:model/AccountSeals

The data returned by the service call.

If String

a callback was specified, the response The complete HTTP response, else a Promise resolving the response Data.