ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.createClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
ClickwrapRequest clickwrapRequest) |
Creates the clickwrap version
|
ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.createClickwrapWithHttpInfo(String accountId,
ClickwrapRequest clickwrapRequest) |
Creates a Clickwrap for the specified accountId
|
ApiResponse<UserAgreementResponse> |
AccountsApi.createHasAgreedWithHttpInfo(String accountId,
String clickwrapId,
UserAgreementRequest userAgreementRequest) |
Checks if a user has agreed to a clickwrap and returns a response with the agreement url.
|
ApiResponse<ClickwrapsDeleteResponse> |
AccountsApi.deleteClickwrapsWithHttpInfo(String accountId,
AccountsApi.DeleteClickwrapsOptions options) |
Deletes all the clickwraps for an account or the ones passed in query parameter clickwrapIds.
|
ApiResponse<ClickwrapVersionsDeleteResponse> |
AccountsApi.deleteClickwrapVersionsWithHttpInfo(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapVersionsOptions options) |
Deletes the versions specified by query parameter clickwrapVersionIds for a clickwrap, or all
versions if no query parameter is specified.
|
ApiResponse<ClickwrapVersionDeleteResponse> |
AccountsApi.deleteClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
String versionId) |
Delete a Clickwrap version specified by versionId
|
ApiResponse<ClickwrapVersionsDeleteResponse> |
AccountsApi.deleteClickwrapWithHttpInfo(String accountId,
String clickwrapId,
AccountsApi.DeleteClickwrapOptions options) |
Deletes the clickwrap and all its version specified by clickwrapId.
|
ApiResponse<Document> |
AccountsApi.getAgreementDocumentWithHttpInfo(String accountId,
String clickwrapId,
String versionId,
String orderOrDisclosure) |
Downloads a document at an order within the agreement.
|
ApiResponse<byte[]> |
AccountsApi.getAgreementPdfWithHttpInfo(String accountId,
String clickwrapId,
String agreementId,
AccountsApi.GetAgreementPdfOptions options) |
Downloads the agreement PDF and optionally certificate of completion.
|
ApiResponse<UserAgreementResponse> |
AccountsApi.getAgreementWithHttpInfo(String accountId,
String clickwrapId,
String agreementId) |
Gets the agreement by a provided agreement ID
|
ApiResponse<ClickwrapAgreementsResponse> |
AccountsApi.getClickwrapAgreementsWithHttpInfo(String accountId,
String clickwrapId,
AccountsApi.GetClickwrapAgreementsOptions options) |
Gets the agreement responses for a clickwrap
|
ApiResponse<ClickwrapVersionsResponse> |
AccountsApi.getClickwrapsWithHttpInfo(String accountId,
AccountsApi.GetClickwrapsOptions options) |
Gets the Clickwraps for an account
|
ApiResponse<ClickwrapAgreementsResponse> |
AccountsApi.getClickwrapVersionAgreementsWithHttpInfo(String accountId,
String clickwrapId,
String versionId,
AccountsApi.GetClickwrapVersionAgreementsOptions options) |
Gets the agreement responses for a clickwrap version
|
ApiResponse<ClickwrapVersionsPagedResponse> |
AccountsApi.getClickwrapVersionsWithHttpInfo(String accountId,
String clickwrapId) |
Gets all the versions of a clickwrap for an account
|
ApiResponse<ClickwrapVersionResponse> |
AccountsApi.getClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
String versionId) |
Gets the Clickwrap version by clickwrapId and versionId for an account
|
ApiResponse<ClickwrapVersionResponse> |
AccountsApi.getClickwrapWithHttpInfo(String accountId,
String clickwrapId) |
Gets the clickwrap for an account specified by clickwrapId
|
ApiResponse<ServiceInformation> |
AccountsApi.getServiceInformationWithHttpInfo() |
Provides base service and version access information.
|
ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.updateClickwrapVersionWithHttpInfo(String accountId,
String clickwrapId,
String versionId,
ClickwrapRequest clickwrapRequest) |
Updates the clickwrap version specified by versionId
|
ApiResponse<ClickwrapVersionSummaryResponse> |
AccountsApi.updateClickwrapWithHttpInfo(String accountId,
String clickwrapId,
ClickwrapTransferRequest clickwrapTransferRequest) |
Updates the clickwrap specified by clickwrapId
|