New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

subskribe_dev

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subskribe_dev

  • 1.3.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

subskribe_dev

SubskribeDevClient - the Ruby gem for the Subskribe API

No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)

This SDK is automatically generated by the Swagger Codegen project:

  • API version: 1.0.0
  • Package version: 1.3.1
  • Build package: io.swagger.codegen.languages.RubyClientCodegen

Installation

Build a gem

To build the Ruby code into a gem:

gem build subskribe_dev.gemspec

Then either install the gem locally:

gem install ./subskribe_dev-1.3.1.gem

(for development, run gem install --dev ./subskribe_dev-1.3.1.gem to install the development dependencies)

or publish the gem to a gem hosting service, e.g. RubyGems.

Finally add this to the Gemfile:

gem 'subskribe_dev', '~> 1.3.1'

Install from Git

If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:

gem 'subskribe_dev', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'

Include the Ruby code directly

Include the Ruby code directly using -I as follows:

ruby -Ilib script.rb

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'subskribe_dev'

# Setup authorization
SubskribeDevClient.configure do |config|
  # Configure API key authorization: ApiKeyAuth
  config.api_key['X-API-Key'] = 'YOUR API KEY'
  # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
  #config.api_key_prefix['X-API-Key'] = 'Bearer'
end

api_instance = SubskribeDevClient::AccountingApi.new

from = 789 # Integer | start date in seconds since Epoch(GMT)

to = 789 # Integer | end date in seconds since Epoch(GMT)

opts = { 
  limit: 56, # Integer | number of items per page
  page_token: 'page_token_example' # String | pass this to subsequent calls
}

begin
  #Get accounting events for the specified dates
  result = api_instance.get_accounting_events(from, to, opts)
  p result
rescue SubskribeDevClient::ApiError => e
  puts "Exception when calling AccountingApi->get_accounting_events: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://api.dev2.subskribe.net

