Skip to content

C# client library reference

The latest C# client library version is 1.7.0.

Requirements

  • C#: 12 or later
  • .NET: 8.0 or later

Installation

See Zuora Client Libraries.

Classes and methods

The following table summarizes all available classes and methods for the Zuora C# client library.

ClassMethodHTTP requestDescription
APIHealthApiGetSystemHealthApiVolumeSummaryGET /system-health/api-requests/volume-summaryList API volume summary records
AccountingCodesApiActivateAccountingCodePUT /v1/accounting-codes/{ac-id}/activateActivate an accounting code
AccountingCodesApiCreateAccountingCodePOST /v1/accounting-codesCreate an accounting code
AccountingCodesApiDeactivateAccountingCodePUT /v1/accounting-codes/{ac-id}/deactivateDeactivate an accounting code
AccountingCodesApiDeleteAccountingCodeDELETE /v1/accounting-codes/{ac-id}Delete an accounting code
AccountingCodesApiGetAccountingCodeGET /v1/accounting-codes/{ac-id}Retrieve an accounting code
AccountingCodesApiGetAllAccountingCodesGET /v1/accounting-codesList all accounting codes
AccountingCodesApiUpdateAccountingCodePUT /v1/accounting-codes/{ac-id}Update an accounting code
AccountingPeriodsApiCloseAccountingPeriodPUT /v1/accounting-periods/{ap-id}/closeClose an accounting period
AccountingPeriodsApiCreateAccountingPeriodPOST /v1/accounting-periodsCreate an accounting period
AccountingPeriodsApiDeleteAccountingPeriodDELETE /v1/accounting-periods/{ap-id}Delete an accounting period
AccountingPeriodsApiGetAccountingPeriodGET /v1/accounting-periods/{ap-id}Retrieve an accounting period
AccountingPeriodsApiGetAllAccountingPeriodsGET /v1/accounting-periodsList all accounting periods
AccountingPeriodsApiPendingCloseAccountingPeriodPUT /v1/accounting-periods/{ap-id}/pending-closeSet an accounting period to pending close
AccountingPeriodsApiReopenAccountingPeriodPUT /v1/accounting-periods/{ap-id}/reopenReopen an accounting period
AccountingPeriodsApiRunTrialBalancePUT /v1/accounting-periods/{ap-id}/run-trial-balanceRun trial balance
AccountingPeriodsApiUpdateAccountingPeriodPUT /v1/accounting-periods/{ap-id}Update an accounting period
AccountsApiCreateAccountPOST /v1/accountsCreate an account
AccountsApiDeleteAccountDELETE /v1/accounts/{account-key}Delete an account
AccountsApiGetAccountGET /v1/accounts/{account-key}Retrieve an account
AccountsApiGetAccountDefaultPaymentMethodGET /v1/accounts/{account-key}/payment-methods/defaultRetrieve the default payment method of an account
AccountsApiGetAccountPaymentMethodsGET /v1/accounts/{account-key}/payment-methodsList payment methods of an account
AccountsApiGetAccountSummaryGET /v1/accounts/{account-key}/summaryRetrieve an account summary
AccountsApiUpdateAccountPUT /v1/accounts/{account-key}Update an account
ActionsApiActionPostCreatePOST /v1/action/createCreate
ActionsApiActionPostDeletePOST /v1/action/deleteDelete
ActionsApiActionPostQueryPOST /v1/action/queryQuery
ActionsApiActionPostqueryMorePOST /v1/action/queryMoreQueryMore
ActionsApiActionPostupdatePOST /v1/action/updateUpdate
AdjustmentsApiCancelBillingAdjustmentPUT /v1/adjustments/{adjustmentId}/cancelCancel an adjustment
AdjustmentsApiCreateBillingAdjustmentPOST /v1/adjustmentsCreate an adjustment
AdjustmentsApiGetBillingAdjustmentGET /v1/adjustments/{adjustment-key}Retrieve an adjustment
AdjustmentsApiGetSubscriptionAdjustmentsGET /v1/adjustmentsList all adjustments of the latest version subscription
AdjustmentsApiPreviewBillingAdjustmentPOST /v1/adjustments/previewPreview an adjustment
AggregateQueriesApiCreateBatchQueryPOST /v1/batch-query/Submit an aggregate query job
AggregateQueriesApiDeleteBatchQueryJobDELETE /v1/batch-query/jobs/{jobid}Cancel a running aggregate query job
AggregateQueriesApiGetBatchQueryJobGET /v1/batch-query/jobs/{jobid}Retrieve an aggregate query job
AttachmentsApiDeleteAttachmentsDELETE /v1/attachments/{attachment-id}Delete an attachment
AttachmentsApiGetAttachmentsGET /v1/attachments/{attachment-id}Retrieve an attachment
AttachmentsApiGetAttachmentsListGET /v1/attachments/{object-type}/{object-key}List attachments by object type and key
AttachmentsApiPostAttachmentsPOST /v1/attachmentsCreate an attachment
AttachmentsApiPutAttachmentsPUT /v1/attachments/{attachment-id}Update an attachment
BillRunApiCancelBillRunPUT /v1/bill-runs/{billRunId}/cancelCancel a bill run
BillRunApiCreateBillRunPOST /v1/bill-runsCreate a bill run
BillRunApiDeleteBillRunDELETE /v1/bill-runs/{billRunId}Delete a bill run
BillRunApiEmailBillRunPOST /v1/bill-runs/{billRunKey}/emailsEmail billing documents generated from a bill run
BillRunApiGetBillRunGET /v1/bill-runs/{billRunId}Retrieve a bill run
BillRunApiPostBillRunPUT /v1/bill-runs/{billRunId}/postPost a bill run
BillRunHealthApiGetSystemHealthBillingDocVolumeSummaryGET /system-health/billing-documents/volume-summaryList billing document volume summary records
BillingDocumentsApiCreateBillingDocumentFilesDeletionJobPOST /v1/accounts/billing-documents/files/deletion-jobsCreate a job to hard delete billing document files
BillingDocumentsApiGenerateBillingDocumentsPOST /v1/accounts/{key}/billing-documents/generateGenerate billing documents by account ID
BillingDocumentsApiGetBillingDocumentFilesDeletionJobGET /v1/accounts/billing-documents/files/deletion-jobs/{jobId}Retrieve a job of hard deleting billing document files
BillingDocumentsApiGetBillingDocumentsGET /v1/billing-documentsList billing documents for an account
BillingPreviewRunApiCreateBillingPreviewRunPOST /v1/billing-preview-runsCreate a billing preview run
BillingPreviewRunApiGetBillingPreviewRunGET /v1/billing-preview-runs/{billingPreviewRunId}Retrieve a billing preview run
BookingDateBackfillJobApiGETBookingDateBackfillJobByIdGET /v1/uno/data-backfill/bookingdate/jobs/{jobId}Find BookingDate Backfill job by ID
BookingDateBackfillJobApiGETListBookingDateBackfillJobsGET /v1/uno/data-backfill/bookingdate/jobsQuery all Booking Date Backfill Jobs
BookingDateBackfillJobApiPOSTCreateBookingDateBackfillJobPOST /v1/uno/data-backfill/bookingdate/jobsCreate a new BookingDate Backfil job
BookingDateBackfillJobApiPUTStopBookingDateBackfillJobByIdPUT /v1/uno/data-backfill/bookingdate/jobs/{jobId}Stop BookingDate Backfill job by ID
CatalogGroupsApiCreateCatalogGroupPOST /v1/catalog-groupsCreate a catalog group
CatalogGroupsApiDeleteCatalogGroupDELETE /v1/catalog-groups/{catalog-group-key}Delete a catalog group
CatalogGroupsApiGetCatalogGroupGET /v1/catalog-groups/{catalog-group-key}Retrieve a catalog group
CatalogGroupsApiGetCatalogGroupsGET /v1/catalog-groupsList all catalog groups
CatalogGroupsApiUpdateCatalogGroupPUT /v1/catalog-groups/{catalog-group-key}Update a catalog group
ContactSnapshotsApiGetContactSnapshotGET /v1/contact-snapshots/{contact-snapshot-id}Retrieve a contact snapshot
ContactsApiCreateContactPOST /v1/contactsCreate a contact
ContactsApiDeleteContactDELETE /v1/contacts/{contactId}Delete a contact
ContactsApiGetContactGET /v1/contacts/{contactId}Retrieve a contact
ContactsApiScrubContactPUT /v1/contacts/{contactId}/scrubScrub a contact
ContactsApiTransferContactPUT /v1/contacts/{contactId}/transferTransfer a contact
ContactsApiUpdateContactPUT /v1/contacts/{contactId}Update a contact
CreditMemosApiApplyCreditMemoPUT /v1/credit-memos/{creditMemoKey}/applyApply a credit memo
CreditMemosApiApplyCreditMemoAsyncPUT /v1/credit-memos/{creditMemoKey}/apply-asyncAsync Apply a credit memo
CreditMemosApiBulkCreateCreditMemosPOST /v1/credit-memos/bulkCreate credit memos
CreditMemosApiBulkUpdateCreditMemosPUT /v1/credit-memos/bulkUpdate credit memos
CreditMemosApiCancelAsyncCreditMemoPUT /v1/credit-memos/{creditMemoKey}/cancel-asyncCancel a Credit Memo in async
CreditMemosApiCancelCreditMemoPUT /v1/credit-memos/{creditMemoKey}/cancelCancel a credit memo
CreditMemosApiCreateCreditMemoFromChargePOST /v1/credit-memosCreate a credit memo from a charge
CreditMemosApiCreateCreditMemoFromInvoicePOST /v1/credit-memos/invoice/{invoiceKey}Create a credit memo from an invoice
CreditMemosApiCreateCreditMemoTaxationItemsPOST /v1/credit-memos/{creditMemoKey}/taxation-itemsCreate taxation items for a credit memo
CreditMemosApiDeleteCreditMemoDELETE /v1/credit-memos/{creditMemoKey}Delete a credit memo
CreditMemosApiEmailCreditMemoPOST /v1/credit-memos/{creditMemoKey}/emailsEmail a credit memo
CreditMemosApiGenerateCreditMemoPdfPOST /v1/credit-memos/{creditMemoKey}/pdfsGenerate a credit memo PDF file
CreditMemosApiGetApplyCreditMemoAsyncJobGET /v1/credit-memos/apply-async-jobs/{applyAsyncJobId}Get Async Apply Credit Memo Job by Id
CreditMemosApiGetCreditMemoGET /v1/credit-memos/{creditMemoKey}Retrieve a credit memo
CreditMemosApiGetCreditMemoItemGET /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}Retrieve a credit memo item
CreditMemosApiGetCreditMemoItemPartGET /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-parts/{itemPartId}Retrieve a credit memo part item
CreditMemosApiGetCreditMemoItemPartsGET /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-partsList all credit memo part items
CreditMemosApiGetCreditMemoItemsGET /v1/credit-memos/{creditMemoKey}/itemsList credit memo items
CreditMemosApiGetCreditMemoPartGET /v1/credit-memos/{creditMemoKey}/parts/{partId}Retrieve a credit memo part
CreditMemosApiGetCreditMemoPartsGET /v1/credit-memos/{creditMemoKey}/partsList all parts of a credit memo
CreditMemosApiGetCreditMemoPdfStatusGET /v1/credit-memos/pdf-statusRetrieve PDF status of credit memos in a batch.
CreditMemosApiGetCreditMemosGET /v1/credit-memosList credit memos
CreditMemosApiGetTaxationItemsOfCreditMemoItemGET /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}/taxation-itemsList all taxation items of a credit memo item
CreditMemosApiGetUnapplyCreditMemoAsyncJobGET /v1/credit-memos/unapply-async-jobs/{unapplyAsyncJobId}Get Async Unapply Credit Memo Job by Id
CreditMemosApiPostAsyncCreditMemoPUT /v1/credit-memos/{creditMemoKey}/post-asyncPost a Credit Memo in async
CreditMemosApiPostCreditMemoPUT /v1/credit-memos/{creditMemoKey}/postPost a credit memo
CreditMemosApiRefundCreditMemoPOST /v1/credit-memos/{creditMemoKey}/refundRefund a credit memo
CreditMemosApiReverseCreditMemoPUT /v1/credit-memos/{creditMemoKey}/reverseReverse a credit memo
CreditMemosApiUnapplyCreditMemoPUT /v1/credit-memos/{creditMemoKey}/unapplyUnapply a credit memo
CreditMemosApiUnapplyCreditMemoAsyncPUT /v1/credit-memos/{creditMemoKey}/unapply-asyncAsync Unapply a credit memo
CreditMemosApiUnpostCreditMemoPUT /v1/credit-memos/{creditMemoKey}/unpostUnpost a credit memo
CreditMemosApiUpdateCreditMemoPUT /v1/credit-memos/{creditMemoKey}Update a credit memo
CreditMemosApiUploadFileForCreditMemoPOST /v1/credit-memos/{creditMemoKey}/filesUpload a file for a credit memo
CreditMemosApiWriteOffCreditMemoPUT /v1/credit-memos/{creditMemoKey}/write-offWrite off a credit memo
CustomEventTriggersApiDeleteEventTriggerDELETE /events/event-triggers/{id}Delete an event trigger
CustomEventTriggersApiGetEventTriggerGET /events/event-triggers/{id}Retrieve an event trigger
CustomEventTriggersApiGetEventTriggersGET /events/event-triggersList event triggers
CustomEventTriggersApiPostEventTriggerPOST /events/event-triggersCreate an event trigger
CustomEventTriggersApiPutEventTriggerPUT /events/event-triggers/{id}Update an event trigger
CustomExchangeRatesApiGetCustomExchangeRatesGET /v1/custom-exchange-rates/{currency}List custom exchange rates by currency
CustomObjectDefinitionsApiDeleteCustomObjectDefinitionByTypeDELETE /objects/definitions/default/{object}Delete a custom object definition
CustomObjectDefinitionsApiGetAllCustomObjectDefinitionsInNamespaceGET /objects/definitions/defaultList custom object definitions
CustomObjectDefinitionsApiGetCustomObjectDefinitionByTypeGET /objects/definitions/default/{object}Retrieve a custom object definition
CustomObjectDefinitionsApiPostCustomObjectDefinitionsPOST /objects/definitions/defaultCreate custom object definitions
CustomObjectDefinitionsApiPostUpdateCustomObjectDefinitionPOST /objects/migrationsUpdate a custom object definition
CustomObjectJobsApiGetAllCustomObjectBulkJobsGET /objects/jobsList all custom object bulk jobs
CustomObjectJobsApiGetCustomObjectBulkJobGET /objects/jobs/{id}Retrieve a custom object bulk job
CustomObjectJobsApiGetCustomObjectBulkJobErrorsGET /objects/jobs/{id}/errorsList all errors for a custom object bulk job
CustomObjectJobsApiPATCHCustomObjectBulkJobPATCH /objects/jobs/{id}/cancelCancel a custom object bulk job
CustomObjectJobsApiPostCustomObjectBulkJobPOST /objects/jobsSubmit a custom object bulk job
CustomObjectJobsApiPostUploadFileForCustomObjectBulkJobPOST /objects/jobs/{id}/filesUpload a file for a custom object bulk job
CustomObjectRecordsApiDeleteCustomObjectRecordByIDDELETE /objects/records/default/{object}/{id}Delete a custom object record
CustomObjectRecordsApiGetAllRecordsForCustomObjectTypeGET /objects/records/default/{object}List records for a custom object
CustomObjectRecordsApiGetCustomObjectRecordByIDGET /objects/records/default/{object}/{id}Retrieve a custom object record
CustomObjectRecordsApiPatchPartialUpdateCustomObjectRecordPATCH /objects/records/default/{object}/{id}Partially update a custom object record
CustomObjectRecordsApiPostCustomObjectRecordsPOST /objects/records/default/{object}Create custom object records
CustomObjectRecordsApiPostCustomObjectRecordsBatchUpdateOrDeletePOST /objects/batch/default/{object}Update or delete custom object records
CustomObjectRecordsApiPutCustomObjectRecordPUT /objects/records/default/{object}/{id}Update a custom object record
CustomPaymentMethodTypesApiCreateOpenPaymentMethodTypePOST /open-payment-method-typesCreate a draft custom payment method type
CustomPaymentMethodTypesApiGetOpenPaymentMethodTypeRevisionGET /open-payment-method-types/{paymentMethodTypeName}/draft/{revisionNumber}Retrieve a specific draft revision of a custom payment method type
CustomPaymentMethodTypesApiGetPublishedOpenPaymentMethodTypeGET /open-payment-method-types/{paymentMethodTypeName}/publishedRetrieve a published custom payment method type
CustomPaymentMethodTypesApiPublishOpenPaymentMethodTypePUT /open-payment-method-types/publish/{paymentMethodTypeName}Publish a custom payment method type
CustomPaymentMethodTypesApiUpdateOpenPaymentMethodTypePUT /open-payment-method-types/{paymentMethodTypeName}Update a custom payment method type
CustomScheduledEventsApiDeleteScheduledEventByIDDELETE /events/scheduled-events/{id}Delete a scheduled event by ID
CustomScheduledEventsApiGetScheduledEventByIDGET /events/scheduled-events/{id}Retrieve a scheduled event by ID
CustomScheduledEventsApiGetScheduledEventsGET /events/scheduled-eventsList all scheduled events
CustomScheduledEventsApiPostScheduledEventPOST /events/scheduled-eventsCreate a scheduled event
CustomScheduledEventsApiUpdateScheduledEventByIDPUT /events/scheduled-events/{id}Update a scheduled event by ID
DataBackfillJobApiGETDataBackfillJobByIdGET /v1/uno/data-backfill/jobs/{jobId}Find Data Backfill job by ID
DataBackfillJobApiGETDataBackfillTemplateGET /v1/uno/data-backfill/jobs/{type}/templateDownload a Data Backfill template file
DataBackfillJobApiGETListDataBackfillJobsGET /v1/uno/date-backfill/listjobsQuery all data backfill jobs
DataBackfillJobApiPOSTCreateDataBackfillJobPOST /v1/uno/data-backfill/jobsCreate a new Data Backfil job
DataBackfillJobApiPUTStopDataBackfillJobByIdPUT /v1/uno/data-backfill/jobs/{jobId}Stop Data Backfill job by ID
DataLabelingApiGetDataLabelingJobGET /v1/multi-organizations/data-labeling-job/{job-id}Retrieve a data labeling job
DataLabelingApiSubmitDataLabelingJobPOST /v1/multi-organizations/data-labeling-jobSubmit a data labeling job
DataQueriesApiDeleteDataQueryJobDELETE /query/jobs/{job-id}Cancel a data query job
DataQueriesApiGetDataQueryJobGET /query/jobs/{job-id}Retrieve a data query job
DataQueriesApiGetDataQueryJobsGET /query/jobsList data query jobs
DataQueriesApiPostDataQueryJobPOST /query/jobsSubmit a data query
DebitMemosApiBulkCreateDebitMemosPOST /v1/debit-memos/bulkCreate debit memos
DebitMemosApiBulkUpdateDebitMemosPUT /v1/debit-memos/bulkUpdate debit memos
DebitMemosApiCancelAsyncDebitMemoPUT /v1/debit-memos/{debitMemoKey}/cancel-asyncCancel a Debit Memo in async
DebitMemosApiCancelDebitMemoPUT /v1/debit-memos/{debitMemoKey}/cancelCancel a debit memo
DebitMemosApiCollectDebitMemoPOST /v1/debit-memos/{debitMemoKey}/collectCollect a posted debit memo
DebitMemosApiCreateDebitMemoFromChargePOST /v1/debit-memosCreate a debit memo from a charge
DebitMemosApiCreateDebitMemoFromInvoicePOST /v1/debit-memos/invoice/{invoiceKey}Create a debit memo from an invoice
DebitMemosApiCreateTaxationItemsForDebitMemoPOST /v1/debit-memos/{debitMemoKey}/taxation-itemsCreate taxation items for a debit memo
DebitMemosApiDeleteDebitMemoDELETE /v1/debit-memos/{debitMemoKey}Delete a debit memo
DebitMemosApiEmailDebitMemoPOST /v1/debit-memos/{debitMemoKey}/emailsEmail a debit memo
DebitMemosApiGenerateDebitMemoPdfPOST /v1/debit-memos/{debitMemoKey}/pdfsGenerate a debit memo PDF file
DebitMemosApiGetDebitMemoGET /v1/debit-memos/{debitMemoKey}Retrieve a debit memo
DebitMemosApiGetDebitMemoApplicationPartsGET /v1/debit-memos/{debitMemoKey}/application-partsList all application parts of a debit memo
DebitMemosApiGetDebitMemoItemGET /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}Retrieve a debit memo item
DebitMemosApiGetDebitMemoItemsGET /v1/debit-memos/{debitMemoKey}/itemsList debit memo items
DebitMemosApiGetDebitMemoPdfStatusGET /v1/debit-memos/pdf-statusRetrieve PDF status of debit memos in a batch.
DebitMemosApiGetDebitMemosGET /v1/debit-memosList debit memos
DebitMemosApiGetTaxationItemsOfDebitMemoItemGET /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}/taxation-itemsList all taxation items of a debit memo item
DebitMemosApiPostAsyncDebitMemoPUT /v1/debit-memos/{debitMemoKey}/post-asyncPost a Debit Memo in async
DebitMemosApiPostDebitMemoPUT /v1/debit-memos/{debitMemoKey}/postPost a debit memo
DebitMemosApiUnpostDebitMemoPUT /v1/debit-memos/{debitMemoKey}/unpostUnpost a debit memo
DebitMemosApiUpdateDebitMemoPUT /v1/debit-memos/{debitMemoKey}Update a debit memo
DebitMemosApiUpdateDebitMemosDueDatesPUT /v1/debit-memosUpdate due dates for debit memos
DebitMemosApiUploadFileForDebitMemoPOST /v1/debit-memos/{debitMemoKey}/filesUpload a file for a debit memo
DebitMemosApiWriteOffDebitMemoPUT /v1/debitmemos/{debitMemoKey}/write-offWrite off an debit memo
DeploymentApiCompareAndDeployProductCatalogTemplatePOST /deployment-manager/deployments/template/product_catalogCompare and Deploy a template for product catalog to a target tenant
DeploymentApiCompareAndDeployProductCatalogTenantPOST /deployment-manager/deployments/tenant/product_catalogCompare and Deploy product catalog between a source tenant and a target tenant
DeploymentApiCompareAndDeployTemplatePOST /deployment-manager/deployments/templatesCompare and Deploy settings from a template to a target tenant
DeploymentApiCompareAndDeployTenantPOST /deployment-manager/deployments/tenantsCompare and Deploy settings between a source tenant and a target tenant
DeploymentApiRetrieveDeploymentGET /deployment-manager/deployments/{migrationId}Retrieves a deployment log.
DeploymentApiRevertDeploymentPOST /deployment-manager/deployments/{migrationId}/revertReverts the deployment.
DeploymentConfigurationTemplatesApiCompareTemplatePOST /deployment-manager/deployment_artifacts/compareCompare settings between a source tenant and a target tenant
DeploymentConfigurationTemplatesApiCreateDeploymentTemplatePOST /deployment-manager/deployment_templatesCreate a deployment template
DeploymentConfigurationTemplatesApiDeleteDeploymentTemplateDELETE /deployment-manager/deployment_templates/{id}Delete a template
DeploymentConfigurationTemplatesApiDownloadDeploymentTemplateGET /deployment-manager/deployment_artifactsDownload a template
DeploymentConfigurationTemplatesApiGetDeploymentTemplateDetailGET /deployment-manager/deployment_templates/{id}List all details of a template
DeploymentConfigurationTemplatesApiGetDeploymentTemplatesGET /deployment-manager/deployment_templatesList all templates
DeploymentConfigurationTemplatesApiGetSourceComponentDetailsGET /deployment-manager/deployment_artifacts/retrieve-settingsList all details of source components
DeploymentConfigurationTemplatesApiMigrateTenantSettingsPOST /deployment-manager/deployment_artifacts/deployMigrate settings from source tenant to target tenant
DescribeApiGetDescribeGET /v1/describe/{object}Describe an object
EInvoicingApiDeleteBusinessRegionDELETE /v1/e-invoice/business-regions/{key}Delete a Business Region
EInvoicingApiDeleteServiceProviderDELETE /v1/e-invoice/service-providers/{key}Delete a Service Provider
EInvoicingApiGetBusinessRegionGET /v1/e-invoice/business-regions/{key}Retrieve a Business Region
EInvoicingApiGetBusinessRegionsGET /v1/e-invoice/business-regionsList business region
EInvoicingApiGetServiceProviderGET /v1/e-invoice/service-providers/{key}Retrieve a Service Provider
EInvoicingApiGetServiceProvidersGET /v1/e-invoice/service-providersList Service Provider
EInvoicingApiPostBusinessRegionPOST /v1/e-invoice/business-regionsPost a Business Region
EInvoicingApiPostServiceProviderPOST /v1/e-invoice/service-providersPost a Service Provider
EInvoicingApiUpdateBusinessRegionPUT /v1/e-invoice/business-regions/{key}Update a Business Region
EInvoicingApiUpdateServiceProviderPUT /v1/e-invoice/service-providers/{key}Update a Service Provider
ElectronicPaymentsHealthApiGetSystemHealthPaymentVolumeSummaryGET /system-health/payments/volume-summaryList payment volume summary records
FilesApiGetFilesGET /v1/files/{file-id}Retrieve a file
FulfillmentsApiCreateFulfillmentPOST /v1/fulfillmentsCreate fulfillments
FulfillmentsApiCreateFulfillmentItemPOST /v1/fulfillment-itemsCreate fulfillment items
FulfillmentsApiDeleteFulfillmentDELETE /v1/fulfillments/{key}Delete a fulfillment
FulfillmentsApiDeleteFulfillmentItemDELETE /v1/fulfillment-items/{id}Delete a fulfillment item
FulfillmentsApiGetFulfillmentGET /v1/fulfillments/{key}Retrieve a fulfillment
FulfillmentsApiGetFulfillmentItemGET /v1/fulfillment-items/{id}Retrieve a fulfillment item
FulfillmentsApiUpdateFulfillmentPUT /v1/fulfillments/{key}Update a fulfillment
FulfillmentsApiUpdateFulfillmentItemPUT /v1/fulfillment-items/{id}Update a fulfillment item
HostedPagesApiGetHostedPagesGET /v1/hostedpagesList hosted pages
ImportsApiObjectGetImportGET /v1/object/import/{id}CRUD: Retrieve an import
ImportsApiObjectPostImportPOST /v1/object/importCRUD: Create an import
InvoiceSchedulesApiAttachInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/attachAttach an invoice schedule
InvoiceSchedulesApiCreateInvoiceSchedulePOST /v1/invoice-schedulesCreate an invoice schedule
InvoiceSchedulesApiDeleteInvoiceScheduleDELETE /v1/invoice-schedules/{scheduleKey}Delete an invoice schedule
InvoiceSchedulesApiDetachInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/detachDetach an invoice schedule
InvoiceSchedulesApiExecuteInvoiceSchedulePOST /v1/invoice-schedules/{scheduleKey}/executeExecute an invoice schedule
InvoiceSchedulesApiGetInvoiceScheduleGET /v1/invoice-schedules/{scheduleKey}Retrieve an invoice schedule
InvoiceSchedulesApiPauseInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/pausePause an invoice schedule
InvoiceSchedulesApiResumeInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}/resumeResume an invoice schedule
InvoiceSchedulesApiUpdateInvoiceSchedulePUT /v1/invoice-schedules/{scheduleKey}Update an invoice schedule
InvoicesApiBulkCreateStandaloneInvoicesPOST /v1/invoices/batchCreate standalone invoices
InvoicesApiBulkPostInvoicesPOST /v1/invoices/bulk-postPost invoices
InvoicesApiBulkUpdateInvoicesPUT /v1/invoicesUpdate invoices
InvoicesApiCancelInvoicePUT /v1/invoices/{invoiceKey}/cancelCancel an invoice
InvoicesApiCreateInvoiceTaxationItemsPOST /v1/invoices/{invoiceKey}/taxation-itemsCreate taxation items for an invoice
InvoicesApiCreateStandaloneInvoicePOST /v1/invoicesCreate a standalone invoice
InvoicesApiDeleteInvoiceDELETE /v1/invoices/{invoiceKey}Delete an invoice
InvoicesApiEmailInvoicePOST /v1/invoices/{invoiceKey}/emailsEmail an invoice
InvoicesApiGetInvoiceGET /v1/invoices/{invoiceKey}Retrieve an invoice
InvoicesApiGetInvoiceApplicationPartsGET /v1/invoices/{invoiceKey}/application-partsList all application parts of an invoice
InvoicesApiGetInvoiceFilesGET /v1/invoices/{invoiceKey}/filesList all files of an invoice
InvoicesApiGetInvoiceItemsGET /v1/invoices/{invoiceKey}/itemsList all items of an invoice
InvoicesApiGetInvoicePdfStatusGET /v1/invoices/pdf-statusRetrieve PDF status of invoices in a batch.
InvoicesApiGetTaxationItemsOfInvoiceItemGET /v1/invoices/{invoiceKey}/items/{itemId}/taxation-itemsList all taxation items of an invoice item
InvoicesApiPostInvoicePUT /v1/invoices/{invoiceKey}/postCancel an invoice
InvoicesApiReverseInvoicePUT /v1/invoices/{invoiceKey}/reverseReverse an invoice
InvoicesApiUpdateInvoicePUT /v1/invoices/{invoiceKey}Update an invoice
InvoicesApiUploadFileForInvoicePOST /v1/invoices/{invoiceKey}/filesUpload a file for an invoice
InvoicesApiWriteOffInvoicePUT /v1/invoices/{invoiceKey}/write-offWrite off an invoice
JournalRunsApiCancelJournalRunPUT /v1/journal-runs/{jr-number}/cancelCancel a journal run
JournalRunsApiCreateJournalRunPOST /v1/journal-runsCreate a journal run
JournalRunsApiDeleteJournalRunDELETE /v1/journal-runs/{jr-number}Delete a journal run
JournalRunsApiGetJournalRunGET /v1/journal-runs/{jr-number}Retrieve a journal run
MassUpdaterApiCreateMassUpdaterPOST /v1/bulkPerform a mass action
MassUpdaterApiGetMassUpdaterGET /v1/bulk/{bulk-key}List all results of a mass action
MassUpdaterApiStopMassUpdaterPUT /v1/bulk/{bulk-key}/stopStop a mass action
NotificationsApiCreateNotificationDefinitionPOST /notifications/notification-definitionsCreate a notification definition
NotificationsApiCreateOrUpdateEmailTemplatesPOST /notifications/email-templates/importCreate or update email templates
NotificationsApiDeleteEmailTemplateDELETE /notifications/email-templates/{id}Delete an email template
NotificationsApiDeleteNotificationDefinitionDELETE /notifications/notification-definitions/{id}Delete a notification definition
NotificationsApiDeleteNotificationHistoryForAccountDELETE /notifications/historyDelete notification histories for an account
NotificationsApiGetCalloutHistoryGET /v1/notification-history/calloutList callout notification histories
NotificationsApiGetEmailHistoryGET /v1/notification-history/emailList email notification histories
NotificationsApiGetEmailTemplateGET /notifications/email-templates/{id}Retrieve an email template
NotificationsApiGetNotificationDefinitionGET /notifications/notification-definitions/{id}Retrieve a notification definition
NotificationsApiGetNotificationHistoryDeletionTaskGET /notifications/history/tasks/{id}Retrieve a notification history deletion task
NotificationsApiPostCreateEmailTemplatePOST /notifications/email-templatesCreate an email template
NotificationsApiQueryEmailTemplatesGET /notifications/email-templatesList email templates
NotificationsApiQueryNotificationDefinitionsGET /notifications/notification-definitionsList notification definitions
NotificationsApiResendCalloutNotificationsPOST /notifications/callout-histories/resendResend callout notifications
NotificationsApiResendEmailNotificationsPOST /notifications/email-histories/resendResend email notifications
NotificationsApiUpdateEmailTemplatePUT /notifications/email-templates/{id}Update an email template
NotificationsApiUpdateNotificationDefinitionPUT /notifications/notification-definitions/{id}Update a notification definition
OAuthApiCreateTokenPOST /oauth/tokenCreate an OAuth token
ObjectQueriesApiQueryAccountByKeyGET /object-query/accounts/{key}Retrieve an account
ObjectQueriesApiQueryAccountsGET /object-query/accountsList accounts
ObjectQueriesApiQueryAmendmentByKeyGET /object-query/amendments/{key}Retrieve an amendment
ObjectQueriesApiQueryAmendmentsGET /object-query/amendmentsList amendments
ObjectQueriesApiQueryBillingRunByKeyGET /object-query/billing-runs/{key}Retrieve a billing run
ObjectQueriesApiQueryBillingRunsGET /object-query/billing-runsList bill runs
ObjectQueriesApiQueryContactByKeyGET /object-query/contacts/{key}Retrieve a contact
ObjectQueriesApiQueryContactsGET /object-query/contactsList contacts
ObjectQueriesApiQueryCreditMemoApplicationByKeyGET /object-query/credit-memo-applications/{key}Retrieve a credit memo application
ObjectQueriesApiQueryCreditMemoApplicationsGET /object-query/credit-memo-applicationsList credit memo applications
ObjectQueriesApiQueryCreditMemoByKeyGET /object-query/credit-memos/{key}Retrieve a credit memo
ObjectQueriesApiQueryCreditMemoItemByKeyGET /object-query/credit-memo-items/{key}Retrieve a credit memo item
ObjectQueriesApiQueryCreditMemoItemsGET /object-query/credit-memo-itemsList credit memo items
ObjectQueriesApiQueryCreditMemosGET /object-query/credit-memosList credit memos
ObjectQueriesApiQueryCustomObjectBykeyGET /object-query/{custom-object-name}/{key}Retrieve a custom object
ObjectQueriesApiQueryCustomObjectsGET /object-query/{custom-object-name}List custom objects
ObjectQueriesApiQueryDailyConsumptionSummaryByKeyGET /object-query/daily-consumption-summaries/{key}Retrieve a daily consumption summary
ObjectQueriesApiQueryDailyConsumptionSummarysGET /object-query/daily-consumption-summariesList daily consumption summaries
ObjectQueriesApiQueryDebitMemoByKeyGET /object-query/debit-memos/{key}Retrieve a debit memo
ObjectQueriesApiQueryDebitMemoItemByKeyGET /object-query/debit-memo-items/{key}Retrieve a debit memo item
ObjectQueriesApiQueryDebitMemoItemsGET /object-query/debit-memo-itemsList debit memo items
ObjectQueriesApiQueryDebitMemosGET /object-query/debit-memosList debit memos
ObjectQueriesApiQueryInvoiceByKeyGET /object-query/invoices/{key}Retrieve an invoice
ObjectQueriesApiQueryInvoiceItemByKeyGET /object-query/invoice-items/{key}Retrieve an invoice item
ObjectQueriesApiQueryInvoiceItemsGET /object-query/invoice-itemsList invoice items
ObjectQueriesApiQueryInvoicesGET /object-query/invoicesList invoices
ObjectQueriesApiQueryInvoiceScheduleByKeyGET /object-query/invoice-schedules/{key}Retrieve an invoice schedule
ObjectQueriesApiQueryInvoiceSchedulesGET /object-query/invoice-schedulesList invoice schedules
ObjectQueriesApiQueryOrderActionByKeyGET /object-query/order-actions/{key}Retrieve an order action
ObjectQueriesApiQueryOrderActionsGET /object-query/order-actionsList order actions
ObjectQueriesApiQueryOrderLineItemByKeyGET /object-query/order-line-items/{key}Retrieve an order line item
ObjectQueriesApiQueryOrderLineItemsGET /object-query/order-line-itemsList order line items
ObjectQueriesApiQueryOrdersByKeyGET /object-query/orders/{key}Retrieve an order
ObjectQueriesApiQueryOrderssGET /object-query/ordersList orders
ObjectQueriesApiQueryPaymentApplicationByKeyGET /object-query/payment-applications/{key}Retrieve a payment application
ObjectQueriesApiQueryPaymentApplicationsGET /object-query/payment-applicationsList payment applications
ObjectQueriesApiQueryPaymentByKeyGET /object-query/payments/{key}Retrieve a payment
ObjectQueriesApiQueryPaymentMethodByKeyGET /object-query/payment-methods/{key}Retrieve a payment method
ObjectQueriesApiQueryPaymentMethodSnapshotByKeyGET /object-query/payment-method-snapshots/{key}Retrieve a payment method snapshot
ObjectQueriesApiQueryPaymentMethodSnapshotsGET /object-query/payment-method-snapshotsList payment method snapshots
ObjectQueriesApiQueryPaymentMethodsGET /object-query/payment-methodsList payment methods
ObjectQueriesApiQueryPaymentRunByKeyGET /object-query/payment-runs/{key}Retrieve a payment run
ObjectQueriesApiQueryPaymentRunsGET /object-query/payment-runsList payment runs
ObjectQueriesApiQueryPaymentScheduleByKeyGET /object-query/payment-schedules/{key}Retrieve a payment schedule
ObjectQueriesApiQueryPaymentScheduleItemByKeyGET /object-query/payment-schedule-items/{key}Retrieve a payment schedule item
ObjectQueriesApiQueryPaymentScheduleItemsGET /object-query/payment-schedule-itemsList payment schedule items
ObjectQueriesApiQueryPaymentSchedulesGET /object-query/payment-schedulesList payment schedules
ObjectQueriesApiQueryPaymentsGET /object-query/paymentsList payments
ObjectQueriesApiQueryPrepaidBalanceByKeyGET /object-query/prepaid-balances/{key}Retrieve a prepaid balance
ObjectQueriesApiQueryPrepaidBalanceFundByKeyGET /object-query/prepaid-balance-funds/{key}Retrieve a prepaid balance fund
ObjectQueriesApiQueryPrepaidBalanceFundsGET /object-query/prepaid-balance-fundsList prepaid balance funds
ObjectQueriesApiQueryPrepaidBalanceTransactionByKeyGET /object-query/prepaid-balance-transactions/{key}Retrieve a prepaid balance transaction
ObjectQueriesApiQueryPrepaidBalanceTransactionsGET /object-query/prepaid-balance-transactionsList prepaid balance transactions
ObjectQueriesApiQueryPrepaidBalancesGET /object-query/prepaid-balancesList prepaid balances
ObjectQueriesApiQueryProcessedUsageByKeyGET /object-query/processed-usages/{key}Retrieve a processed usage record
ObjectQueriesApiQueryProcessedUsagesGET /object-query/processed-usagesList processed usage records
ObjectQueriesApiQueryProductByKeyGET /object-query/products/{key}Retrieve a product
ObjectQueriesApiQueryProductRatePlanByKeyGET /object-query/product-rate-plans/{key}Retrieve a product rate plan
ObjectQueriesApiQueryProductRatePlanChargeByKeyGET /object-query/product-rate-plan-charges/{key}Retrieve a product rate plan charge
ObjectQueriesApiQueryProductRatePlanChargeTierByKeyGET /object-query/product-rate-plan-charge-tiers/{key}Retrieve a product rate plan charge tier
ObjectQueriesApiQueryProductRatePlanChargeTiersGET /object-query/product-rate-plan-charge-tiersList product rate plan charge tiers
ObjectQueriesApiQueryProductRatePlanChargesGET /object-query/product-rate-plan-chargesList product rate plan charges
ObjectQueriesApiQueryProductRatePlansGET /object-query/product-rate-plansList product rate plans
ObjectQueriesApiQueryProductsGET /object-query/productsList products
ObjectQueriesApiQueryRatePlanByKeyGET /object-query/rate-plans/{key}Retrieve a rate plan
ObjectQueriesApiQueryRatePlanChargeByKeyGET /object-query/rate-plan-charges/{key}Retrieve a rate plan charge
ObjectQueriesApiQueryRatePlanChargeTierByKeyGET /object-query/rate-plan-charge-tiers/{key}Retrieve a rate plan charge tier
ObjectQueriesApiQueryRatePlanChargeTiersGET /object-query/rate-plan-charge-tiersList rate plan charge tiers
ObjectQueriesApiQueryRatePlanChargesGET /object-query/rate-plan-chargesList rate plan charges
ObjectQueriesApiQueryRatePlansGET /object-query/rate-plansList rate plans
ObjectQueriesApiQueryRatingDetailByKeyGET /object-query/rating-details/{key}Retrieve a rating detail
ObjectQueriesApiQueryRatingDetailsGET /object-query/rating-detailsList rating details
ObjectQueriesApiQueryRatingResultByKeyGET /object-query/rating-results/{key}Retrieve a rating result
ObjectQueriesApiQueryRatingResultsGET /object-query/rating-resultsList rating results
ObjectQueriesApiQueryRefundApplicationByKeyGET /object-query/refund-applications/{key}Retrieve a refund application
ObjectQueriesApiQueryRefundApplicationItemByKeyGET /object-query/refund-application-items/{key}Retrieve a refund application item
ObjectQueriesApiQueryRefundApplicationItemsGET /object-query/refund-application-itemsList refund application items
ObjectQueriesApiQueryRefundApplicationsGET /object-query/refund-applicationsList refund applications
ObjectQueriesApiQueryRefundByKeyGET /object-query/refunds/{key}Retrieve a refund
ObjectQueriesApiQueryRefundsGET /object-query/refundsList refunds
ObjectQueriesApiQuerySubscriptionByKeyGET /object-query/subscriptions/{key}Retrieve a subscription
ObjectQueriesApiQuerySubscriptionsGET /object-query/subscriptionsList subscriptions
ObjectQueriesApiQuerySummaryStatementByKeyGET /object-query/summarystatements/{key}Retrieve a summary statement
ObjectQueriesApiQuerySummaryStatementRunByKeyGET /object-query/summarystatementruns/{key}Retrieve a summary statement run
ObjectQueriesApiQuerySummaryStatementRunsGET /object-query/summarystatementrunsList summary statement runs
ObjectQueriesApiQuerySummaryStatementsGET /object-query/summarystatementsList summary statements
ObjectQueriesApiQueryTaxationItemByKeyGET /object-query/taxation-items/{key}Retrieve a taxation item
ObjectQueriesApiQueryTaxationItemsGET /object-query/taxation-itemsList taxation items
ObjectQueriesApiQueryUsageByKeyGET /object-query/usages/{key}Retrieve a usage record
ObjectQueriesApiQueryUsagesGET /object-query/usagesList usage records
ObjectQueriesApiQueryValidityPeriodSummaryByKeyGET /object-query/validity-period-summaries/{key}Retrieve a validity period summary
ObjectQueriesApiQueryValidityPeriodSummarysGET /object-query/validity-period-summariesList validity period summaries
OmniChannelSubscriptionsApiCreateOmniChannelSubscriptionPOST /v1/omni-channel-subscriptionsCreate an omnichannel subscription
OmniChannelSubscriptionsApiDeleteOmniChannelSubscriptionDELETE /v1/omni-channel-subscriptions/{subscriptionKey}Delete an omnichannel subscription
OmniChannelSubscriptionsApiGetOmniChannelSubscriptionGET /v1/omni-channel-subscriptions/{subscriptionKey}Retrieve an omnichannel subscription
OperationsApiCreateBillingPreviewPOST /v1/operations/billing-previewGenerate a billing preview
OperationsApiCreateBulkPDFToZIPGenerationPOST /v1/operations/bulk-pdfExport bulk PDF files
OperationsApiCreateInvoiceCollectPOST /v1/operations/invoice-collectInvoice and collect
OperationsApiGetBulkPDFToZIPGenerationGET /v1/operations/bulk-pdf/{jobId}Retrieve information of a bulk PDF file generation job
OperationsApiGetOperationJobGET /v1/operations/jobs/{jobId}Retrieve an operation job
OrderActionsApiUpdateOrderActionPUT /v1/orderActions/{id}Update an order action
OrderLineItemsApiGetOrderLineItemGET /v1/order-line-items/{itemId}Retrieve an order line item
OrderLineItemsApiUpdateOrderLineItemPUT /v1/order-line-items/{itemId}Update an order line item
OrderLineItemsApiUpdateOrderLineItemsPOST /v1/order-line-items/bulkUpdate order line items
OrdersApiActivateOrderPUT /v1/orders/{orderNumber}/activateActivate an order
OrdersApiCancelOrderPUT /v1/orders/{orderNumber}/cancelCancel an order
OrdersApiCreateOrderPOST /v1/ordersCreate an order
OrdersApiCreateOrderAsynchronouslyPOST /v1/async/ordersCreate an order asynchronously
OrdersApiDeleteOrderDELETE /v1/orders/{orderNumber}Delete an order
OrdersApiDeleteOrderAsynchronouslyDELETE /v1/async/orders/{orderNumber}Async Delete an order
OrdersApiGetJobStatusAndResponseGET /v1/async-jobs/{jobId}Retrieve the status and response of a job
OrdersApiGetOrderGET /v1/orders/{orderNumber}Retrieve an order
OrdersApiGetOrdersGET /v1/ordersList orders
OrdersApiGetOrdersByInvoiceOwnerGET /v1/orders/invoiceOwner/{accountNumber}List orders of an invoice owner
OrdersApiGetOrdersBySubscriptionNumberGET /v1/orders/subscription/{subscriptionNumber}List orders by subscription number
OrdersApiGetOrdersBySubscriptionOwnerGET /v1/orders/subscriptionOwner/{accountNumber}List orders of a subscription owner
OrdersApiGetPendingOrdersBySubscriptionNumberGET /v1/orders/subscription/{subscription-key}/pendingList pending orders by subscription number
OrdersApiPreviewOrderPOST /v1/orders/previewPreview an order
OrdersApiPreviewOrderAsynchronouslyPOST /v1/async/orders/previewPreview an order asynchronously
OrdersApiRevertOrderPOST /v1/orders/{orderNumber}/revertRevert an order
OrdersApiUpdateOrderPUT /v1/orders/{orderNumber}Update an order
OrdersApiUpdateOrderCustomFieldsPUT /v1/orders/{orderNumber}/customFieldsUpdate order custom fields
OrdersApiUpdateOrderTriggerDatesPUT /v1/orders/{orderNumber}/triggerDatesUpdate order action trigger dates
OrdersApiUpdateSubscriptionCustomFieldsPUT /v1/subscriptions/{subscriptionNumber}/customFieldsUpdate subscription custom fields
PaymentAuthorizationApiCancelAuthorizationPOST /v1/payment-methods/{payment-method-id}/voidAuthorizeCancel authorization
PaymentAuthorizationApiCreateAuthorizationPOST /v1/payment-methods/{payment-method-id}/authorizeCreate authorization
PaymentGatewayReconciliationApiReconcileRefundPOST /v1/refunds/{refund-key}/reconcileReconcile a refund
PaymentGatewayReconciliationApiRejectPaymentPOST /v1/gateway-settlement/payments/{payment-key}/rejectReject a payment
PaymentGatewayReconciliationApiReversePaymentPOST /v1/gateway-settlement/payments/{payment-key}/chargebackReverse a payment
PaymentGatewayReconciliationApiSettlePaymentPOST /v1/gateway-settlement/payments/{payment-key}/settleSettle a payment
PaymentGatewaysApiCreatePredebitNotificationPOST /v1/payment-gateways/pre-debit-notificationTrigger a pre-debit notification
PaymentGatewaysApiGetPaymentGatewaysGET /v1/payment-gatewaysList all payment gateways
PaymentMethodSnapshotsApiGetPaymentMethodSnapshotGET /v1/object/payment-method-snapshot/{id}CRUD: Retrieve a payment method snapshot
PaymentMethodTransactionLogsApiGetPaymentMethodTransactionLogGET /v1/object/payment-method-transaction-log/{id}CRUD: Retrieve a payment method transaction log
PaymentMethodUpdaterApiCreatePaymentMethodUpdaterBatchPOST /v1/payment-method-updaters/batchesCreate a Payment Method Updater batch asynchronously
PaymentMethodUpdaterApiGetPaymentMethodUpdaterInstancesGET /v1/payment-method-updatersList Payment Method Updater instances
PaymentMethodsApiCancelStoredCredentialProfilePOST /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/cancelCancel a stored credential profile
PaymentMethodsApiCreatePaymentMethodPOST /v1/payment-methodsCreate a payment method
PaymentMethodsApiCreatePaymentSessionPOST /web-payments/sessionsCreate a payment session
PaymentMethodsApiCreateStoredCredentialProfilePOST /v1/payment-methods/{payment-method-id}/profilesCreate a stored credential profile
PaymentMethodsApiDecryptPaymentMethodPOST /v1/payment-methods/decryptionCreate an Apple Pay payment method
PaymentMethodsApiDeletePaymentMethodDELETE /v1/payment-methods/{payment-method-id}Delete a payment method
PaymentMethodsApiExpireStoredCredentialProfilePOST /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/expireExpire a stored credential profile
PaymentMethodsApiGetPaymentMethodGET /v1/payment-methods/{payment-method-id}Retrieve a payment method
PaymentMethodsApiGetStoredCredentialProfilesGET /v1/payment-methods/{payment-method-id}/profilesList stored credential profiles of a payment method
PaymentMethodsApiScrubPaymentMethodPUT /v1/payment-methods/{payment-method-id}/scrubScrub a payment method
PaymentMethodsApiUpdatePaymentMethodPUT /v1/payment-methods/{payment-method-id}Update a payment method
PaymentMethodsApiVerifyPaymentMethodPUT /v1/payment-methods/{payment-method-id}/verifyVerify a payment method
PaymentRunsApiCreatePaymentRunPOST /v1/payment-runsCreate a payment run
PaymentRunsApiDeletePaymentRunDELETE /v1/payment-runs/{paymentRunKey}Delete a payment run
PaymentRunsApiGetPaymentRunGET /v1/payment-runs/{paymentRunKey}Retrieve a payment run
PaymentRunsApiGetPaymentRunDataGET /v1/payment-runs/{paymentRunKey}/dataRetrieve payment run data
PaymentRunsApiGetPaymentRunSummaryGET /v1/payment-runs/{paymentRunKey}/summaryRetrieve a payment run summary
PaymentRunsApiGetPaymentRunsGET /v1/payment-runsList payment runs
PaymentRunsApiUpdatePaymentRunPUT /v1/payment-runs/{paymentRunKey}Update a payment run
PaymentSchedulesApiAddItemsToCustomPaymentSchedulePOST /v1/payment-schedules/{paymentScheduleKey}/itemsAdd payment schedule items to a custom payment schedule
PaymentSchedulesApiCancelPaymentSchedulePUT /v1/payment-schedules/{paymentScheduleKey}/cancelCancel a payment schedule
PaymentSchedulesApiCancelPaymentScheduleItemPUT /v1/payment-schedule-items/{item-id}/cancelCancel a payment schedule item
PaymentSchedulesApiCreatePaymentSchedulePOST /v1/payment-schedulesCreate a payment schedule
PaymentSchedulesApiCreatePaymentSchedulesPOST /v1/payment-schedules/batchCreate multiple payment schedules at once
PaymentSchedulesApiGetPaymentScheduleGET /v1/payment-schedules/{paymentScheduleKey}Retrieve a payment schedule
PaymentSchedulesApiGetPaymentScheduleItemGET /v1/payment-schedule-items/{item-id}Retrieve a payment schedule item
PaymentSchedulesApiGetPaymentScheduleStatisticGET /v1/payment-schedules/statistics/{yyyy-mm-dd}Retrieve payment schedule statistic of a date
PaymentSchedulesApiGetPaymentSchedulesGET /v1/payment-schedulesList payment schedules by customer account
PaymentSchedulesApiRetryPaymentScheduleItemPOST /v1/payment-schedule-items/retry-paymentRetry failed payment schedule items
PaymentSchedulesApiSkipPaymentScheduleItemPUT /v1/payment-schedule-items/{item-id}/skipSkip a payment schedule item
PaymentSchedulesApiUpdatePaymentSchedulePUT /v1/payment-schedules/{paymentScheduleKey}Update a payment schedule
PaymentSchedulesApiUpdatePaymentScheduleItemPUT /v1/payment-schedule-items/{item-id}Update a payment schedule item
PaymentSchedulesApiUpdatePaymentSchedulePreviewPUT /v1/payment-schedules/{paymentScheduleKey}/previewPreview the result of payment schedule updates
PaymentTransactionLogsApiGetPaymentTransactionLogGET /v1/object/payment-transaction-log/{id}CRUD: Retrieve a payment transaction log
PaymentsApiApplyPaymentPUT /v1/payments/{paymentKey}/applyApply a payment
PaymentsApiCancelPaymentPUT /v1/payments/{paymentKey}/cancelCancel a payment
PaymentsApiCreatePaymentPOST /v1/paymentsCreate a payment
PaymentsApiCreateRefundPaymentPOST /v1/payments/{paymentKey}/refundsRefund a payment
PaymentsApiDeletePaymentDELETE /v1/payments/{paymentKey}Delete a payment
PaymentsApiGetPaymentGET /v1/payments/{paymentKey}Retrieve a payment
PaymentsApiGetPaymentItemPartGET /v1/payments/{paymentKey}/parts/{partId}/item-parts/{itemPartId}Retrieve a payment part item
PaymentsApiGetPaymentItemPartsGET /v1/payments/{paymentKey}/parts/{partId}/item-partsList all payment part items
PaymentsApiGetPaymentPartGET /v1/payments/{paymentKey}/parts/{partId}Retrieve a payment part
PaymentsApiGetPaymentPartsGET /v1/payments/{paymentKey}/partsList all parts of a payment
PaymentsApiGetRetrieveAllPaymentsGET /v1/paymentsList payments
PaymentsApiRefundPaymentwithAutoUnapplyPOST /v1/payments/{paymentKey}/refunds/unapplyRefund a payment with auto-unapplying
PaymentsApiTransferPaymentPUT /v1/payments/{paymentKey}/transferTransfer a payment
PaymentsApiUnapplyPaymentPUT /v1/payments/{paymentKey}/unapplyUnapply a payment
PaymentsApiUpdatePaymentPUT /v1/payments/{paymentId}Update a payment
ProductRatePlanChargeTiersApiGetProductRatePlanChargeTierGET /v1/object/product-rate-plan-charge-tier/{id}CRUD: Retrieve a product rate plan charge tier
ProductRatePlanChargeTiersApiUpdateProductRatePlanChargeTierPUT /v1/object/product-rate-plan-charge-tier/{id}CRUD: Update a product rate plan charge tier
ProductRatePlanChargesApiCreateProductRatePlanChargePOST /v1/object/product-rate-plan-chargeCRUD: Create a product rate plan charge
ProductRatePlanChargesApiDeleteProductRatePlanChargeDELETE /v1/object/product-rate-plan-charge/{id}CRUD: Delete a product rate plan charge
ProductRatePlanChargesApiGetProductRatePlanChargeGET /v1/object/product-rate-plan-charge/{id}CRUD: Retrieve a product rate plan charge
ProductRatePlanChargesApiUpdateProductRatePlanChargePUT /v1/object/product-rate-plan-charge/{id}CRUD: Update a product rate plan charge
ProductRatePlanChargesApiUpdateProductRatePlanChargeFinanceInformationPUT /v1/product-rate-plan-charges/{product-rate-plan-charge-key}/finance-informationUpdate a Zuora Revenue accounting code
ProductRatePlansApiCreateProductRatePlanPOST /v1/object/product-rate-planCRUD: Create a product rate plan
ProductRatePlansApiDeleteProductRatePlanDELETE /v1/object/product-rate-plan/{id}CRUD: Delete a product rate plan
ProductRatePlansApiGetProductRatePlanGET /v1/product-rate-plans/{id}Retrieve a product rate plan by ID
ProductRatePlansApiGetProductRatePlansByExternalIDGET /v1/product-rate-plans/external-id/{externalId}List product rate plans by external ID
ProductRatePlansApiGetRatePlansByProductGET /v1/rateplan/{product-key}/productRatePlanList all product rate plans of a product
ProductRatePlansApiUpdateProductRatePlanPUT /v1/object/product-rate-plan/{id}CRUD: Update a product rate plan
ProductsApiCreateProductPOST /v1/object/productCreate a product
ProductsApiDeleteProductDELETE /v1/object/product/{id}CRUD: Delete a product
ProductsApiGetProductGET /v1/catalog/product/{product-key}Retrieve a product
ProductsApiGetProductsGET /v1/catalog/productsGet all products
ProductsApiUpdateProductPUT /v1/object/product/{id}CRUD: Update a product
RSASignaturesApiCreateRSASignaturePOST /v1/rsa-signaturesGenerate an RSA signature
RSASignaturesApiDecryptRSASignaturePOST /v1/rsa-signatures/decryptDecrypt an RSA signature
RampsApiGetRampByNumberGET /v1/ramps/{rampNumber}Retrieve a ramp
RampsApiGetRampMetricsByNumberGET /v1/ramps/{rampNumber}/ramp-metricsList all ramp metrics of a ramp
RampsApiGetRampMetricsByOrderNumberGET /v1/orders/{orderNumber}/ramp-metricsList ramp metrics by order number
RampsApiGetRampMetricsBySubscriptionKeyGET /v1/subscriptions/{subscriptionKey}/ramp-metricsList ramp metrics by subscription key
RampsApiGetRampsBySubscriptionKeyGET /v1/subscriptions/{subscriptionKey}/rampsRetrieve a ramp by subscription key
RatePlansApiGetRatePlanGET /v1/rateplans/{ratePlanId}Retrieve a rate plan
RefundsApiCancelRefundPUT /v1/refunds/{refundKey}/cancelCancel a refund
RefundsApiDeleteRefundDELETE /v1/refunds/{refundKey}Delete a refund
RefundsApiGetRefundGET /v1/refunds/{refundKey}Retrieve a refund
RefundsApiGetRefundItemPartGET /v1/refunds/{refundKey}/parts/{refundPartId}/item-parts/{itemPartId}Retrieve a refund part item
RefundsApiGetRefundItemPartsGET /v1/refunds/{refundKey}/parts/{refundPartId}/item-partsList all refund part items
RefundsApiGetRefundPartGET /v1/refunds/{refundKey}/parts/{refundPartId}Retrieve a refund part
RefundsApiGetRefundPartsGET /v1/refunds/{refundKey}/partsList all parts of a refund
RefundsApiGetRefundsGET /v1/refundsList refunds
RefundsApiUpdateRefundPUT /v1/refunds/{refundId}Update a refund
RegenerateApiPOSTCreateRevRecEventsPOST /v1/uno-regenerate/rev-rec-eventsRegenerate Rev Rec Event
RegenerateApiPOSTGenerateRevRecEventsForDailyConsumptionPOST /v1/uno-regenerate/rev-rec-events/daily-consumptionRegenerate Rev Rec Event
RegenerateApiPOSTRegenerateBillingTransactionPOST /v1/uno-regenerate/billing-transactionRegenerate Billing Transaction
RegenerateApiPOSTRegenerateBookingTransactionPOST /v1/uno-regenerate/booking-transactionRegenerate Booking Transaction
RevenueAccountingCodesApiPutRevProAccountingCodesPUT /v1/revpro-accounting-codesUpdate a Zuora Revenue accounting code
RevenueIntegrationApiDescribeViewColumnsGET /integration/v2/biviews/{view_name}/describe-columns
RevenueIntegrationApiDownloadReportGET /integration/v1/reports/download/{filename}
RevenueIntegrationApiGenerateJWTTokenPOST /integration/v1/authenticate
RevenueIntegrationApiGetBIViewCountGET /integration/v2/biviews/count/{view_name}
RevenueIntegrationApiGetBIViewStatusGET /integration/v2/biviews-status
RevenueIntegrationApiGetBIViewTaskDetailsGET /integration/v2/biviews-status/{task_id}
RevenueIntegrationApiGetBIViewsGET /integration/v1/biviews/{view_name}
RevenueIntegrationApiGetBIViewsV2GET /integration/v2/biviews/{view_name}
RevenueIntegrationApiGetCsvUploadStatusGET /integration/v1/csv/upload/status
RevenueIntegrationApiGetFileUploadStatusByRequestIdGET /integration/v1/fileupload/status/{file_request_id}
RevenueIntegrationApiGetReportsByIdGET /integration/v1/reports/{report_id}
RevenueIntegrationApiGetStageErrorGET /integration/v1/stage/error/{errortype}
RevenueIntegrationApiIntegrationV2ReportsSignedurlReportIdGetGET /integration/v2/reports/signedurl/{report_id}
RevenueIntegrationApiListReportsGET /integration/v1/reports/list
RevenueIntegrationApiSelectBIViewPOST /integration/v1/biviews/{view_name}
RevenueIntegrationApiUploadCsvPOST /integration/v1/csv/upload
RevenueIntegrationApiUploadFilePOST /integration/v1/upload/file
RevenueIntegrationApiUploadMappingPOST /integration/v1/upload/mapping
SequenceSetsApiCreateSequenceSetsPOST /v1/sequence-setsCreate sequence sets
SequenceSetsApiDeleteSequenceSetDELETE /v1/sequence-sets/{id}Delete a sequence set
SequenceSetsApiGetSequenceSetGET /v1/sequence-sets/{id}Retrieve a sequence set
SequenceSetsApiGetSequenceSetsGET /v1/sequence-setsList sequence sets
SequenceSetsApiUpdateSequenceSetPUT /v1/sequence-sets/{id}Update a sequence set
SettingsApiGetListAllSettingsGET /settings/listingList all settings
SettingsApiPostProcessSettingsBatchRequestPOST /settings/batch-requestsSubmit settings requests
SignUpApiPostSignUpPOST /v1/sign-upSign up
SubscriptionChangeLogsApiGetSubscriptionChangeLogsByOrderNumberGET /subscription-change-logs/orders/{orderNumber}Retrieve change logs for a subscription
SubscriptionChangeLogsApiGetSubscriptionChangeLogsBySubscriptionNumberGET /subscription-change-logs/{subscriptionNumber}Retrieve change logs for a subscription
SubscriptionChangeLogsApiGetSubscriptionChangeLogsBySubscriptionNumberAndVersionGET /subscription-change-logs/{subscriptionNumber}/versions/{version}Retrieve change logs for a subscription
SubscriptionsApiCancelSubscriptionPUT /v1/subscriptions/{subscription-key}/cancelCancel a subscription
SubscriptionsApiCreateSubscriptionPOST /v1/subscriptionsCreate a subscription
SubscriptionsApiDeleteSubscriptionPUT /v1/subscriptions/{subscription-key}/deleteDelete a subscription by number
SubscriptionsApiGetMetricsBySubscriptionNumbersGET /v1/subscriptions/subscription-metricsList subscriptions metrics by subscription numbers
SubscriptionsApiGetSubscriptionByKeyGET /v1/subscriptions/{subscription-key}Retrieve a subscription by key
SubscriptionsApiGetSubscriptionByKeyAndVersionGET /v1/subscriptions/{subscription-key}/versions/{version}Retrieve a subscription by key and version
SubscriptionsApiGetSubscriptionsByAccountGET /v1/subscriptions/accounts/{account-key}List subscriptions by account key
SubscriptionsApiPreviewExistingSubscriptionPOST /v1/subscriptions/{subscription-key}/previewPreview a subscription by key
SubscriptionsApiPreviewSubscriptionPOST /v1/subscriptions/previewPreview a subscription
SubscriptionsApiRenewSubscriptionPUT /v1/subscriptions/{subscription-key}/renewRenew a subscription
SubscriptionsApiResumeSubscriptionPUT /v1/subscriptions/{subscription-key}/resumeResume a subscription
SubscriptionsApiSuspendSubscriptionPUT /v1/subscriptions/{subscription-key}/suspendSuspend a subscription
SubscriptionsApiUpdateSubscriptionPUT /v1/subscriptions/{subscription-key}Update a subscription
SubscriptionsApiUpdateSubscriptionCustomFieldsOfASpecifiedVersionPUT /v1/subscriptions/{subscriptionNumber}/versions/{version}/customFieldsUpdate subscription custom fields of a subscription version
SummaryJournalEntriesApiCancelSummaryJournalEntryPUT /v1/journal-entries/{je-number}/cancelCancel a summary journal entry
SummaryJournalEntriesApiCreateSummaryJournalEntryPOST /v1/journal-entriesCreate a summary journal entry
SummaryJournalEntriesApiDeleteSummaryJournalEntryDELETE /v1/journal-entries/{je-number}Delete a summary journal entry
SummaryJournalEntriesApiGetAllSummaryJournalEntriesGET /v1/journal-entries/journal-runs/{jr-number}List all summary journal entries in a journal run
SummaryJournalEntriesApiGetSummaryJournalEntryGET /v1/journal-entries/{je-number}Retrieve a summary journal entry
SummaryJournalEntriesApiUpdateBasicSummaryJournalEntryPUT /v1/journal-entries/{je-number}/basic-informationUpdate a summary journal entry
TaxationItemsApiCreateTaxationItemPOST /v1/object/taxation-itemCRUD: Create a taxation item
TaxationItemsApiDeleteTaxationItemDELETE /v1/taxation-items/{id}Delete a taxation item
TaxationItemsApiGetTaxationItemGET /v1/taxation-items/{id}Retrieve a taxation item
TaxationItemsApiPutTaxationItemPUT /v1/taxation-items/{id}Update a taxation item
UsageApiCreateUsagePOST /v1/object/usageCRUD: Create a usage record
UsageApiDeleteUsageDELETE /v1/object/usage/{id}CRUD: Delete a usage record
UsageApiGetUsageGET /v1/object/usage/{id}CRUD: Retrieve a usage record
UsageApiGetUsageRateDetailByInvoiceItemGET /v1/invoices/invoice-item/{invoice-item-id}/usage-rate-detailRetrieve usage rate detail for an invoice item
UsageApiGetUsagesByAccountGET /v1/usage/accounts/{account-key}Retrieve usage records by account
UsageApiUpdateUsagePUT /v1/object/usage/{id}CRUD: Update a usage record
UsageApiUploadUsageFilePOST /v1/usageUpload a usage file
WorkflowsApiDeleteWorkflowDELETE /workflows/{workflow_id}Delete a workflow
WorkflowsApiDeleteWorkflowVersionDELETE /workflows/versions/{version_id}Delete a workflow version
WorkflowsApiGetWorkflowGET /workflows/{workflow_id}Retrieve a workflow
WorkflowsApiGetWorkflowExportGET /workflows/{workflow_id}/exportExport a workflow version
WorkflowsApiGetWorkflowRunGET /workflows/workflow_runs/{workflow_run_id}Retrieve a workflow run
WorkflowsApiGetWorkflowVersionsGET /workflows/{workflow_id}/versionsList all versions of a workflow definition
WorkflowsApiGetWorkflowsGET /workflowsList workflows
WorkflowsApiGetWorkflowsTaskGET /workflows/tasks/{task_id}Retrieve a workflow task
WorkflowsApiGetWorkflowsTasksGET /workflows/tasksList workflow tasks
WorkflowsApiGetWorkflowsUsagesGET /workflows/metrics.jsonRetrieve workflow task usage
WorkflowsApiPATCHUpdateWorkflowPATCH /workflows/{workflow_id}Update a workflow
WorkflowsApiPostRunWorkflowPOST /workflows/{workflow_id}/runRun a workflow
WorkflowsApiPostWorkflowImportPOST /workflows/importImport a workflow
WorkflowsApiPostWorkflowVersionsImportPOST /workflows/{workflow_id}/versions/importImport a workflow version
WorkflowsApiPostWorkflowsTaskRerunPOST /workflows/tasks/{task_id}/rerunRerun a workflow task
WorkflowsApiPutWorkflowsTasksUpdatePUT /workflows/tasks/batch_updateUpdate workflow tasks