ExternalFormFillSessionsApi
Represents a collection of functions to interact with the API endpoints
Gets or sets the ApiClient object
Provides a factory method hook for the creation of exceptions.
Initializes a new instance of the ExternalFormFillSessionsApi class
using AplClient object
public ExternalFormFillSession CreateExternalFormFillSession(string accountId, ExternalFormFillSessionForCreate body = null)
Creates an external form fill session. Returns a URL for a new external form fill session, based on the `roomId` and `formId` that you specify in the `formFillSessionForCreate` request body.
public Task<ExternalFormFillSession> CreateExternalFormFillSessionAsync(string accountId, ExternalFormFillSessionForCreate body = null)
Creates an external form fill session. Returns a URL for a new external form fill session, based on the `roomId` and `formId` that you specify in the `formFillSessionForCreate` request body.
public Task<ApiResponse<ExternalFormFillSession>> CreateExternalFormFillSessionAsyncWithHttpInfo(string accountId, ExternalFormFillSessionForCreate body = null)
Creates an external form fill session. Returns a URL for a new external form fill session, based on the `roomId` and `formId` that you specify in the `formFillSessionForCreate` request body.
public ApiResponse<ExternalFormFillSession> CreateExternalFormFillSessionWithHttpInfo(string accountId, ExternalFormFillSessionForCreate body = null)
Creates an external form fill session. Returns a URL for a new external form fill session, based on the `roomId` and `formId` that you specify in the `formFillSessionForCreate` request body.
Gets the base path of the API client.