ClassMethodHTTP requestDescription
SubskribeDevClient::AccountingApiget_accounting_eventsGET /accounting/journalEntry/eventsGet accounting events for the specified dates
SubskribeDevClient::AccountingApiget_journal_entriesGET /accounting/journalEntryReturn Journal Entries for period
SubskribeDevClient::AccountingApispecify_current_accounting_periodPOST /accountingPeriodsSpecify the current accounting period
SubskribeDevClient::AccountsApiadd_accountPOST /accountsAdd a new account
SubskribeDevClient::AccountsApiadd_account_contactPOST /accounts/{accountId}/contactsAdd a contact for an account
SubskribeDevClient::AccountsApiadd_account_payment_methodPOST /accounts/{accountId}/paymentMethodsAdd a payment method to an account
SubskribeDevClient::AccountsApidelete_accountDELETE /accounts/{id}Delete an account
SubskribeDevClient::AccountsApidelete_account_contactDELETE /accounts/{accountId}/contacts/{contactId}Delete a contact
SubskribeDevClient::AccountsApiget_accountGET /accounts/{id}Get an account by id
SubskribeDevClient::AccountsApiget_account_contactGET /accounts/{accountId}/contacts/{contactId}Gets contact details
SubskribeDevClient::AccountsApiget_account_contactsGET /accounts/{accountId}/contactsGet contacts for an account
SubskribeDevClient::AccountsApiget_account_metricsGET /accounts/{id}/metricsReturns metrics for the specified account
SubskribeDevClient::AccountsApiget_account_payment_methodsGET /accounts/{accountId}/paymentMethodsGet the payment methods for an account
SubskribeDevClient::AccountsApiget_accountsGET /accountsGet all accounts
SubskribeDevClient::AccountsApiget_payment_methodGET /accounts/{accountId}/paymentMethods/{id}Get the details of a payment method
SubskribeDevClient::AccountsApiimport_crm_accountPOST /accounts/crm/importImport an account from a CRM
SubskribeDevClient::AccountsApiupdate_accountPUT /accounts/{id}Update an account
SubskribeDevClient::AccountsApiupdate_account_contactPUT /accounts/{accountId}/contacts/{contactId}Update a contact
SubskribeDevClient::ApprovalsApiadd_approval_rolePOST /approvalRolesAdd an approval role
SubskribeDevClient::ApprovalsApiadd_approval_segmentPOST /approvalSegmentsAdd an approval segment
SubskribeDevClient::ApprovalsApidelete_approval_roleDELETE /approvalRoles/{approvalRoleId}Delete an approval role
SubskribeDevClient::ApprovalsApidelete_approval_segmentDELETE /approvalSegments/{approvalSegmentId}Delete a segment
SubskribeDevClient::ApprovalsApifetch_notificationGET /approvalFlowNotificationsmake ngrok happy
SubskribeDevClient::ApprovalsApiget_all_import_detailsGET /approvalMatrix/csvGet approval matrix details
SubskribeDevClient::ApprovalsApiget_approval_matrix_as_csvGET /approvalMatrix/csv/downloadDownload approval matrix
SubskribeDevClient::ApprovalsApiget_approval_role_by_idGET /approvalRoles/{approvalRoleId}Get Details of an approval role
SubskribeDevClient::ApprovalsApiget_approval_rolesGET /approvalRolesGet approval roles
SubskribeDevClient::ApprovalsApiget_approval_segment_by_idGET /approvalSegments/{approvalSegmentId}Get approval segment details
SubskribeDevClient::ApprovalsApiget_approval_segmentsGET /approvalSegmentsGet approval segments
SubskribeDevClient::ApprovalsApiget_import_details_by_idGET /approvalMatrix/csv/{importId}Get import details
SubskribeDevClient::ApprovalsApiget_import_previewGET /approvalMatrix/csv/{importId}/previewPreview import changes
SubskribeDevClient::ApprovalsApiget_import_resultGET /approvalMatrix/csv/{importId}/downloadDownload the csv for an import
SubskribeDevClient::ApprovalsApireceive_approval_flow_notificationPOST /approvalFlowNotificationsReceive approval flow notification
SubskribeDevClient::ApprovalsApisubmit_approval_matrix_csvPOST /approvalMatrix/csv/{importId}/submitFinalize an import
SubskribeDevClient::ApprovalsApiupdate_approval_rolePUT /approvalRoles/{approvalRoleId}Update an approval role
SubskribeDevClient::ApprovalsApiupdate_approval_segmentPUT /approvalSegments/{approvalSegmentId}Update an approval segment
SubskribeDevClient::ApprovalsApiupload_approval_matrix_csvPOST /approvalMatrix/csvUpload an Approval Matrix
SubskribeDevClient::AttachmentsApiadd_attachment_to_accountPOST /attachments/account/{accountId}Add an attachment
SubskribeDevClient::AttachmentsApidelete_attachment_from_accountDELETE /attachments/{attachmentId}Delete an attachment
SubskribeDevClient::AttachmentsApiget_attachmentGET /attachments/{attachmentId}Get attachment contents
SubskribeDevClient::AttachmentsApilist_account_attachmentsGET /attachments/account/{accountId}Get attachments for an account
SubskribeDevClient::AttachmentsApimodify_attachmentPUT /attachmentsUpdate the details of an attachment
SubskribeDevClient::AuthenticationApiadd_saml_integrationPOST /auth/samlAdd a saml integration
SubskribeDevClient::AuthenticationApicreate_api_keyPOST /apikeyCreate a new api key
SubskribeDevClient::AuthenticationApiget_all_api_keysGET /apikeyRetrieves all API keys
SubskribeDevClient::AuthenticationApiget_api_key_by_idGET /apikey/{id}Retrieve an API key by id
SubskribeDevClient::AuthenticationApirevoke_api_keyDELETE /apikey/revokerevoke all keys
SubskribeDevClient::AuthenticationApirevoke_api_key_by_idDELETE /apikey/revoke/{id}revoke an API key by id
SubskribeDevClient::BillingApiadd_automated_invoice_rulePOST /automatedInvoiceRulesCreate an automated invoice rule
SubskribeDevClient::BillingApiadd_billing_schedulePOST /invoices/scheduleAdd a new billing schedule for subscription line item
SubskribeDevClient::BillingApiadd_subscription_charge_aliasPUT /alias/subscriptionCharge/{aliasId}Create an alias for a subscription id/charge id pair
SubskribeDevClient::BillingApiapply_credit_memoPOST /settlements/applyCreditMemoApply a credit memo
SubskribeDevClient::BillingApicreate_bulk_invoice_runPOST /invoices/bulkCreate a bulk invoice run
SubskribeDevClient::BillingApicreate_invoice_documentPOST /invoices/{invoiceNumber}/pdfGenerate invoice PDF
SubskribeDevClient::BillingApidelete_billing_scheduleDELETE /invoices/schedule/{id}Delete an existing billing schedule
SubskribeDevClient::BillingApidelete_invoiceDELETE /invoices/{number}Delete invoice
SubskribeDevClient::BillingApidelete_subscription_charge_aliasDELETE /alias/subscriptionCharge/{aliasId}Delete the specified alias
SubskribeDevClient::BillingApigenerate_invoicePOST /invoices/generateGenerate subscription invoices
SubskribeDevClient::BillingApiget_account_receivable_contactGET /accountReceivableContactGet the contact for accounts receivable
SubskribeDevClient::BillingApiget_automated_invoice_ruleGET /automatedInvoiceRules/{id}Get automated invoice rule details
SubskribeDevClient::BillingApiget_automated_invoice_rulesGET /automatedInvoiceRulesGet automated invoice rules for a tenant
SubskribeDevClient::BillingApiget_billing_schedulesGET /invoices/scheduleGet billing schedules for a subscription line item
SubskribeDevClient::BillingApiget_bulk_invoice_runGET /invoices/bulk/{bulkInvoiceRunId}Get bulk invoice run details
SubskribeDevClient::BillingApiget_bulk_invoice_run_itemsGET /invoices/bulk/{bulkInvoiceRunId}/runItemsGet items for bulk invoice run
SubskribeDevClient::BillingApiget_dunning_settingGET /dunningSettingGet dunning settings
SubskribeDevClient::BillingApiget_invoiceGET /invoices/{number}Get invoice details
SubskribeDevClient::BillingApiget_invoice_balanceGET /invoices/{number}/balanceGet invoice balance
SubskribeDevClient::BillingApiget_invoice_document_pdfGET /invoices/{invoiceNumber}/pdfDownload invoice PDF
SubskribeDevClient::BillingApiget_invoicesGET /invoicesGet all invoices for a subscription
SubskribeDevClient::BillingApiget_raw_invoice_document_jsonGET /invoices/{invoiceNumber}/documentJsonGet the invoice document JSON that is used to render invoice PDF
SubskribeDevClient::BillingApiget_settlement_applicationGET /settlements/{id}Get settlement application details
SubskribeDevClient::BillingApiget_settlement_applicationsGET /settlementsGet settlement applications
SubskribeDevClient::BillingApiget_subscription_charge_aliasGET /alias/subscriptionCharge/{aliasId}Get the details of an alias
SubskribeDevClient::BillingApiget_usage_for_subscription_chargeGET /invoices/usageGet usage
SubskribeDevClient::BillingApilist_aliases_for_subscriptionGET /alias/subscriptionChargeGet aliases for a subscription
SubskribeDevClient::BillingApipost_invoicePOST /invoices/{number}/postMark invoice as posted
SubskribeDevClient::BillingApipost_invoices_for_bulk_invoice_runPUT /invoices/bulk/{bulkInvoiceRunId}/postPosts invoices for a bulk run
SubskribeDevClient::BillingApipreview_invoice_by_order_periodGET /invoices/unbilledUsageGet unbilled usage
SubskribeDevClient::BillingApipreview_invoice_by_order_period1GET /invoices/previewPreview invoices
SubskribeDevClient::BillingApiput_account_receivable_contactPUT /accountReceivableContactSet the contact for accounts receivable
SubskribeDevClient::BillingApisend_invoice_reminderPOST /dunning/sendInvoiceReminder/{invoiceNumber}Send an Invoice Reminder
SubskribeDevClient::BillingApisend_test_dunning_emailPOST /dunning/sendTestEmail/{reminderType}Send a test email
SubskribeDevClient::BillingApiupdate_automated_invoice_rulePUT /automatedInvoiceRules/{id}Update automated invoice rule details
SubskribeDevClient::BillingApiupdate_dunning_settingPUT /dunningSettingUpdate dunning settings
SubskribeDevClient::BillingApiupdate_invoicePUT /invoices/{number}Update invoice details
SubskribeDevClient::BillingApiupdate_invoice_sequencePOST /invoices/sequence/{invoiceConfigId}Update invoice sequence
SubskribeDevClient::BillingApivoid_invoicePUT /invoices/{number}/voidMark invoice as voided
SubskribeDevClient::CreditMemoApiconvert_negative_draft_invoicePUT /creditmemos/convert/{invoiceNumber}Convert invoice to credit memo
SubskribeDevClient::CreditMemoApicreate_credit_memo_documentPOST /creditmemos/{creditMemoNumber}/pdfCreate a credit memo document
SubskribeDevClient::CreditMemoApicreate_standalone_credit_memoPOST /creditmemosCreate a standalone credit memo
SubskribeDevClient::CreditMemoApidelete_credit_memoDELETE /creditmemos/{creditMemoNumber}Delete a credit memo
SubskribeDevClient::CreditMemoApiget_credit_balanceGET /creditmemos/{creditMemoNumber}/balanceGet credit memo balance
SubskribeDevClient::CreditMemoApiget_credit_memoGET /creditmemos/{creditMemoNumber}Get credit memo details
SubskribeDevClient::CreditMemoApiget_credit_memo_configurationGET /creditmemos/configurationGet credit memo configuration for the tenant
SubskribeDevClient::CreditMemoApiget_credit_memo_document_pdfGET /creditmemos/{creditMemoNumber}/pdfDownload credit memo pdf
SubskribeDevClient::CreditMemoApiget_credit_memo_for_accountGET /creditmemosGet credit memos for an account
SubskribeDevClient::CreditMemoApipost_credit_memoPOST /creditmemos/{creditMemoNumber}/postPost a credit memo
SubskribeDevClient::CreditMemoApiupdate_credit_memo_configurationPOST /creditmemos/configurationUpdate credit memo configuration
SubskribeDevClient::CreditMemoApiupdate_draft_credit_memoPUT /creditmemos/{creditMemoNumber}Update a credit memo
SubskribeDevClient::CustomFieldApicreate_custom_field_definitionPOST /customFieldDefinitionCreate a custom field definition
SubskribeDevClient::CustomFieldApidelete_custom_field_definitionDELETE /customFieldDefinition/{id}Delete a custom field definition
SubskribeDevClient::CustomFieldApiget_custom_field_definitionsGET /customFieldDefinition/{parentObjectType}Get custom field definitions
SubskribeDevClient::CustomFieldApiget_custom_fieldsGET /customField/{parentObjectType}/{parentObjectId}Get custom fields by type and parent object id
SubskribeDevClient::CustomFieldApiupdate_custom_fieldPUT /customField/{parentObjectType}/{parentObjectId}/{customFieldName}Update an existing set of custom fields
SubskribeDevClient::CustomFieldApiupdate_custom_field_definitionPUT /customFieldDefinition/{id}Update an existing custom field definition
SubskribeDevClient::CustomFieldApiupdate_custom_fieldsPUT /customField/{parentObjectType}/{parentObjectId}Update an existing set of custom fields
SubskribeDevClient::CustomizationApicompile_order_creation_customization_zeppa_scriptPUT /beta/customization/orderCreationCustomization/compileCompile and Verify a order creation customization for correctness
SubskribeDevClient::CustomizationApicompile_plan_selection_customization_zeppa_scriptPUT /beta/customization/planSelectionCustomization/compileCompile and Verify a plan selection customization for correctness
SubskribeDevClient::CustomizationApitest_order_creation_customization_zeppa_scriptPUT /beta/customization/orderCreationCustomization/testTest a order creation customization zeppa script
SubskribeDevClient::CustomizationApitest_plan_selection_customization_zeppa_scriptPUT /beta/customization/planSelectionCustomization/testTest a plan selection customization zeppa script
SubskribeDevClient::DefaultApiadd_and_apply_paymentPOST /settlements/addAndApplyPaymentApply a payment on a specific invoice
SubskribeDevClient::DefaultApiget_order_documentGET /documentLinks/{id}
SubskribeDevClient::DefaultApivalidate_addressPOST /anrok/validateValidate an address with Anrok
SubskribeDevClient::DefaultApivalidate_address1POST /taxjar/validateValidate an address with TaxJar
SubskribeDevClient::DiscountsApiadd_discountPOST /discountsCreate a discount
SubskribeDevClient::DiscountsApidelete_discountDELETE /discounts/{id}Delete a discount
SubskribeDevClient::DiscountsApiget_discountGET /discounts/{id}Get discount
SubskribeDevClient::DiscountsApiget_discountsGET /discountsGet discounts
SubskribeDevClient::DiscountsApiupdate_discountPUT /discounts/{id}Update discount details
SubskribeDevClient::DiscountsApiupdate_discount_statusPUT /discounts/{id}/status/{status}Update discount status
SubskribeDevClient::ERPApiprocess_delete_tasksPOST /erp/processDeleteTasks/{accountingPeriodId}Trigger ERP journal entry deletion task
SubskribeDevClient::ERPApiprocess_sync_tasksPOST /erp/processSyncTasks/{accountingPeriodId}Trigger ERP journal entry sync task
SubskribeDevClient::ERPApisync_credit_memo_to_erpPOST /erp/syncCreditMemo/{creditMemoNumber}Trigger ERP credit memo sync task
SubskribeDevClient::ERPApisync_invoice_to_erpPOST /erp/syncInvoice/{invoiceId}Trigger ERP invoice sync task
SubskribeDevClient::ERPApisync_void_invoice_to_erpPOST /erp/syncVoidInvoice/{invoiceNumber}Trigger ERP void invoice sync task
SubskribeDevClient::EntitiesApiaccount_entity_migrationPOST /entities/migrate/accountMove account to a target entity
SubskribeDevClient::EntitiesApicomposite_order_entity_migrationPOST /entities/migrate/compositeOrderMove composite order to a target entity
SubskribeDevClient::EntitiesApicreatePOST /entitiesCreate an entity
SubskribeDevClient::EntitiesApidelete_entityDELETE /entities/{id}Delete entity
SubskribeDevClient::EntitiesApiget_entitiesGET /entitiesGets entities
SubskribeDevClient::EntitiesApiget_entity_by_idGET /entities/{id}Gets entity details
SubskribeDevClient::EntitiesApiget_logoGET /entities/logo/{entityId}Get entity logo
SubskribeDevClient::EntitiesApiorder_entity_migrationPOST /entities/migrate/orderUpdate order entity
SubskribeDevClient::EntitiesApisubscription_entity_migrationPOST /entities/migrate/subscriptionMove subscription to a target entity
SubskribeDevClient::EntitiesApiupload_logoPUT /entities/logo/{entityId}Update entity logo
SubskribeDevClient::ImportApicreate_flatfile_workbookPOST /import/flatfile/{domain}Create a Flatfile workbook
SubskribeDevClient::ImportApiget_account_contacts_in_import_formatGET /import/export/accountContactGet account contacts for export
SubskribeDevClient::ImportApiget_amendment_order_export_in_import_formatGET /import/export/amendmentOrdersGet amendment orders in import CSV format
SubskribeDevClient::ImportApiget_available_schemasGET /import/schemasReturn available schemas
SubskribeDevClient::ImportApiget_catalog_data_in_import_formatGET /import/export/catalogGet catalog data for export
SubskribeDevClient::ImportApiget_data_import_by_idGET /import/{importId}Gets an import item
SubskribeDevClient::ImportApiget_data_importsGET /importGets all import items
SubskribeDevClient::ImportApiget_import_result1GET /import/{importId}/resultGet import details
SubskribeDevClient::ImportApiget_new_order_export_in_import_formatGET /import/export/newOrdersGet new orders in import CSV format
SubskribeDevClient::ImportApiprocess_importPUT /import/{importId}/processProcess an import by ID
SubskribeDevClient::ImportApivalidate_multi_part_file_importPOST /importValidate import file
SubskribeDevClient::IntegrationsApiadd_integrationPOST /anrokAdd a Anrok integration
SubskribeDevClient::IntegrationsApiadd_integration1POST /taxjarAdd a TaxJar integration
SubskribeDevClient::IntegrationsApiauthorization_code_callbackGET /hubspotHandle HubSpot authorization code
SubskribeDevClient::IntegrationsApiauthorization_code_callback1GET /sfdcCallback for the authorization code
SubskribeDevClient::IntegrationsApicomplete_integrationGET /docusignComplete Docusign integration
SubskribeDevClient::IntegrationsApidelete_integrationDELETE /docusignDelete Docusign integration
SubskribeDevClient::IntegrationsApidelete_integration1DELETE /hubspotDelete HubSpot Integration
SubskribeDevClient::IntegrationsApidelete_integration2DELETE /sfdcDelete Salesforce integration
SubskribeDevClient::IntegrationsApiget_account_by_idGET /sfdc/account/{id}Get Salesforce account
SubskribeDevClient::IntegrationsApiget_accounts_by_nameGET /sfdc/accountGet Salesforce accounts
SubskribeDevClient::IntegrationsApiget_integrationGET /anrok/{integrationId}Get integration details
SubskribeDevClient::IntegrationsApiget_integration1GET /avalara/{integrationId}Gets Avalara integration details
SubskribeDevClient::IntegrationsApiget_integration2GET /taxjar/{integrationId}Get integration details
SubskribeDevClient::IntegrationsApiget_integration_by_tenantGET /avalaraGets Avalara integration details
SubskribeDevClient::IntegrationsApiget_opportunities_by_account_idGET /sfdc/opportunityGet Salesforce opportunities
SubskribeDevClient::IntegrationsApiimport_accountPOST /sfdc/accountImport account from Salesforce
SubskribeDevClient::IntegrationsApiinitiate_integrationPOST /docusignCreate Docusign integration
SubskribeDevClient::IntegrationsApiinitiate_integration1POST /hubspotInitiate a HubSpot integration
SubskribeDevClient::IntegrationsApiinitiate_integration2POST /sfdcInitiate integration with Salesforce
SubskribeDevClient::IntegrationsApiintegratePOST /avalaraCreate an Avalara integration
SubskribeDevClient::IntegrationsApipingPUT /avalara/pingPings Avalara
SubskribeDevClient::IntegrationsApisetup_hub_spotPOST /hubspot/setupAdd custom properties to HubSpot
SubskribeDevClient::IntegrationsApisync_account_to_salesforcePUT /sfdc/syncAccount/{id}Sync an account to Salesforce
SubskribeDevClient::IntegrationsApisync_deleted_orders_to_salesforcePUT /sfdc/syncDeletedOrdersSync orders to Salesforce
SubskribeDevClient::IntegrationsApisync_esign_details_for_order_to_hub_spotPOST /hubspot/esign/{orderId}Sync esign details for order id
SubskribeDevClient::IntegrationsApisync_order_to_salesforcePUT /sfdc/sync/{id}Sync order to Salesforce
SubskribeDevClient::IntegrationsApisync_orders_to_salesforcePUT /sfdc/syncOrdersSync orders to Salesforce
SubskribeDevClient::IntegrationsApisync_tenant_to_salesforcePUT /sfdc/syncTenantSync whole tenant to Salesforce in a paginated fashion
SubskribeDevClient::IntegrationsApitest_integrationPUT /anrok/testTest an integration is valid
SubskribeDevClient::IntegrationsApitest_integration1PUT /taxjar/testTest an integration is valid
SubskribeDevClient::IntegrationsApiupdate_primary_order_id_for_opportunityPUT /sfdc/order/{id}Make an order primary
SubskribeDevClient::IntegrationsApiverify_setupPOST /hubspot/setup/verifyVerify HubSpot setup
SubskribeDevClient::MetricsReportingApiadd_external_arr_metricsPOST /metricsReporting/externalArrMetricssubmit request to generate external arr metrics
SubskribeDevClient::MetricsReportingApiget_external_arr_metricsGET /metricsReporting/externalArrMetrics/{id}gets external arr metrics request for the provided id
SubskribeDevClient::MetricsReportingApiget_external_arr_metrics1GET /metricsReporting/externalArrMetricsgets external arr metrics requests submitted
SubskribeDevClient::MetricsReportingApipopulate_arr_metrics_for_subscriptionPUT /metricsReporting/populateArrMetrics/subscriptions/{subscriptionId}submit request to generate/regenerate arr metrics for a subscription
SubskribeDevClient::NotificationsApiadd_target_and_events_subscriptionsPOST /notificationsAdd a notification target
SubskribeDevClient::NotificationsApiget_all_notification_subscriptions_for_tenantGET /notificationsGet all notifications
SubskribeDevClient::NotificationsApisubscribe_existing_notification_target_to_eventPOST /notifications/{notificationId}Attach an event to a notification
SubskribeDevClient::NotificationsApiunsubscribe_target_or_eventPOST /notifications/unsubscribe/{notificationId}Unsubscribe from an event
SubskribeDevClient::OpportunityApicreate_opportunityPOST /opportunityCreates a standalone opportunity
SubskribeDevClient::OpportunityApireset_opportunity_closed_statePOST /opportunity/{id}/openOpens an opportunity
SubskribeDevClient::OpportunityApiupdate_opportunityPUT /opportunity/{id}Updates a standalone opportunity
SubskribeDevClient::OrdersApiadd_document_templatePOST /templatesAdd new predefined terms
SubskribeDevClient::OrdersApiadd_orderPOST /ordersCreate an order
SubskribeDevClient::OrdersApicreate_composite_order_documentPOST /compositeOrders/{id}/pdfGenerate a composite order PDF
SubskribeDevClient::OrdersApicreate_order_documentPOST /orders/{id}/pdfGenerate an order PDF
SubskribeDevClient::OrdersApidelete_document_templateDELETE /templates/{id}Delete predefined terms
SubskribeDevClient::OrdersApidelete_orderDELETE /orders/{id}Delete an order
SubskribeDevClient::OrdersApiexecute_orderPUT /orders/{id}/executeMark order as executed
SubskribeDevClient::OrdersApiforce_execute_orderPUT /orders/{id}/execute/forceMark order as executed
SubskribeDevClient::OrdersApiget_composite_order_documentGET /compositeOrders/{id}/pdfFetch composite order form PDF
SubskribeDevClient::OrdersApiget_document_templateGET /templates/{id}Get predefined terms detail
SubskribeDevClient::OrdersApiget_document_templatesGET /templatesGet predefined terms
SubskribeDevClient::OrdersApiget_opportunitiesGET /opportunityReturn all opportunities
SubskribeDevClient::OrdersApiget_opportunity_by_crm_opportunity_idGET /opportunity/{id}Return details of an opportunity
SubskribeDevClient::OrdersApiget_orderGET /orders/{id}Get order details
SubskribeDevClient::OrdersApiget_order_document1GET /orders/{id}/pdfFetch order form PDF
SubskribeDevClient::OrdersApiget_order_document_docGET /orders/{id}/docDownload word doc version of order form
SubskribeDevClient::OrdersApiget_order_line_metricsGET /orders/{id}/lineItems/metricsGet order line metrics
SubskribeDevClient::OrdersApiget_order_metricsGET /orders/{id}/metricsGet order metrics
SubskribeDevClient::OrdersApiget_ordersGET /ordersGet all Orders
SubskribeDevClient::OrdersApiget_orders_by_crm_opportunity_idGET /opportunity/crm/{id}/ordersReturn a list of orders associated with a CRM opportunity id
SubskribeDevClient::OrdersApirebase_amendmentPUT /orders/{orderId}/rebaseMark order as executed
SubskribeDevClient::OrdersApiupdate_document_templatePUT /templates/{id}Update predefined terms
SubskribeDevClient::OrdersApiupdate_document_template_statusPUT /templates/{id}/status/{status}Update predefined terms status
SubskribeDevClient::OrdersApiupdate_orderPUT /ordersUpdate order details
SubskribeDevClient::OrdersApiupdate_order_statusPUT /orders/{id}/status/{status}Update order status
SubskribeDevClient::PaymentsApiget_account_paymentGET /payments/account/{id}Get payments
SubskribeDevClient::PaymentsApiget_account_payment_management_linkGET /payments/account-payment/{id}Get account payment management link
SubskribeDevClient::PaymentsApiget_paymentGET /payments/{id}Get payment details
SubskribeDevClient::PaymentsApiget_payment_balanceGET /payments/{id}/balanceGet payment balance
SubskribeDevClient::PaymentsApiget_payment_configurationGET /payments/configurationGet payment configuration
SubskribeDevClient::PaymentsApiget_paymentsGET /paymentsGet all payments
SubskribeDevClient::PaymentsApiupdate_payment_configurationPOST /payments/configurationUpdate payment configuration
SubskribeDevClient::PaymentsApivoid_paymentPUT /payments/{id}/voidVoids a payment
SubskribeDevClient::ProductCatalogApiactivate_planPUT /plans/{planId}/activateActivate a plan
SubskribeDevClient::ProductCatalogApiadd_chargePOST /plans/{planId}/chargesAdd charge to plan
SubskribeDevClient::ProductCatalogApiadd_percent_of_plan_relationshipPOST /plans/relationships/percentOfCreate percent of relationship
SubskribeDevClient::ProductCatalogApiadd_planPOST /plansCreate a plan
SubskribeDevClient::ProductCatalogApiadd_productPOST /productsCreate a product
SubskribeDevClient::ProductCatalogApiadd_product_categoryPOST /product/categoriesCreate a product category
SubskribeDevClient::ProductCatalogApideactivate_planPUT /plans/{planId}/revertToDraftRevert a plan to draft
SubskribeDevClient::ProductCatalogApidelete_catalog_relationship_by_idDELETE /plans/relationships/{relationshipId}Delete a catalog relationship
SubskribeDevClient::ProductCatalogApidelete_chargeDELETE /plans/{planId}/charges/{chargeId}Delete a charge
SubskribeDevClient::ProductCatalogApidelete_planDELETE /plans/{planId}Delete a plan
SubskribeDevClient::ProductCatalogApidelete_productDELETE /products/{id}Delete a product
SubskribeDevClient::ProductCatalogApidelete_product_categoryDELETE /product/categories/{id}Delete a product category
SubskribeDevClient::ProductCatalogApideprecate_planPUT /plans/{planId}/deprecateDeprecate a plan
SubskribeDevClient::ProductCatalogApiduplicate_planPOST /plans/{planId}/duplicateDuplicate a plan
SubskribeDevClient::ProductCatalogApiexport_product_catalogGET /products/exportExport product catalog
SubskribeDevClient::ProductCatalogApiget_catalog_relationship_by_idGET /plans/relationships/{relationshipId}Get relationship details
SubskribeDevClient::ProductCatalogApiget_chargeGET /plans/{planId}/charges/{chargeId}Get charge details
SubskribeDevClient::ProductCatalogApiget_charge_ledger_accountsGET /plans/{planId}/charges/{chargeId}/ledgerAccountsGet ledger accounts
SubskribeDevClient::ProductCatalogApiget_percent_of_relationshipsGET /plans/relationships/percentOfGet percent of relationships for a plan
SubskribeDevClient::ProductCatalogApiget_planGET /plans/{planId}Get plan details
SubskribeDevClient::ProductCatalogApiget_plansGET /plansGet plans
SubskribeDevClient::ProductCatalogApiget_productGET /products/{id}Get product details.
SubskribeDevClient::ProductCatalogApiget_product_categoriesGET /product/categoriesGet product Categories
SubskribeDevClient::ProductCatalogApiget_product_categoryGET /product/categories/{id}Get product category details
SubskribeDevClient::ProductCatalogApiget_productsGET /productsGet products
SubskribeDevClient::ProductCatalogApiget_target_plans_for_percent_of_plan_idGET /plans/relationships/percentOf/{planId}Get percent of target plans
SubskribeDevClient::ProductCatalogApimap_ledger_accounts_to_chargePUT /plans/{planId}/charges/{chargeId}/ledgerAccountsMap ledger accounts
SubskribeDevClient::ProductCatalogApipatch_chargePUT /plans/{planId}/charges/{chargeId}/partialUpdate non-financial charge details
SubskribeDevClient::ProductCatalogApireactivate_planPUT /plans/{planId}/reactivateReactivate a plan
SubskribeDevClient::ProductCatalogApiupdate_chargePUT /plans/{planId}/charges/{chargeId}Update charge details
SubskribeDevClient::ProductCatalogApiupdate_planPUT /plans/{planId}Update plan
SubskribeDevClient::ProductCatalogApiupdate_plan_metadataPUT /plans/{planId}/metadataUpdate plan metadata
SubskribeDevClient::ProductCatalogApiupdate_productPUT /products/{id}Update product details
SubskribeDevClient::ProductCatalogApiupdate_product_categoryPUT /product/categories/{id}Update product category details
SubskribeDevClient::RateCardApiget_price_attributes_csvGET /ratecards/attributes/csvFetch the price attributes defined in the system in CSV format
SubskribeDevClient::RefundsApicreate_and_apply_refundPOST /refundsCreate and apply refund
SubskribeDevClient::RefundsApiget_refund_by_idGET /refunds/{id}Get refund details
SubskribeDevClient::RefundsApiget_refundsGET /refundsGet refunds
SubskribeDevClient::ReportsApigeneratePOST /reports/generateGenerate a report
SubskribeDevClient::ReportsApiget_predefined_report_defsGET /reportsGet report definitions
SubskribeDevClient::ReportsApiget_report_outputGET /reports/{reportRunId}/resultRun a generated report
SubskribeDevClient::ReportsApirunPOST /reports/runRun a report
SubskribeDevClient::RevenueRecognitionApiadd_recognition_rulePOST /revrec/rulesCreate a revenue recognition rule
SubskribeDevClient::RevenueRecognitionApicreate_recognition_eventPOST /revrec/eventsCreate a revenue recognition event
SubskribeDevClient::RevenueRecognitionApidelete_ruleDELETE /revrec/rules/{ruleId}Delete a recognition rule
SubskribeDevClient::RevenueRecognitionApiget_recognition_events_by_subscription_id_charge_idGET /revrec/eventsGet revenue recognition events
SubskribeDevClient::RevenueRecognitionApiget_recognition_rule_by_idGET /revrec/rules/{id}Get revenue recognition rule
SubskribeDevClient::RevenueRecognitionApiget_recognition_rule_by_id1GET /revrec/rulesGet revenue recognition rules
SubskribeDevClient::RevenueRecognitionApiget_revenue_waterfallGET /revrec/waterfallDownload waterfall report
SubskribeDevClient::RevenueRecognitionApiget_revenue_waterfall_report_v2GET /revrec/waterfall/v2Download waterfall report
SubskribeDevClient::RevenueRecognitionApiupload_completion_eventsPOST /revrec/events/uploadUpload revenue events
SubskribeDevClient::SalesRoomApiget_order_document2GET /salesroom/{linkId}/pdfFetch order form PDF for a Sales Room
SubskribeDevClient::SettingsApiactivate_unit_of_measurePOST /unitsOfMeasure/{id}/activateActivate unit of measure
SubskribeDevClient::SettingsApiadd_tax_ratePOST /taxratesAdd tax rate
SubskribeDevClient::SettingsApiadd_term_sectionPOST /termsectionsAdd predefined terms section
SubskribeDevClient::SettingsApiadd_unit_of_measurePOST /unitsOfMeasureAdd unit of measure
SubskribeDevClient::SettingsApidelete_tax_rateDELETE /taxrates/{id}Delete tax rate
SubskribeDevClient::SettingsApidelete_term_sectionDELETE /termsections/{id}Delete predefined terms section
SubskribeDevClient::SettingsApidelete_unit_of_measureDELETE /unitsOfMeasure/{id}Delete unit of measure
SubskribeDevClient::SettingsApideprecate_unit_of_measurePOST /unitsOfMeasure/{id}/deprecateDeprecate unit of measure
SubskribeDevClient::SettingsApiget_payment_term_settingsGET /settings/paymentTermsGet payment term settings
SubskribeDevClient::SettingsApiget_supported_currenciesGET /settings/supportedCurrenciesGet supported currencies
SubskribeDevClient::SettingsApiget_tax_rateGET /taxrates/{id}Get tax rate by Id
SubskribeDevClient::SettingsApiget_tax_ratesGET /taxratesGet tax rates
SubskribeDevClient::SettingsApiget_tenantGET /tenantsGet tenant details
SubskribeDevClient::SettingsApiget_tenant_logoGET /tenants/logoGet tenant logo
SubskribeDevClient::SettingsApiget_tenant_settingGET /settingsGet tenant settings
SubskribeDevClient::SettingsApiget_term_sectionGET /termsections/{id}Get predefined terms section detail
SubskribeDevClient::SettingsApiget_term_sectionsGET /termsectionsGet predefined terms sections
SubskribeDevClient::SettingsApiget_units_of_measureGET /unitsOfMeasureGet units of measure
SubskribeDevClient::SettingsApiupdate_payment_term_settingsPUT /settings/paymentTermsUpdate payment term settings
SubskribeDevClient::SettingsApiupdate_supported_currenciesPUT /settings/supportedCurrenciesUpdate supported currencies
SubskribeDevClient::SettingsApiupdate_tax_ratePUT /taxrates/{id}Update tax rate
SubskribeDevClient::SettingsApiupdate_tenantPUT /tenantsUpdate tenant details
SubskribeDevClient::SettingsApiupdate_tenant_settingPUT /settingsUpdate tenant settings
SubskribeDevClient::SettingsApiupdate_term_sectionPUT /termsections/{id}Update predefined terms section
SubskribeDevClient::SettingsApiupdate_unit_of_measurePUT /unitsOfMeasure/{id}Update unit of measure
SubskribeDevClient::SettingsApiupload_tenant_logoPUT /tenants/logoUpdate tenant logo
SubskribeDevClient::SubscriptionsApidelete_subscriptionDELETE /subscriptions/{id}/{version}Delete subscription
SubskribeDevClient::SubscriptionsApiget_subscription_billing_periodsGET /subscriptions/{id}/billingPeriodsGet billing periods
SubskribeDevClient::SubscriptionsApiget_subscription_by_idGET /subscriptions/{id}Get subscription details
SubskribeDevClient::SubscriptionsApiget_subscription_metricsGET /subscriptions/{id}/metricsGet subscription metrics
SubskribeDevClient::SubscriptionsApiget_subscriptionsGET /subscriptionsGet paginated subscriptions
SubskribeDevClient::SubscriptionsApirevert_subscriptionPUT /subscriptions/{id}/{version}/revertRevert subscription
SubskribeDevClient::SubscriptionsApisubscription_modifiableGET /subscriptions/{id}/modifiableSubscription can be modified
SubskribeDevClient::SubscriptionsApisubscription_reversibleGET /subscriptions/{id}/reversibleSubscription can be reverted
SubskribeDevClient::SubscriptionsApiupdate_renewal_opportunityPOST /subscriptions/{id}/renewalOpportunityLink renewal opportunity to subscription
SubskribeDevClient::SubscriptionsApiupdate_subscriptionPUT /subscriptions/{id}Update subscription details
SubskribeDevClient::UsageApiadd_and_apply_bulk_payments_csvPOST /settlements/addAndApplyPaymentsInBulk/csvAdd and apply bulk payments to invoices CSV
SubskribeDevClient::UsageApiadd_usagePOST /v2/usageAdd usage record
SubskribeDevClient::UsageApiget_usage_aggregates_for_subscriptionGET /v2/usage/{subscriptionId}Get aggregated usage
SubskribeDevClient::UsageApiget_usage_arrival_time_checkpointGET /v2/usage/aggregate/usageArrivalTimeCheckpointGet usage arrival checkpoint
SubskribeDevClient::UsageApiget_usage_stats_for_all_subscriptionsGET /v2/usage/statsGet all prepaid drawdown usage stats
SubskribeDevClient::UsageApiget_usage_stats_for_all_subscriptions_csvGET /v2/usage/stats/csvGet all prepaid drawdown usage stats CSV
SubskribeDevClient::UsageApiget_usage_stats_for_subscriptionGET /v2/usage/stats/{subscriptionId}Get prepaid drawdown usage stats for subscription
SubskribeDevClient::UsageApiget_usage_stats_for_subscription_csvGET /v2/usage/stats/{subscriptionId}/csvGet prepaid drawdown usage stats CSV
SubskribeDevClient::UsageApiget_usage_stats_for_subscription_pdfGET /v2/usage/stats/{subscriptionId}/pdfGet prepaid drawdown usage stats PDF
SubskribeDevClient::UsageApiperform_on_demand_usage_aggregationPUT /v2/usage/aggregateAggregate raw usage
SubskribeDevClient::UsageApiupload_subscription_usage_csvPOST /v2/usage/csvUpload usage record CSV
SubskribeDevClient::UsersApiaccept_terms_for_current_userPOST /users/terms-and-conditionsAccept terms and conditions
SubskribeDevClient::UsersApiadd_userPOST /usersAdd a new user
SubskribeDevClient::UsersApiadd_user_groupPOST /userGroupsAdd user group
SubskribeDevClient::UsersApidelete_user_groupDELETE /userGroups/{userGroupId}Delete user group
SubskribeDevClient::UsersApidisable_userPUT /users/disable/{id}Disable user
SubskribeDevClient::UsersApienable_userPUT /users/enable/{id}Enable user
SubskribeDevClient::UsersApiget_userGET /users/{id}Get user by Id
SubskribeDevClient::UsersApiget_user_groupGET /userGroups/{userGroupId}Get user group
SubskribeDevClient::UsersApiget_user_groupsGET /userGroupsGet user groups
SubskribeDevClient::UsersApiget_usersGET /usersGet users list
SubskribeDevClient::UsersApiresend_email_for_existing_userPOST /users/resend-email/{email}Resend welcome email
SubskribeDevClient::UsersApiupdate_userPUT /users/{id}Update user
SubskribeDevClient::UsersApiupdate_user_groupPUT /userGroupsUpdate user group
SubskribeDevClient::UsersApiupload_csvPOST /users/uploadBulk user upload

Documentation for Models

Documentation for Authorization

ApiKeyAuth

  • Type: API key
  • API key parameter name: X-API-Key
  • Location: HTTP header

FAQs

Package last updated on 24 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc