# C# client library reference

The latest C# client library version is **1.9.0**.

## Requirements

- **C#**: 12 or later
- **.NET**: 8.0 or later


## Installation

See [Zuora Client Libraries](/docs/guides/libraries/).

## Classes and methods

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

table
thead
tr
th
Class
th
Method
th
HTTP request
th
Description
tbody
tr
td
em
APIHealthApi
td
strong
GetSystemHealthApiVolumeSummary
td
strong
GET
 /system-health/api-requests/volume-summary
td
List API volume summary records
tr
td
em
AccountingCodesApi
td
strong
ActivateAccountingCode
td
strong
PUT
 /v1/accounting-codes/{ac-id}/activate
td
Activate an accounting code
tr
td
em
AccountingCodesApi
td
strong
CreateAccountingCode
td
strong
POST
 /v1/accounting-codes
td
Create an accounting code
tr
td
em
AccountingCodesApi
td
strong
DeactivateAccountingCode
td
strong
PUT
 /v1/accounting-codes/{ac-id}/deactivate
td
Deactivate an accounting code
tr
td
em
AccountingCodesApi
td
strong
DeleteAccountingCode
td
strong
DELETE
 /v1/accounting-codes/{ac-id}
td
Delete an accounting code
tr
td
em
AccountingCodesApi
td
strong
GetAccountingCode
td
strong
GET
 /v1/accounting-codes/{ac-id}
td
Retrieve an accounting code
tr
td
em
AccountingCodesApi
td
strong
GetAllAccountingCodes
td
strong
GET
 /v1/accounting-codes
td
List all accounting codes
tr
td
em
AccountingCodesApi
td
strong
UpdateAccountingCode
td
strong
PUT
 /v1/accounting-codes/{ac-id}
td
Update an accounting code
tr
td
em
AccountingPeriodsApi
td
strong
CloseAccountingPeriod
td
strong
PUT
 /v1/accounting-periods/{ap-id}/close
td
Close an accounting period
tr
td
em
AccountingPeriodsApi
td
strong
CreateAccountingPeriod
td
strong
POST
 /v1/accounting-periods
td
Create an accounting period
tr
td
em
AccountingPeriodsApi
td
strong
DeleteAccountingPeriod
td
strong
DELETE
 /v1/accounting-periods/{ap-id}
td
Delete an accounting period
tr
td
em
AccountingPeriodsApi
td
strong
GetAccountingPeriod
td
strong
GET
 /v1/accounting-periods/{ap-id}
td
Retrieve an accounting period
tr
td
em
AccountingPeriodsApi
td
strong
GetAllAccountingPeriods
td
strong
GET
 /v1/accounting-periods
td
List all accounting periods
tr
td
em
AccountingPeriodsApi
td
strong
PendingCloseAccountingPeriod
td
strong
PUT
 /v1/accounting-periods/{ap-id}/pending-close
td
Set an accounting period to pending close
tr
td
em
AccountingPeriodsApi
td
strong
ReopenAccountingPeriod
td
strong
PUT
 /v1/accounting-periods/{ap-id}/reopen
td
Reopen an accounting period
tr
td
em
AccountingPeriodsApi
td
strong
RunTrialBalance
td
strong
PUT
 /v1/accounting-periods/{ap-id}/run-trial-balance
td
Run trial balance
tr
td
em
AccountingPeriodsApi
td
strong
UpdateAccountingPeriod
td
strong
PUT
 /v1/accounting-periods/{ap-id}
td
Update an accounting period
tr
td
em
AccountsApi
td
strong
CreateAccount
td
strong
POST
 /v1/accounts
td
Create an account
tr
td
em
AccountsApi
td
strong
DeleteAccount
td
strong
DELETE
 /v1/accounts/{account-key}
td
Delete an account
tr
td
em
AccountsApi
td
strong
GetAccount
td
strong
GET
 /v1/accounts/{account-key}
td
Retrieve an account
tr
td
em
AccountsApi
td
strong
GetAccountDefaultPaymentMethod
td
strong
GET
 /v1/accounts/{account-key}/payment-methods/default
td
Retrieve the default payment method of an account
tr
td
em
AccountsApi
td
strong
GetAccountPaymentMethods
td
strong
GET
 /v1/accounts/{account-key}/payment-methods
td
List payment methods of an account
tr
td
em
AccountsApi
td
strong
GetAccountSummary
td
strong
GET
 /v1/accounts/{account-key}/summary
td
Retrieve an account summary
tr
td
em
AccountsApi
td
strong
UpdateAccount
td
strong
PUT
 /v1/accounts/{account-key}
td
Update an account
tr
td
em
ActionsApi
td
strong
ActionPostCreate
td
strong
POST
 /v1/action/create
td
Create
tr
td
em
ActionsApi
td
strong
ActionPostDelete
td
strong
POST
 /v1/action/delete
td
Delete
tr
td
em
ActionsApi
td
strong
ActionPostQuery
td
strong
POST
 /v1/action/query
td
Query
tr
td
em
ActionsApi
td
strong
ActionPostqueryMore
td
strong
POST
 /v1/action/queryMore
td
QueryMore
tr
td
em
ActionsApi
td
strong
ActionPostupdate
td
strong
POST
 /v1/action/update
td
Update
tr
td
em
AdjustmentsApi
td
strong
CancelBillingAdjustment
td
strong
PUT
 /v1/adjustments/{adjustmentId}/cancel
td
Cancel an adjustment
tr
td
em
AdjustmentsApi
td
strong
CreateBillingAdjustment
td
strong
POST
 /v1/adjustments
td
Create an adjustment
tr
td
em
AdjustmentsApi
td
strong
GetBillingAdjustment
td
strong
GET
 /v1/adjustments/{adjustment-key}
td
Retrieve an adjustment
tr
td
em
AdjustmentsApi
td
strong
GetSubscriptionAdjustments
td
strong
GET
 /v1/adjustments
td
List all adjustments of the latest version subscription
tr
td
em
AdjustmentsApi
td
strong
PreviewBillingAdjustment
td
strong
POST
 /v1/adjustments/preview
td
Preview an adjustment
tr
td
em
AggregateQueriesApi
td
strong
CreateBatchQuery
td
strong
POST
 /v1/batch-query/
td
Submit an aggregate query job
tr
td
em
AggregateQueriesApi
td
strong
DeleteBatchQueryJob
td
strong
DELETE
 /v1/batch-query/jobs/{jobid}
td
Cancel a running aggregate query job
tr
td
em
AggregateQueriesApi
td
strong
GetBatchQueryJob
td
strong
GET
 /v1/batch-query/jobs/{jobid}
td
Retrieve an aggregate query job
tr
td
em
AttachmentsApi
td
strong
DeleteAttachments
td
strong
DELETE
 /v1/attachments/{attachment-id}
td
Delete an attachment
tr
td
em
AttachmentsApi
td
strong
GetAttachments
td
strong
GET
 /v1/attachments/{attachment-id}
td
Retrieve an attachment
tr
td
em
AttachmentsApi
td
strong
GetAttachmentsList
td
strong
GET
 /v1/attachments/{object-type}/{object-key}
td
List attachments by object type and key
tr
td
em
AttachmentsApi
td
strong
PostAttachments
td
strong
POST
 /v1/attachments
td
Create an attachment
tr
td
em
AttachmentsApi
td
strong
PutAttachments
td
strong
PUT
 /v1/attachments/{attachment-id}
td
Update an attachment
tr
td
em
BillRunApi
td
strong
CancelBillRun
td
strong
PUT
 /v1/bill-runs/{billRunId}/cancel
td
Cancel a bill run
tr
td
em
BillRunApi
td
strong
CreateBillRun
td
strong
POST
 /v1/bill-runs
td
Create a bill run
tr
td
em
BillRunApi
td
strong
DeleteBillRun
td
strong
DELETE
 /v1/bill-runs/{billRunId}
td
Delete a bill run
tr
td
em
BillRunApi
td
strong
EmailBillRun
td
strong
POST
 /v1/bill-runs/{billRunKey}/emails
td
Email billing documents generated from a bill run
tr
td
em
BillRunApi
td
strong
GetBillRun
td
strong
GET
 /v1/bill-runs/{billRunId}
td
Retrieve a bill run
tr
td
em
BillRunApi
td
strong
PostBillRun
td
strong
PUT
 /v1/bill-runs/{billRunId}/post
td
Post a bill run
tr
td
em
BillRunHealthApi
td
strong
GetSystemHealthBillingDocVolumeSummary
td
strong
GET
 /system-health/billing-documents/volume-summary
td
List billing document volume summary records
tr
td
em
BillingDocumentsApi
td
strong
CreateBillingDocumentFilesDeletionJob
td
strong
POST
 /v1/accounts/billing-documents/files/deletion-jobs
td
Create a job to hard delete billing document files
tr
td
em
BillingDocumentsApi
td
strong
GenerateBillingDocuments
td
strong
POST
 /v1/accounts/{key}/billing-documents/generate
td
Generate billing documents by account ID
tr
td
em
BillingDocumentsApi
td
strong
GetBillingDocumentFilesDeletionJob
td
strong
GET
 /v1/accounts/billing-documents/files/deletion-jobs/{jobId}
td
Retrieve a job of hard deleting billing document files
tr
td
em
BillingDocumentsApi
td
strong
GetBillingDocuments
td
strong
GET
 /v1/billing-documents
td
List billing documents for an account
tr
td
em
BillingPreviewRunApi
td
strong
CreateBillingPreviewRun
td
strong
POST
 /v1/billing-preview-runs
td
Create a billing preview run
tr
td
em
BillingPreviewRunApi
td
strong
GetBillingPreviewRun
td
strong
GET
 /v1/billing-preview-runs/{billingPreviewRunId}
td
Retrieve a billing preview run
tr
td
em
BookingDateBackfillJobApi
td
strong
GETBookingDateBackfillJobById
td
strong
GET
 /v1/uno/data-backfill/bookingdate/jobs/{jobId}
td
Find BookingDate Backfill job by ID
tr
td
em
BookingDateBackfillJobApi
td
strong
GETListBookingDateBackfillJobs
td
strong
GET
 /v1/uno/data-backfill/bookingdate/jobs
td
Query all Booking Date Backfill Jobs
tr
td
em
BookingDateBackfillJobApi
td
strong
POSTCreateBookingDateBackfillJob
td
strong
POST
 /v1/uno/data-backfill/bookingdate/jobs
td
Create a new BookingDate Backfil job
tr
td
em
BookingDateBackfillJobApi
td
strong
PUTStopBookingDateBackfillJobById
td
strong
PUT
 /v1/uno/data-backfill/bookingdate/jobs/{jobId}
td
Stop BookingDate Backfill job by ID
tr
td
em
CatalogGroupsApi
td
strong
CreateCatalogGroup
td
strong
POST
 /v1/catalog-groups
td
Create a catalog group
tr
td
em
CatalogGroupsApi
td
strong
DeleteCatalogGroup
td
strong
DELETE
 /v1/catalog-groups/{catalog-group-key}
td
Delete a catalog group
tr
td
em
CatalogGroupsApi
td
strong
GetCatalogGroup
td
strong
GET
 /v1/catalog-groups/{catalog-group-key}
td
Retrieve a catalog group
tr
td
em
CatalogGroupsApi
td
strong
GetCatalogGroups
td
strong
GET
 /v1/catalog-groups
td
List all catalog groups
tr
td
em
CatalogGroupsApi
td
strong
UpdateCatalogGroup
td
strong
PUT
 /v1/catalog-groups/{catalog-group-key}
td
Update a catalog group
tr
td
em
ContactSnapshotsApi
td
strong
GetContactSnapshot
td
strong
GET
 /v1/contact-snapshots/{contact-snapshot-id}
td
Retrieve a contact snapshot
tr
td
em
ContactsApi
td
strong
CreateContact
td
strong
POST
 /v1/contacts
td
Create a contact
tr
td
em
ContactsApi
td
strong
DeleteContact
td
strong
DELETE
 /v1/contacts/{contactId}
td
Delete a contact
tr
td
em
ContactsApi
td
strong
GetContact
td
strong
GET
 /v1/contacts/{contactId}
td
Retrieve a contact
tr
td
em
ContactsApi
td
strong
ScrubContact
td
strong
PUT
 /v1/contacts/{contactId}/scrub
td
Scrub a contact
tr
td
em
ContactsApi
td
strong
TransferContact
td
strong
PUT
 /v1/contacts/{contactId}/transfer
td
Transfer a contact
tr
td
em
ContactsApi
td
strong
UpdateContact
td
strong
PUT
 /v1/contacts/{contactId}
td
Update a contact
tr
td
em
CreditMemosApi
td
strong
ApplyCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/apply
td
Apply a credit memo
tr
td
em
CreditMemosApi
td
strong
ApplyCreditMemoAsync
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/apply-async
td
Async Apply a credit memo
tr
td
em
CreditMemosApi
td
strong
BulkCreateCreditMemos
td
strong
POST
 /v1/credit-memos/bulk
td
Create credit memos
tr
td
em
CreditMemosApi
td
strong
BulkUpdateCreditMemos
td
strong
PUT
 /v1/credit-memos/bulk
td
Update credit memos
tr
td
em
CreditMemosApi
td
strong
CancelAsyncCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/cancel-async
td
Cancel a Credit Memo in async
tr
td
em
CreditMemosApi
td
strong
CancelCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/cancel
td
Cancel a credit memo
tr
td
em
CreditMemosApi
td
strong
CreateCreditMemoFromCharge
td
strong
POST
 /v1/credit-memos
td
Create a credit memo from a charge
tr
td
em
CreditMemosApi
td
strong
CreateCreditMemoFromInvoice
td
strong
POST
 /v1/credit-memos/invoice/{invoiceKey}
td
Create a credit memo from an invoice
tr
td
em
CreditMemosApi
td
strong
CreateCreditMemoTaxationItems
td
strong
POST
 /v1/credit-memos/{creditMemoKey}/taxation-items
td
Create taxation items for a credit memo
tr
td
em
CreditMemosApi
td
strong
DeleteCreditMemo
td
strong
DELETE
 /v1/credit-memos/{creditMemoKey}
td
Delete a credit memo
tr
td
em
CreditMemosApi
td
strong
EmailCreditMemo
td
strong
POST
 /v1/credit-memos/{creditMemoKey}/emails
td
Email a credit memo
tr
td
em
CreditMemosApi
td
strong
GenerateCreditMemoPdf
td
strong
POST
 /v1/credit-memos/{creditMemoKey}/pdfs
td
Generate a credit memo PDF file
tr
td
em
CreditMemosApi
td
strong
GetApplyCreditMemoAsyncJob
td
strong
GET
 /v1/credit-memos/apply-async-jobs/{applyAsyncJobId}
td
Get Async Apply Credit Memo Job by Id
tr
td
em
CreditMemosApi
td
strong
GetCreditMemo
td
strong
GET
 /v1/credit-memos/{creditMemoKey}
td
Retrieve a credit memo
tr
td
em
CreditMemosApi
td
strong
GetCreditMemoItem
td
strong
GET
 /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}
td
Retrieve a credit memo item
tr
td
em
CreditMemosApi
td
strong
GetCreditMemoItemPart
td
strong
GET
 /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-parts/{itemPartId}
td
Retrieve a credit memo part item
tr
td
em
CreditMemosApi
td
strong
GetCreditMemoItemParts
td
strong
GET
 /v1/credit-memos/{creditMemoKey}/parts/{partId}/item-parts
td
List all credit memo part items
tr
td
em
CreditMemosApi
td
strong
GetCreditMemoItems
td
strong
GET
 /v1/credit-memos/{creditMemoKey}/items
td
List credit memo items
tr
td
em
CreditMemosApi
td
strong
GetCreditMemoPart
td
strong
GET
 /v1/credit-memos/{creditMemoKey}/parts/{partId}
td
Retrieve a credit memo part
tr
td
em
CreditMemosApi
td
strong
GetCreditMemoParts
td
strong
GET
 /v1/credit-memos/{creditMemoKey}/parts
td
List all parts of a credit memo
tr
td
em
CreditMemosApi
td
strong
GetCreditMemoPdfStatus
td
strong
GET
 /v1/credit-memos/pdf-status
td
Retrieve PDF status of credit memos in a batch.
tr
td
em
CreditMemosApi
td
strong
GetCreditMemos
td
strong
GET
 /v1/credit-memos
td
List credit memos
tr
td
em
CreditMemosApi
td
strong
GetTaxationItemsOfCreditMemoItem
td
strong
GET
 /v1/credit-memos/{creditMemoKey}/items/{creditMemoItemId}/taxation-items
td
List all taxation items of a credit memo item
tr
td
em
CreditMemosApi
td
strong
GetUnapplyCreditMemoAsyncJob
td
strong
GET
 /v1/credit-memos/unapply-async-jobs/{unapplyAsyncJobId}
td
Get Async Unapply Credit Memo Job by Id
tr
td
em
CreditMemosApi
td
strong
PostAsyncCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/post-async
td
Post a Credit Memo in async
tr
td
em
CreditMemosApi
td
strong
PostCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/post
td
Post a credit memo
tr
td
em
CreditMemosApi
td
strong
RefundCreditMemo
td
strong
POST
 /v1/credit-memos/{creditMemoKey}/refund
td
Refund a credit memo
tr
td
em
CreditMemosApi
td
strong
ReverseCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/reverse
td
Reverse a credit memo
tr
td
em
CreditMemosApi
td
strong
UnapplyCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/unapply
td
Unapply a credit memo
tr
td
em
CreditMemosApi
td
strong
UnapplyCreditMemoAsync
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/unapply-async
td
Async Unapply a credit memo
tr
td
em
CreditMemosApi
td
strong
UnpostCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/unpost
td
Unpost a credit memo
tr
td
em
CreditMemosApi
td
strong
UpdateCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}
td
Update a credit memo
tr
td
em
CreditMemosApi
td
strong
UploadFileForCreditMemo
td
strong
POST
 /v1/credit-memos/{creditMemoKey}/files
td
Upload a file for a credit memo
tr
td
em
CreditMemosApi
td
strong
WriteOffCreditMemo
td
strong
PUT
 /v1/credit-memos/{creditMemoKey}/write-off
td
Write off a credit memo
tr
td
em
CustomEventTriggersApi
td
strong
DeleteEventTrigger
td
strong
DELETE
 /events/event-triggers/{id}
td
Delete an event trigger
tr
td
em
CustomEventTriggersApi
td
strong
GetEventTrigger
td
strong
GET
 /events/event-triggers/{id}
td
Retrieve an event trigger
tr
td
em
CustomEventTriggersApi
td
strong
GetEventTriggers
td
strong
GET
 /events/event-triggers
td
List event triggers
tr
td
em
CustomEventTriggersApi
td
strong
PostEventTrigger
td
strong
POST
 /events/event-triggers
td
Create an event trigger
tr
td
em
CustomEventTriggersApi
td
strong
PutEventTrigger
td
strong
PUT
 /events/event-triggers/{id}
td
Update an event trigger
tr
td
em
CustomExchangeRatesApi
td
strong
GetCustomExchangeRates
td
strong
GET
 /v1/custom-exchange-rates/{currency}
td
List custom exchange rates by currency
tr
td
em
CustomObjectDefinitionsApi
td
strong
DeleteCustomObjectDefinitionByType
td
strong
DELETE
 /objects/definitions/default/{object}
td
Delete a custom object definition
tr
td
em
CustomObjectDefinitionsApi
td
strong
GetAllCustomObjectDefinitionsInNamespace
td
strong
GET
 /objects/definitions/default
td
List custom object definitions
tr
td
em
CustomObjectDefinitionsApi
td
strong
GetCustomObjectDefinitionByType
td
strong
GET
 /objects/definitions/default/{object}
td
Retrieve a custom object definition
tr
td
em
CustomObjectDefinitionsApi
td
strong
PostCustomObjectDefinitions
td
strong
POST
 /objects/definitions/default
td
Create custom object definitions
tr
td
em
CustomObjectDefinitionsApi
td
strong
PostUpdateCustomObjectDefinition
td
strong
POST
 /objects/migrations
td
Update a custom object definition
tr
td
em
CustomObjectJobsApi
td
strong
GetAllCustomObjectBulkJobs
td
strong
GET
 /objects/jobs
td
List all custom object bulk jobs
tr
td
em
CustomObjectJobsApi
td
strong
GetCustomObjectBulkJob
td
strong
GET
 /objects/jobs/{id}
td
Retrieve a custom object bulk job
tr
td
em
CustomObjectJobsApi
td
strong
GetCustomObjectBulkJobErrors
td
strong
GET
 /objects/jobs/{id}/errors
td
List all errors for a custom object bulk job
tr
td
em
CustomObjectJobsApi
td
strong
PATCHCustomObjectBulkJob
td
strong
PATCH
 /objects/jobs/{id}/cancel
td
Cancel a custom object bulk job
tr
td
em
CustomObjectJobsApi
td
strong
PostCustomObjectBulkJob
td
strong
POST
 /objects/jobs
td
Submit a custom object bulk job
tr
td
em
CustomObjectJobsApi
td
strong
PostUploadFileForCustomObjectBulkJob
td
strong
POST
 /objects/jobs/{id}/files
td
Upload a file for a custom object bulk job
tr
td
em
CustomObjectRecordsApi
td
strong
DeleteCustomObjectRecordByID
td
strong
DELETE
 /objects/records/default/{object}/{id}
td
Delete a custom object record
tr
td
em
CustomObjectRecordsApi
td
strong
GetAllRecordsForCustomObjectType
td
strong
GET
 /objects/records/default/{object}
td
List records for a custom object
tr
td
em
CustomObjectRecordsApi
td
strong
GetCustomObjectRecordByID
td
strong
GET
 /objects/records/default/{object}/{id}
td
Retrieve a custom object record
tr
td
em
CustomObjectRecordsApi
td
strong
PatchPartialUpdateCustomObjectRecord
td
strong
PATCH
 /objects/records/default/{object}/{id}
td
Partially update a custom object record
tr
td
em
CustomObjectRecordsApi
td
strong
PostCustomObjectRecords
td
strong
POST
 /objects/records/default/{object}
td
Create custom object records
tr
td
em
CustomObjectRecordsApi
td
strong
PostCustomObjectRecordsBatchUpdateOrDelete
td
strong
POST
 /objects/batch/default/{object}
td
Update or delete custom object records
tr
td
em
CustomObjectRecordsApi
td
strong
PutCustomObjectRecord
td
strong
PUT
 /objects/records/default/{object}/{id}
td
Update a custom object record
tr
td
em
CustomPaymentMethodTypesApi
td
strong
CreateOpenPaymentMethodType
td
strong
POST
 /open-payment-method-types
td
Create a draft custom payment method type
tr
td
em
CustomPaymentMethodTypesApi
td
strong
GetOpenPaymentMethodTypeRevision
td
strong
GET
 /open-payment-method-types/{paymentMethodTypeName}/draft/{revisionNumber}
td
Retrieve a specific draft revision of a custom payment method type
tr
td
em
CustomPaymentMethodTypesApi
td
strong
GetPublishedOpenPaymentMethodType
td
strong
GET
 /open-payment-method-types/{paymentMethodTypeName}/published
td
Retrieve a published custom payment method type
tr
td
em
CustomPaymentMethodTypesApi
td
strong
PublishOpenPaymentMethodType
td
strong
PUT
 /open-payment-method-types/publish/{paymentMethodTypeName}
td
Publish a custom payment method type
tr
td
em
CustomPaymentMethodTypesApi
td
strong
UpdateOpenPaymentMethodType
td
strong
PUT
 /open-payment-method-types/{paymentMethodTypeName}
td
Update a custom payment method type
tr
td
em
CustomScheduledEventsApi
td
strong
DeleteScheduledEventByID
td
strong
DELETE
 /events/scheduled-events/{id}
td
Delete a scheduled event by ID
tr
td
em
CustomScheduledEventsApi
td
strong
GetScheduledEventByID
td
strong
GET
 /events/scheduled-events/{id}
td
Retrieve a scheduled event by ID
tr
td
em
CustomScheduledEventsApi
td
strong
GetScheduledEvents
td
strong
GET
 /events/scheduled-events
td
List all scheduled events
tr
td
em
CustomScheduledEventsApi
td
strong
PostScheduledEvent
td
strong
POST
 /events/scheduled-events
td
Create a scheduled event
tr
td
em
CustomScheduledEventsApi
td
strong
UpdateScheduledEventByID
td
strong
PUT
 /events/scheduled-events/{id}
td
Update a scheduled event by ID
tr
td
em
DataBackfillJobApi
td
strong
GETDataBackfillJobById
td
strong
GET
 /v1/uno/data-backfill/jobs/{jobId}
td
Find Data Backfill job by ID
tr
td
em
DataBackfillJobApi
td
strong
GETDataBackfillTemplate
td
strong
GET
 /v1/uno/data-backfill/jobs/{type}/template
td
Download a Data Backfill template file
tr
td
em
DataBackfillJobApi
td
strong
GETListDataBackfillJobs
td
strong
GET
 /v1/uno/date-backfill/listjobs
td
Query all data backfill jobs
tr
td
em
DataBackfillJobApi
td
strong
POSTCreateDataBackfillJob
td
strong
POST
 /v1/uno/data-backfill/jobs
td
Create a new Data Backfil job
tr
td
em
DataBackfillJobApi
td
strong
PUTStopDataBackfillJobById
td
strong
PUT
 /v1/uno/data-backfill/jobs/{jobId}
td
Stop Data Backfill job by ID
tr
td
em
DataLabelingApi
td
strong
GetDataLabelingJob
td
strong
GET
 /v1/multi-organizations/data-labeling-job/{job-id}
td
Retrieve a data labeling job
tr
td
em
DataLabelingApi
td
strong
SubmitDataLabelingJob
td
strong
POST
 /v1/multi-organizations/data-labeling-job
td
Submit a data labeling job
tr
td
em
DataQueriesApi
td
strong
DeleteDataQueryJob
td
strong
DELETE
 /query/jobs/{job-id}
td
Cancel a data query job
tr
td
em
DataQueriesApi
td
strong
GetDataQueryJob
td
strong
GET
 /query/jobs/{job-id}
td
Retrieve a data query job
tr
td
em
DataQueriesApi
td
strong
GetDataQueryJobs
td
strong
GET
 /query/jobs
td
List data query jobs
tr
td
em
DataQueriesApi
td
strong
PostDataQueryJob
td
strong
POST
 /query/jobs
td
Submit a data query
tr
td
em
DebitMemosApi
td
strong
BulkCreateDebitMemos
td
strong
POST
 /v1/debit-memos/bulk
td
Create debit memos
tr
td
em
DebitMemosApi
td
strong
BulkUpdateDebitMemos
td
strong
PUT
 /v1/debit-memos/bulk
td
Update debit memos
tr
td
em
DebitMemosApi
td
strong
CancelAsyncDebitMemo
td
strong
PUT
 /v1/debit-memos/{debitMemoKey}/cancel-async
td
Cancel a Debit Memo in async
tr
td
em
DebitMemosApi
td
strong
CancelDebitMemo
td
strong
PUT
 /v1/debit-memos/{debitMemoKey}/cancel
td
Cancel a debit memo
tr
td
em
DebitMemosApi
td
strong
CollectDebitMemo
td
strong
POST
 /v1/debit-memos/{debitMemoKey}/collect
td
Collect a posted debit memo
tr
td
em
DebitMemosApi
td
strong
CreateDebitMemoFromCharge
td
strong
POST
 /v1/debit-memos
td
Create a debit memo from a charge
tr
td
em
DebitMemosApi
td
strong
CreateDebitMemoFromInvoice
td
strong
POST
 /v1/debit-memos/invoice/{invoiceKey}
td
Create a debit memo from an invoice
tr
td
em
DebitMemosApi
td
strong
CreateTaxationItemsForDebitMemo
td
strong
POST
 /v1/debit-memos/{debitMemoKey}/taxation-items
td
Create taxation items for a debit memo
tr
td
em
DebitMemosApi
td
strong
DeleteDebitMemo
td
strong
DELETE
 /v1/debit-memos/{debitMemoKey}
td
Delete a debit memo
tr
td
em
DebitMemosApi
td
strong
EmailDebitMemo
td
strong
POST
 /v1/debit-memos/{debitMemoKey}/emails
td
Email a debit memo
tr
td
em
DebitMemosApi
td
strong
GenerateDebitMemoPdf
td
strong
POST
 /v1/debit-memos/{debitMemoKey}/pdfs
td
Generate a debit memo PDF file
tr
td
em
DebitMemosApi
td
strong
GetDebitMemo
td
strong
GET
 /v1/debit-memos/{debitMemoKey}
td
Retrieve a debit memo
tr
td
em
DebitMemosApi
td
strong
GetDebitMemoApplicationParts
td
strong
GET
 /v1/debit-memos/{debitMemoKey}/application-parts
td
List all application parts of a debit memo
tr
td
em
DebitMemosApi
td
strong
GetDebitMemoItem
td
strong
GET
 /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}
td
Retrieve a debit memo item
tr
td
em
DebitMemosApi
td
strong
GetDebitMemoItems
td
strong
GET
 /v1/debit-memos/{debitMemoKey}/items
td
List debit memo items
tr
td
em
DebitMemosApi
td
strong
GetDebitMemoPdfStatus
td
strong
GET
 /v1/debit-memos/pdf-status
td
Retrieve PDF status of debit memos in a batch.
tr
td
em
DebitMemosApi
td
strong
GetDebitMemos
td
strong
GET
 /v1/debit-memos
td
List debit memos
tr
td
em
DebitMemosApi
td
strong
GetTaxationItemsOfDebitMemoItem
td
strong
GET
 /v1/debit-memos/{debitMemoKey}/items/{debitMemoItemId}/taxation-items
td
List all taxation items of a debit memo item
tr
td
em
DebitMemosApi
td
strong
PostAsyncDebitMemo
td
strong
PUT
 /v1/debit-memos/{debitMemoKey}/post-async
td
Post a Debit Memo in async
tr
td
em
DebitMemosApi
td
strong
PostDebitMemo
td
strong
PUT
 /v1/debit-memos/{debitMemoKey}/post
td
Post a debit memo
tr
td
em
DebitMemosApi
td
strong
UnpostDebitMemo
td
strong
PUT
 /v1/debit-memos/{debitMemoKey}/unpost
td
Unpost a debit memo
tr
td
em
DebitMemosApi
td
strong
UpdateDebitMemo
td
strong
PUT
 /v1/debit-memos/{debitMemoKey}
td
Update a debit memo
tr
td
em
DebitMemosApi
td
strong
UpdateDebitMemosDueDates
td
strong
PUT
 /v1/debit-memos
td
Update due dates for debit memos
tr
td
em
DebitMemosApi
td
strong
UploadFileForDebitMemo
td
strong
POST
 /v1/debit-memos/{debitMemoKey}/files
td
Upload a file for a debit memo
tr
td
em
DebitMemosApi
td
strong
WriteOffDebitMemo
td
strong
PUT
 /v1/debitmemos/{debitMemoKey}/write-off
td
Write off an debit memo
tr
td
em
DeploymentApi
td
strong
CompareAndDeployProductCatalogTemplate
td
strong
POST
 /deployment-manager/deployments/template/product_catalog
td
Compare and Deploy a template for product catalog to a target tenant
tr
td
em
DeploymentApi
td
strong
CompareAndDeployProductCatalogTenant
td
strong
POST
 /deployment-manager/deployments/tenant/product_catalog
td
Compare and Deploy product catalog between a source tenant and a target tenant
tr
td
em
DeploymentApi
td
strong
CompareAndDeployTemplate
td
strong
POST
 /deployment-manager/deployments/templates
td
Compare and Deploy settings from a template to a target tenant
tr
td
em
DeploymentApi
td
strong
CompareAndDeployTenant
td
strong
POST
 /deployment-manager/deployments/tenants
td
Compare and Deploy settings between a source tenant and a target tenant
tr
td
em
DeploymentApi
td
strong
RetrieveDeployment
td
strong
GET
 /deployment-manager/deployments/{migrationId}
td
Retrieves a deployment log.
tr
td
em
DeploymentApi
td
strong
RevertDeployment
td
strong
POST
 /deployment-manager/deployments/{migrationId}/revert
td
Reverts the deployment.
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
CompareTemplate
td
strong
POST
 /deployment-manager/deployment_artifacts/compare
td
Compare settings between a source tenant and a target tenant
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
CreateDeploymentTemplate
td
strong
POST
 /deployment-manager/deployment_templates
td
Create a deployment template
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
DeleteDeploymentTemplate
td
strong
DELETE
 /deployment-manager/deployment_templates/{id}
td
Delete a template
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
DownloadDeploymentTemplate
td
strong
GET
 /deployment-manager/deployment_artifacts
td
Download a template
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
GetDeploymentTemplateDetail
td
strong
GET
 /deployment-manager/deployment_templates/{id}
td
List all details of a template
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
GetDeploymentTemplates
td
strong
GET
 /deployment-manager/deployment_templates
td
List all templates
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
GetSourceComponentDetails
td
strong
GET
 /deployment-manager/deployment_artifacts/retrieve-settings
td
List all details of source components
tr
td
em
DeploymentConfigurationTemplatesApi
td
strong
MigrateTenantSettings
td
strong
POST
 /deployment-manager/deployment_artifacts/deploy
td
Migrate settings from source tenant to target tenant
tr
td
em
DescribeApi
td
strong
GetDescribe
td
strong
GET
 /v1/describe/{object}
td
Describe an object
tr
td
em
EInvoicingApi
td
strong
DeleteBusinessRegion
td
strong
DELETE
 /v1/e-invoice/business-regions/{key}
td
Delete a Business Region
tr
td
em
EInvoicingApi
td
strong
DeleteServiceProvider
td
strong
DELETE
 /v1/e-invoice/service-providers/{key}
td
Delete a Service Provider
tr
td
em
EInvoicingApi
td
strong
GetBusinessRegion
td
strong
GET
 /v1/e-invoice/business-regions/{key}
td
Retrieve a Business Region
tr
td
em
EInvoicingApi
td
strong
GetBusinessRegions
td
strong
GET
 /v1/e-invoice/business-regions
td
List business region
tr
td
em
EInvoicingApi
td
strong
GetServiceProvider
td
strong
GET
 /v1/e-invoice/service-providers/{key}
td
Retrieve a Service Provider
tr
td
em
EInvoicingApi
td
strong
GetServiceProviders
td
strong
GET
 /v1/e-invoice/service-providers
td
List Service Provider
tr
td
em
EInvoicingApi
td
strong
PostBusinessRegion
td
strong
POST
 /v1/e-invoice/business-regions
td
Post a Business Region
tr
td
em
EInvoicingApi
td
strong
PostServiceProvider
td
strong
POST
 /v1/e-invoice/service-providers
td
Post a Service Provider
tr
td
em
EInvoicingApi
td
strong
UpdateBusinessRegion
td
strong
PUT
 /v1/e-invoice/business-regions/{key}
td
Update a Business Region
tr
td
em
EInvoicingApi
td
strong
UpdateServiceProvider
td
strong
PUT
 /v1/e-invoice/service-providers/{key}
td
Update a Service Provider
tr
td
em
ElectronicPaymentsHealthApi
td
strong
GetSystemHealthPaymentVolumeSummary
td
strong
GET
 /system-health/payments/volume-summary
td
List payment volume summary records
tr
td
em
FilesApi
td
strong
GetFiles
td
strong
GET
 /v1/files/{file-id}
td
Retrieve a file
tr
td
em
FulfillmentsApi
td
strong
CreateFulfillment
td
strong
POST
 /v1/fulfillments
td
Create fulfillments
tr
td
em
FulfillmentsApi
td
strong
CreateFulfillmentItem
td
strong
POST
 /v1/fulfillment-items
td
Create fulfillment items
tr
td
em
FulfillmentsApi
td
strong
DeleteFulfillment
td
strong
DELETE
 /v1/fulfillments/{key}
td
Delete a fulfillment
tr
td
em
FulfillmentsApi
td
strong
DeleteFulfillmentItem
td
strong
DELETE
 /v1/fulfillment-items/{id}
td
Delete a fulfillment item
tr
td
em
FulfillmentsApi
td
strong
GetFulfillment
td
strong
GET
 /v1/fulfillments/{key}
td
Retrieve a fulfillment
tr
td
em
FulfillmentsApi
td
strong
GetFulfillmentItem
td
strong
GET
 /v1/fulfillment-items/{id}
td
Retrieve a fulfillment item
tr
td
em
FulfillmentsApi
td
strong
UpdateFulfillment
td
strong
PUT
 /v1/fulfillments/{key}
td
Update a fulfillment
tr
td
em
FulfillmentsApi
td
strong
UpdateFulfillmentItem
td
strong
PUT
 /v1/fulfillment-items/{id}
td
Update a fulfillment item
tr
td
em
HostedPagesApi
td
strong
GetHostedPages
td
strong
GET
 /v1/hostedpages
td
List hosted pages
tr
td
em
ImportsApi
td
strong
ObjectGetImport
td
strong
GET
 /v1/object/import/{id}
td
CRUD: Retrieve an import
tr
td
em
ImportsApi
td
strong
ObjectPostImport
td
strong
POST
 /v1/object/import
td
CRUD: Create an import
tr
td
em
InvoiceSchedulesApi
td
strong
AttachInvoiceSchedule
td
strong
PUT
 /v1/invoice-schedules/{scheduleKey}/attach
td
Attach an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
CreateInvoiceSchedule
td
strong
POST
 /v1/invoice-schedules
td
Create an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
DeleteInvoiceSchedule
td
strong
DELETE
 /v1/invoice-schedules/{scheduleKey}
td
Delete an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
DetachInvoiceSchedule
td
strong
PUT
 /v1/invoice-schedules/{scheduleKey}/detach
td
Detach an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
ExecuteInvoiceSchedule
td
strong
POST
 /v1/invoice-schedules/{scheduleKey}/execute
td
Execute an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
GetInvoiceSchedule
td
strong
GET
 /v1/invoice-schedules/{scheduleKey}
td
Retrieve an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
PauseInvoiceSchedule
td
strong
PUT
 /v1/invoice-schedules/{scheduleKey}/pause
td
Pause an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
ResumeInvoiceSchedule
td
strong
PUT
 /v1/invoice-schedules/{scheduleKey}/resume
td
Resume an invoice schedule
tr
td
em
InvoiceSchedulesApi
td
strong
UpdateInvoiceSchedule
td
strong
PUT
 /v1/invoice-schedules/{scheduleKey}
td
Update an invoice schedule
tr
td
em
InvoicesApi
td
strong
BulkCreateStandaloneInvoices
td
strong
POST
 /v1/invoices/batch
td
Create standalone invoices
tr
td
em
InvoicesApi
td
strong
BulkPostInvoices
td
strong
POST
 /v1/invoices/bulk-post
td
Post invoices
tr
td
em
InvoicesApi
td
strong
BulkUpdateInvoices
td
strong
PUT
 /v1/invoices
td
Update invoices
tr
td
em
InvoicesApi
td
strong
CancelInvoice
td
strong
PUT
 /v1/invoices/{invoiceKey}/cancel
td
Cancel an invoice
tr
td
em
InvoicesApi
td
strong
CreateInvoiceTaxationItems
td
strong
POST
 /v1/invoices/{invoiceKey}/taxation-items
td
Create taxation items for an invoice
tr
td
em
InvoicesApi
td
strong
CreateStandaloneInvoice
td
strong
POST
 /v1/invoices
td
Create a standalone invoice
tr
td
em
InvoicesApi
td
strong
DeleteInvoice
td
strong
DELETE
 /v1/invoices/{invoiceKey}
td
Delete an invoice
tr
td
em
InvoicesApi
td
strong
EmailInvoice
td
strong
POST
 /v1/invoices/{invoiceKey}/emails
td
Email an invoice
tr
td
em
InvoicesApi
td
strong
GetInvoice
td
strong
GET
 /v1/invoices/{invoiceKey}
td
Retrieve an invoice
tr
td
em
InvoicesApi
td
strong
GetInvoiceApplicationParts
td
strong
GET
 /v1/invoices/{invoiceKey}/application-parts
td
List all application parts of an invoice
tr
td
em
InvoicesApi
td
strong
GetInvoiceFiles
td
strong
GET
 /v1/invoices/{invoiceKey}/files
td
List all files of an invoice
tr
td
em
InvoicesApi
td
strong
GetInvoiceItems
td
strong
GET
 /v1/invoices/{invoiceKey}/items
td
List all items of an invoice
tr
td
em
InvoicesApi
td
strong
GetInvoicePdfStatus
td
strong
GET
 /v1/invoices/pdf-status
td
Retrieve PDF status of invoices in a batch.
tr
td
em
InvoicesApi
td
strong
GetTaxationItemsOfInvoiceItem
td
strong
GET
 /v1/invoices/{invoiceKey}/items/{itemId}/taxation-items
td
List all taxation items of an invoice item
tr
td
em
InvoicesApi
td
strong
PostInvoice
td
strong
PUT
 /v1/invoices/{invoiceKey}/post
td
Cancel an invoice
tr
td
em
InvoicesApi
td
strong
ReverseInvoice
td
strong
PUT
 /v1/invoices/{invoiceKey}/reverse
td
Reverse an invoice
tr
td
em
InvoicesApi
td
strong
UpdateInvoice
td
strong
PUT
 /v1/invoices/{invoiceKey}
td
Update an invoice
tr
td
em
InvoicesApi
td
strong
UploadFileForInvoice
td
strong
POST
 /v1/invoices/{invoiceKey}/files
td
Upload a file for an invoice
tr
td
em
InvoicesApi
td
strong
WriteOffInvoice
td
strong
PUT
 /v1/invoices/{invoiceKey}/write-off
td
Write off an invoice
tr
td
em
JournalRunsApi
td
strong
CancelJournalRun
td
strong
PUT
 /v1/journal-runs/{jr-number}/cancel
td
Cancel a journal run
tr
td
em
JournalRunsApi
td
strong
CreateJournalRun
td
strong
POST
 /v1/journal-runs
td
Create a journal run
tr
td
em
JournalRunsApi
td
strong
DeleteJournalRun
td
strong
DELETE
 /v1/journal-runs/{jr-number}
td
Delete a journal run
tr
td
em
JournalRunsApi
td
strong
GetJournalRun
td
strong
GET
 /v1/journal-runs/{jr-number}
td
Retrieve a journal run
tr
td
em
MassUpdaterApi
td
strong
CreateMassUpdater
td
strong
POST
 /v1/bulk
td
Perform a mass action
tr
td
em
MassUpdaterApi
td
strong
GetMassUpdater
td
strong
GET
 /v1/bulk/{bulk-key}
td
List all results of a mass action
tr
td
em
MassUpdaterApi
td
strong
StopMassUpdater
td
strong
PUT
 /v1/bulk/{bulk-key}/stop
td
Stop a mass action
tr
td
em
NotificationsApi
td
strong
CreateNotificationDefinition
td
strong
POST
 /notifications/notification-definitions
td
Create a notification definition
tr
td
em
NotificationsApi
td
strong
CreateOrUpdateEmailTemplates
td
strong
POST
 /notifications/email-templates/import
td
Create or update email templates
tr
td
em
NotificationsApi
td
strong
DeleteEmailTemplate
td
strong
DELETE
 /notifications/email-templates/{id}
td
Delete an email template
tr
td
em
NotificationsApi
td
strong
DeleteNotificationDefinition
td
strong
DELETE
 /notifications/notification-definitions/{id}
td
Delete a notification definition
tr
td
em
NotificationsApi
td
strong
DeleteNotificationHistoryForAccount
td
strong
DELETE
 /notifications/history
td
Delete notification histories for an account
tr
td
em
NotificationsApi
td
strong
GetCalloutHistory
td
strong
GET
 /v1/notification-history/callout
td
List callout notification histories
tr
td
em
NotificationsApi
td
strong
GetEmailHistory
td
strong
GET
 /v1/notification-history/email
td
List email notification histories
tr
td
em
NotificationsApi
td
strong
GetEmailTemplate
td
strong
GET
 /notifications/email-templates/{id}
td
Retrieve an email template
tr
td
em
NotificationsApi
td
strong
GetNotificationDefinition
td
strong
GET
 /notifications/notification-definitions/{id}
td
Retrieve a notification definition
tr
td
em
NotificationsApi
td
strong
GetNotificationHistoryDeletionTask
td
strong
GET
 /notifications/history/tasks/{id}
td
Retrieve a notification history deletion task
tr
td
em
NotificationsApi
td
strong
PostCreateEmailTemplate
td
strong
POST
 /notifications/email-templates
td
Create an email template
tr
td
em
NotificationsApi
td
strong
QueryEmailTemplates
td
strong
GET
 /notifications/email-templates
td
List email templates
tr
td
em
NotificationsApi
td
strong
QueryNotificationDefinitions
td
strong
GET
 /notifications/notification-definitions
td
List notification definitions
tr
td
em
NotificationsApi
td
strong
ResendCalloutNotifications
td
strong
POST
 /notifications/callout-histories/resend
td
Resend callout notifications
tr
td
em
NotificationsApi
td
strong
ResendEmailNotifications
td
strong
POST
 /notifications/email-histories/resend
td
Resend email notifications
tr
td
em
NotificationsApi
td
strong
UpdateEmailTemplate
td
strong
PUT
 /notifications/email-templates/{id}
td
Update an email template
tr
td
em
NotificationsApi
td
strong
UpdateNotificationDefinition
td
strong
PUT
 /notifications/notification-definitions/{id}
td
Update a notification definition
tr
td
em
OAuthApi
td
strong
CreateToken
td
strong
POST
 /oauth/token
td
Create an OAuth token
tr
td
em
ObjectQueriesApi
td
QueryAccountByKey
td
strong
GET
 /object-query/accounts/{key}
td
Retrieve an account
tr
td
em
ObjectQueriesApi
td
QueryAccounts
td
strong
GET
 /object-query/accounts
td
List accounts
tr
td
em
ObjectQueriesApi
td
QueryAmendmentByKey
td
strong
GET
 /object-query/amendments/{key}
td
Retrieve an amendment
tr
td
em
ObjectQueriesApi
td
QueryAmendments
td
strong
GET
 /object-query/amendments
td
List amendments
tr
td
em
ObjectQueriesApi
td
QueryBillingRunByKey
td
strong
GET
 /object-query/billing-runs/{key}
td
Retrieve a billing run
tr
td
em
ObjectQueriesApi
td
QueryBillingRuns
td
strong
GET
 /object-query/billing-runs
td
List bill runs
tr
td
em
ObjectQueriesApi
td
QueryContactByKey
td
strong
GET
 /object-query/contacts/{key}
td
Retrieve a contact
tr
td
em
ObjectQueriesApi
td
QueryContacts
td
strong
GET
 /object-query/contacts
td
List contacts
tr
td
em
ObjectQueriesApi
td
QueryCreditMemoApplicationByKey
td
strong
GET
 /object-query/credit-memo-applications/{key}
td
Retrieve a credit memo application
tr
td
em
ObjectQueriesApi
td
QueryCreditMemoApplications
td
strong
GET
 /object-query/credit-memo-applications
td
List credit memo applications
tr
td
em
ObjectQueriesApi
td
QueryCreditMemoByKey
td
strong
GET
 /object-query/credit-memos/{key}
td
Retrieve a credit memo
tr
td
em
ObjectQueriesApi
td
QueryCreditMemoItemByKey
td
strong
GET
 /object-query/credit-memo-items/{key}
td
Retrieve a credit memo item
tr
td
em
ObjectQueriesApi
td
QueryCreditMemoItems
td
strong
GET
 /object-query/credit-memo-items
td
List credit memo items
tr
td
em
ObjectQueriesApi
td
QueryCreditMemos
td
strong
GET
 /object-query/credit-memos
td
List credit memos
tr
td
em
ObjectQueriesApi
td
QueryCustomObjectBykey
td
strong
GET
 /object-query/{custom-object-name}/{key}
td
Retrieve a custom object
tr
td
em
ObjectQueriesApi
td
QueryCustomObjects
td
strong
GET
 /object-query/{custom-object-name}
td
List custom objects
tr
td
em
ObjectQueriesApi
td
QueryDailyConsumptionSummaryByKey
td
strong
GET
 /object-query/daily-consumption-summaries/{key}
td
Retrieve a daily consumption summary
tr
td
em
ObjectQueriesApi
td
QueryDailyConsumptionSummarys
td
strong
GET
 /object-query/daily-consumption-summaries
td
List daily consumption summaries
tr
td
em
ObjectQueriesApi
td
QueryDebitMemoByKey
td
strong
GET
 /object-query/debit-memos/{key}
td
Retrieve a debit memo
tr
td
em
ObjectQueriesApi
td
QueryDebitMemoItemByKey
td
strong
GET
 /object-query/debit-memo-items/{key}
td
Retrieve a debit memo item
tr
td
em
ObjectQueriesApi
td
QueryDebitMemoItems
td
strong
GET
 /object-query/debit-memo-items
td
List debit memo items
tr
td
em
ObjectQueriesApi
td
QueryDebitMemos
td
strong
GET
 /object-query/debit-memos
td
List debit memos
tr
td
em
ObjectQueriesApi
td
QueryInvoiceByKey
td
strong
GET
 /object-query/invoices/{key}
td
Retrieve an invoice
tr
td
em
ObjectQueriesApi
td
QueryInvoiceItemByKey
td
strong
GET
 /object-query/invoice-items/{key}
td
Retrieve an invoice item
tr
td
em
ObjectQueriesApi
td
QueryInvoiceItems
td
strong
GET
 /object-query/invoice-items
td
List invoice items
tr
td
em
ObjectQueriesApi
td
QueryInvoices
td
strong
GET
 /object-query/invoices
td
List invoices
tr
td
em
ObjectQueriesApi
td
strong
QueryInvoiceScheduleByKey
td
strong
GET
 /object-query/invoice-schedules/{key}
td
Retrieve an invoice schedule
tr
td
em
ObjectQueriesApi
td
strong
QueryInvoiceSchedules
td
strong
GET
 /object-query/invoice-schedules
td
List invoice schedules
tr
td
em
ObjectQueriesApi
td
QueryOrderActionByKey
td
strong
GET
 /object-query/order-actions/{key}
td
Retrieve an order action
tr
td
em
ObjectQueriesApi
td
QueryOrderActions
td
strong
GET
 /object-query/order-actions
td
List order actions
tr
td
em
ObjectQueriesApi
td
QueryOrderLineItemByKey
td
strong
GET
 /object-query/order-line-items/{key}
td
Retrieve an order line item
tr
td
em
ObjectQueriesApi
td
QueryOrderLineItems
td
strong
GET
 /object-query/order-line-items
td
List order line items
tr
td
em
ObjectQueriesApi
td
QueryOrdersByKey
td
strong
GET
 /object-query/orders/{key}
td
Retrieve an order
tr
td
em
ObjectQueriesApi
td
QueryOrderss
td
strong
GET
 /object-query/orders
td
List orders
tr
td
em
ObjectQueriesApi
td
QueryPaymentApplicationByKey
td
strong
GET
 /object-query/payment-applications/{key}
td
Retrieve a payment application
tr
td
em
ObjectQueriesApi
td
QueryPaymentApplications
td
strong
GET
 /object-query/payment-applications
td
List payment applications
tr
td
em
ObjectQueriesApi
td
QueryPaymentByKey
td
strong
GET
 /object-query/payments/{key}
td
Retrieve a payment
tr
td
em
ObjectQueriesApi
td
QueryPaymentMethodByKey
td
strong
GET
 /object-query/payment-methods/{key}
td
Retrieve a payment method
tr
td
em
ObjectQueriesApi
td
QueryPaymentMethodSnapshotByKey
td
strong
GET
 /object-query/payment-method-snapshots/{key}
td
Retrieve a payment method snapshot
tr
td
em
ObjectQueriesApi
td
QueryPaymentMethodSnapshots
td
strong
GET
 /object-query/payment-method-snapshots
td
List payment method snapshots
tr
td
em
ObjectQueriesApi
td
QueryPaymentMethods
td
strong
GET
 /object-query/payment-methods
td
List payment methods
tr
td
em
ObjectQueriesApi
td
QueryPaymentRunByKey
td
strong
GET
 /object-query/payment-runs/{key}
td
Retrieve a payment run
tr
td
em
ObjectQueriesApi
td
QueryPaymentRuns
td
strong
GET
 /object-query/payment-runs
td
List payment runs
tr
td
em
ObjectQueriesApi
td
QueryPaymentScheduleByKey
td
strong
GET
 /object-query/payment-schedules/{key}
td
Retrieve a payment schedule
tr
td
em
ObjectQueriesApi
td
QueryPaymentScheduleItemByKey
td
strong
GET
 /object-query/payment-schedule-items/{key}
td
Retrieve a payment schedule item
tr
td
em
ObjectQueriesApi
td
QueryPaymentScheduleItems
td
strong
GET
 /object-query/payment-schedule-items
td
List payment schedule items
tr
td
em
ObjectQueriesApi
td
QueryPaymentSchedules
td
strong
GET
 /object-query/payment-schedules
td
List payment schedules
tr
td
em
ObjectQueriesApi
td
QueryPayments
td
strong
GET
 /object-query/payments
td
List payments
tr
td
em
ObjectQueriesApi
td
QueryPrepaidBalanceByKey
td
strong
GET
 /object-query/prepaid-balances/{key}
td
Retrieve a prepaid balance
tr
td
em
ObjectQueriesApi
td
QueryPrepaidBalanceFundByKey
td
strong
GET
 /object-query/prepaid-balance-funds/{key}
td
Retrieve a prepaid balance fund
tr
td
em
ObjectQueriesApi
td
QueryPrepaidBalanceFunds
td
strong
GET
 /object-query/prepaid-balance-funds
td
List prepaid balance funds
tr
td
em
ObjectQueriesApi
td
QueryPrepaidBalanceTransactionByKey
td
strong
GET
 /object-query/prepaid-balance-transactions/{key}
td
Retrieve a prepaid balance transaction
tr
td
em
ObjectQueriesApi
td
QueryPrepaidBalanceTransactions
td
strong
GET
 /object-query/prepaid-balance-transactions
td
List prepaid balance transactions
tr
td
em
ObjectQueriesApi
td
QueryPrepaidBalances
td
strong
GET
 /object-query/prepaid-balances
td
List prepaid balances
tr
td
em
ObjectQueriesApi
td
QueryProcessedUsageByKey
td
strong
GET
 /object-query/processed-usages/{key}
td
Retrieve a processed usage record
tr
td
em
ObjectQueriesApi
td
QueryProcessedUsages
td
strong
GET
 /object-query/processed-usages
td
List processed usage records
tr
td
em
ObjectQueriesApi
td
QueryProductByKey
td
strong
GET
 /object-query/products/{key}
td
Retrieve a product
tr
td
em
ObjectQueriesApi
td
QueryProductRatePlanByKey
td
strong
GET
 /object-query/product-rate-plans/{key}
td
Retrieve a product rate plan
tr
td
em
ObjectQueriesApi
td
QueryProductRatePlanChargeByKey
td
strong
GET
 /object-query/product-rate-plan-charges/{key}
td
Retrieve a product rate plan charge
tr
td
em
ObjectQueriesApi
td
QueryProductRatePlanChargeTierByKey
td
strong
GET
 /object-query/product-rate-plan-charge-tiers/{key}
td
Retrieve a product rate plan charge tier
tr
td
em
ObjectQueriesApi
td
QueryProductRatePlanChargeTiers
td
strong
GET
 /object-query/product-rate-plan-charge-tiers
td
List product rate plan charge tiers
tr
td
em
ObjectQueriesApi
td
QueryProductRatePlanCharges
td
strong
GET
 /object-query/product-rate-plan-charges
td
List product rate plan charges
tr
td
em
ObjectQueriesApi
td
QueryProductRatePlans
td
strong
GET
 /object-query/product-rate-plans
td
List product rate plans
tr
td
em
ObjectQueriesApi
td
QueryProducts
td
strong
GET
 /object-query/products
td
List products
tr
td
em
ObjectQueriesApi
td
QueryRatePlanByKey
td
strong
GET
 /object-query/rate-plans/{key}
td
Retrieve a rate plan
tr
td
em
ObjectQueriesApi
td
QueryRatePlanChargeByKey
td
strong
GET
 /object-query/rate-plan-charges/{key}
td
Retrieve a rate plan charge
tr
td
em
ObjectQueriesApi
td
QueryRatePlanChargeTierByKey
td
strong
GET
 /object-query/rate-plan-charge-tiers/{key}
td
Retrieve a rate plan charge tier
tr
td
em
ObjectQueriesApi
td
QueryRatePlanChargeTiers
td
strong
GET
 /object-query/rate-plan-charge-tiers
td
List rate plan charge tiers
tr
td
em
ObjectQueriesApi
td
QueryRatePlanCharges
td
strong
GET
 /object-query/rate-plan-charges
td
List rate plan charges
tr
td
em
ObjectQueriesApi
td
QueryRatePlans
td
strong
GET
 /object-query/rate-plans
td
List rate plans
tr
td
em
ObjectQueriesApi
td
strong
QueryRatingDetailByKey
td
strong
GET
 /object-query/rating-details/{key}
td
Retrieve a rating detail
tr
td
em
ObjectQueriesApi
td
strong
QueryRatingDetails
td
strong
GET
 /object-query/rating-details
td
List rating details
tr
td
em
ObjectQueriesApi
td
QueryRatingResultByKey
td
strong
GET
 /object-query/rating-results/{key}
td
Retrieve a rating result
tr
td
em
ObjectQueriesApi
td
QueryRatingResults
td
strong
GET
 /object-query/rating-results
td
List rating results
tr
td
em
ObjectQueriesApi
td
QueryRefundApplicationByKey
td
strong
GET
 /object-query/refund-applications/{key}
td
Retrieve a refund application
tr
td
em
ObjectQueriesApi
td
QueryRefundApplicationItemByKey
td
strong
GET
 /object-query/refund-application-items/{key}
td
Retrieve a refund application item
tr
td
em
ObjectQueriesApi
td
QueryRefundApplicationItems
td
strong
GET
 /object-query/refund-application-items
td
List refund application items
tr
td
em
ObjectQueriesApi
td
QueryRefundApplications
td
strong
GET
 /object-query/refund-applications
td
List refund applications
tr
td
em
ObjectQueriesApi
td
QueryRefundByKey
td
strong
GET
 /object-query/refunds/{key}
td
Retrieve a refund
tr
td
em
ObjectQueriesApi
td
QueryRefunds
td
strong
GET
 /object-query/refunds
td
List refunds
tr
td
em
ObjectQueriesApi
td
QuerySubscriptionByKey
td
strong
GET
 /object-query/subscriptions/{key}
td
Retrieve a subscription
tr
td
em
ObjectQueriesApi
td
QuerySubscriptions
td
strong
GET
 /object-query/subscriptions
td
List subscriptions
tr
td
em
ObjectQueriesApi
td
QuerySummaryStatementByKey
td
strong
GET
 /object-query/summarystatements/{key}
td
Retrieve a summary statement
tr
td
em
ObjectQueriesApi
td
QuerySummaryStatementRunByKey
td
strong
GET
 /object-query/summarystatementruns/{key}
td
Retrieve a summary statement run
tr
td
em
ObjectQueriesApi
td
QuerySummaryStatementRuns
td
strong
GET
 /object-query/summarystatementruns
td
List summary statement runs
tr
td
em
ObjectQueriesApi
td
QuerySummaryStatements
td
strong
GET
 /object-query/summarystatements
td
List summary statements
tr
td
em
ObjectQueriesApi
td
QueryTaxationItemByKey
td
strong
GET
 /object-query/taxation-items/{key}
td
Retrieve a taxation item
tr
td
em
ObjectQueriesApi
td
QueryTaxationItems
td
strong
GET
 /object-query/taxation-items
td
List taxation items
tr
td
em
ObjectQueriesApi
td
QueryUsageByKey
td
strong
GET
 /object-query/usages/{key}
td
Retrieve a usage record
tr
td
em
ObjectQueriesApi
td
QueryUsages
td
strong
GET
 /object-query/usages
td
List usage records
tr
td
em
ObjectQueriesApi
td
QueryValidityPeriodSummaryByKey
td
strong
GET
 /object-query/validity-period-summaries/{key}
td
Retrieve a validity period summary
tr
td
em
ObjectQueriesApi
td
QueryValidityPeriodSummarys
td
strong
GET
 /object-query/validity-period-summaries
td
List validity period summaries
tr
td
em
OmniChannelSubscriptionsApi
td
strong
CreateOmniChannelSubscription
td
strong
POST
 /v1/omni-channel-subscriptions
td
Create an omnichannel subscription
tr
td
em
OmniChannelSubscriptionsApi
td
strong
DeleteOmniChannelSubscription
td
strong
DELETE
 /v1/omni-channel-subscriptions/{subscriptionKey}
td
Delete an omnichannel subscription
tr
td
em
OmniChannelSubscriptionsApi
td
strong
GetOmniChannelSubscription
td
strong
GET
 /v1/omni-channel-subscriptions/{subscriptionKey}
td
Retrieve an omnichannel subscription
tr
td
em
OperationsApi
td
strong
CreateBillingPreview
td
strong
POST
 /v1/operations/billing-preview
td
Generate a billing preview
tr
td
em
OperationsApi
td
strong
CreateBulkPDFToZIPGeneration
td
strong
POST
 /v1/operations/bulk-pdf
td
Export bulk PDF files
tr
td
em
OperationsApi
td
strong
CreateInvoiceCollect
td
strong
POST
 /v1/operations/invoice-collect
td
Invoice and collect
tr
td
em
OperationsApi
td
strong
GetBulkPDFToZIPGeneration
td
strong
GET
 /v1/operations/bulk-pdf/{jobId}
td
Retrieve information of a bulk PDF file generation job
tr
td
em
OperationsApi
td
strong
GetOperationJob
td
strong
GET
 /v1/operations/jobs/{jobId}
td
Retrieve an operation job
tr
td
em
OrderActionsApi
td
strong
UpdateOrderAction
td
strong
PUT
 /v1/orderActions/{id}
td
Update an order action
tr
td
em
OrderLineItemsApi
td
strong
GetOrderLineItem
td
strong
GET
 /v1/order-line-items/{itemId}
td
Retrieve an order line item
tr
td
em
OrderLineItemsApi
td
strong
UpdateOrderLineItem
td
strong
PUT
 /v1/order-line-items/{itemId}
td
Update an order line item
tr
td
em
OrderLineItemsApi
td
strong
UpdateOrderLineItems
td
strong
POST
 /v1/order-line-items/bulk
td
Update order line items
tr
td
em
OrdersApi
td
strong
ActivateOrder
td
strong
PUT
 /v1/orders/{orderNumber}/activate
td
Activate an order
tr
td
em
OrdersApi
td
strong
CancelOrder
td
strong
PUT
 /v1/orders/{orderNumber}/cancel
td
Cancel an order
tr
td
em
OrdersApi
td
strong
CreateOrder
td
strong
POST
 /v1/orders
td
Create an order
tr
td
em
OrdersApi
td
strong
CreateOrderAsynchronously
td
strong
POST
 /v1/async/orders
td
Create an order asynchronously
tr
td
em
OrdersApi
td
strong
DeleteOrder
td
strong
DELETE
 /v1/orders/{orderNumber}
td
Delete an order
tr
td
em
OrdersApi
td
strong
DeleteOrderAsynchronously
td
strong
DELETE
 /v1/async/orders/{orderNumber}
td
Async Delete an order
tr
td
em
OrdersApi
td
strong
GetJobStatusAndResponse
td
strong
GET
 /v1/async-jobs/{jobId}
td
Retrieve the status and response of a job
tr
td
em
OrdersApi
td
strong
GetOrder
td
strong
GET
 /v1/orders/{orderNumber}
td
Retrieve an order
tr
td
em
OrdersApi
td
strong
GetOrders
td
strong
GET
 /v1/orders
td
List orders
tr
td
em
OrdersApi
td
strong
GetOrdersByInvoiceOwner
td
strong
GET
 /v1/orders/invoiceOwner/{accountNumber}
td
List orders of an invoice owner
tr
td
em
OrdersApi
td
strong
GetOrdersBySubscriptionNumber
td
strong
GET
 /v1/orders/subscription/{subscriptionNumber}
td
List orders by subscription number
tr
td
em
OrdersApi
td
strong
GetOrdersBySubscriptionOwner
td
strong
GET
 /v1/orders/subscriptionOwner/{accountNumber}
td
List orders of a subscription owner
tr
td
em
OrdersApi
td
strong
GetPendingOrdersBySubscriptionNumber
td
strong
GET
 /v1/orders/subscription/{subscription-key}/pending
td
List pending orders by subscription number
tr
td
em
OrdersApi
td
strong
PreviewOrder
td
strong
POST
 /v1/orders/preview
td
Preview an order
tr
td
em
OrdersApi
td
strong
PreviewOrderAsynchronously
td
strong
POST
 /v1/async/orders/preview
td
Preview an order asynchronously
tr
td
em
OrdersApi
td
strong
RevertOrder
td
strong
POST
 /v1/orders/{orderNumber}/revert
td
Revert an order
tr
td
em
OrdersApi
td
strong
UpdateOrder
td
strong
PUT
 /v1/orders/{orderNumber}
td
Update an order
tr
td
em
OrdersApi
td
strong
UpdateOrderCustomFields
td
strong
PUT
 /v1/orders/{orderNumber}/customFields
td
Update order custom fields
tr
td
em
OrdersApi
td
strong
UpdateOrderTriggerDates
td
strong
PUT
 /v1/orders/{orderNumber}/triggerDates
td
Update order action trigger dates
tr
td
em
OrdersApi
td
strong
UpdateSubscriptionCustomFields
td
strong
PUT
 /v1/subscriptions/{subscriptionNumber}/customFields
td
Update subscription custom fields
tr
td
em
PaymentAuthorizationApi
td
strong
CancelAuthorization
td
strong
POST
 /v1/payment-methods/{payment-method-id}/voidAuthorize
td
Cancel authorization
tr
td
em
PaymentAuthorizationApi
td
strong
CreateAuthorization
td
strong
POST
 /v1/payment-methods/{payment-method-id}/authorize
td
Create authorization
tr
td
em
PaymentGatewayReconciliationApi
td
strong
ReconcileRefund
td
strong
POST
 /v1/refunds/{refund-key}/reconcile
td
Reconcile a refund
tr
td
em
PaymentGatewayReconciliationApi
td
strong
RejectPayment
td
strong
POST
 /v1/gateway-settlement/payments/{payment-key}/reject
td
Reject a payment
tr
td
em
PaymentGatewayReconciliationApi
td
strong
ReversePayment
td
strong
POST
 /v1/gateway-settlement/payments/{payment-key}/chargeback
td
Reverse a payment
tr
td
em
PaymentGatewayReconciliationApi
td
strong
SettlePayment
td
strong
POST
 /v1/gateway-settlement/payments/{payment-key}/settle
td
Settle a payment
tr
td
em
PaymentGatewaysApi
td
strong
CreatePredebitNotification
td
strong
POST
 /v1/payment-gateways/pre-debit-notification
td
Trigger a pre-debit notification
tr
td
em
PaymentGatewaysApi
td
strong
GetPaymentGateways
td
strong
GET
 /v1/payment-gateways
td
List all payment gateways
tr
td
em
PaymentMethodSnapshotsApi
td
strong
GetPaymentMethodSnapshot
td
strong
GET
 /v1/object/payment-method-snapshot/{id}
td
CRUD: Retrieve a payment method snapshot
tr
td
em
PaymentMethodTransactionLogsApi
td
strong
GetPaymentMethodTransactionLog
td
strong
GET
 /v1/object/payment-method-transaction-log/{id}
td
CRUD: Retrieve a payment method transaction log
tr
td
em
PaymentMethodUpdaterApi
td
strong
CreatePaymentMethodUpdaterBatch
td
strong
POST
 /v1/payment-method-updaters/batches
td
Create a Payment Method Updater batch asynchronously
tr
td
em
PaymentMethodUpdaterApi
td
strong
GetPaymentMethodUpdaterInstances
td
strong
GET
 /v1/payment-method-updaters
td
List Payment Method Updater instances
tr
td
em
PaymentMethodsApi
td
strong
CancelStoredCredentialProfile
td
strong
POST
 /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/cancel
td
Cancel a stored credential profile
tr
td
em
PaymentMethodsApi
td
strong
CreatePaymentMethod
td
strong
POST
 /v1/payment-methods
td
Create a payment method
tr
td
em
PaymentMethodsApi
td
strong
CreatePaymentSession
td
strong
POST
 /web-payments/sessions
td
Create a payment session
tr
td
em
PaymentMethodsApi
td
strong
CreateStoredCredentialProfile
td
strong
POST
 /v1/payment-methods/{payment-method-id}/profiles
td
Create a stored credential profile
tr
td
em
PaymentMethodsApi
td
strong
DecryptPaymentMethod
td
strong
POST
 /v1/payment-methods/decryption
td
Create an Apple Pay payment method
tr
td
em
PaymentMethodsApi
td
strong
DeletePaymentMethod
td
strong
DELETE
 /v1/payment-methods/{payment-method-id}
td
Delete a payment method
tr
td
em
PaymentMethodsApi
td
strong
ExpireStoredCredentialProfile
td
strong
POST
 /v1/payment-methods/{payment-method-id}/profiles/{profile-number}/expire
td
Expire a stored credential profile
tr
td
em
PaymentMethodsApi
td
strong
GetPaymentMethod
td
strong
GET
 /v1/payment-methods/{payment-method-id}
td
Retrieve a payment method
tr
td
em
PaymentMethodsApi
td
strong
GetStoredCredentialProfiles
td
strong
GET
 /v1/payment-methods/{payment-method-id}/profiles
td
List stored credential profiles of a payment method
tr
td
em
PaymentMethodsApi
td
strong
ScrubPaymentMethod
td
strong
PUT
 /v1/payment-methods/{payment-method-id}/scrub
td
Scrub a payment method
tr
td
em
PaymentMethodsApi
td
strong
UpdatePaymentMethod
td
strong
PUT
 /v1/payment-methods/{payment-method-id}
td
Update a payment method
tr
td
em
PaymentMethodsApi
td
strong
VerifyPaymentMethod
td
strong
PUT
 /v1/payment-methods/{payment-method-id}/verify
td
Verify a payment method
tr
td
em
PaymentRunsApi
td
strong
CreatePaymentRun
td
strong
POST
 /v1/payment-runs
td
Create a payment run
tr
td
em
PaymentRunsApi
td
strong
DeletePaymentRun
td
strong
DELETE
 /v1/payment-runs/{paymentRunKey}
td
Delete a payment run
tr
td
em
PaymentRunsApi
td
strong
GetPaymentRun
td
strong
GET
 /v1/payment-runs/{paymentRunKey}
td
Retrieve a payment run
tr
td
em
PaymentRunsApi
td
strong
GetPaymentRunData
td
strong
GET
 /v1/payment-runs/{paymentRunKey}/data
td
Retrieve payment run data
tr
td
em
PaymentRunsApi
td
strong
GetPaymentRunSummary
td
strong
GET
 /v1/payment-runs/{paymentRunKey}/summary
td
Retrieve a payment run summary
tr
td
em
PaymentRunsApi
td
strong
GetPaymentRuns
td
strong
GET
 /v1/payment-runs
td
List payment runs
tr
td
em
PaymentRunsApi
td
strong
UpdatePaymentRun
td
strong
PUT
 /v1/payment-runs/{paymentRunKey}
td
Update a payment run
tr
td
em
PaymentSchedulesApi
td
strong
AddItemsToCustomPaymentSchedule
td
strong
POST
 /v1/payment-schedules/{paymentScheduleKey}/items
td
Add payment schedule items to a custom payment schedule
tr
td
em
PaymentSchedulesApi
td
strong
CancelPaymentSchedule
td
strong
PUT
 /v1/payment-schedules/{paymentScheduleKey}/cancel
td
Cancel a payment schedule
tr
td
em
PaymentSchedulesApi
td
strong
CancelPaymentScheduleItem
td
strong
PUT
 /v1/payment-schedule-items/{item-id}/cancel
td
Cancel a payment schedule item
tr
td
em
PaymentSchedulesApi
td
strong
CreatePaymentSchedule
td
strong
POST
 /v1/payment-schedules
td
Create a payment schedule
tr
td
em
PaymentSchedulesApi
td
strong
CreatePaymentSchedules
td
strong
POST
 /v1/payment-schedules/batch
td
Create multiple payment schedules at once
tr
td
em
PaymentSchedulesApi
td
strong
GetPaymentSchedule
td
strong
GET
 /v1/payment-schedules/{paymentScheduleKey}
td
Retrieve a payment schedule
tr
td
em
PaymentSchedulesApi
td
strong
GetPaymentScheduleItem
td
strong
GET
 /v1/payment-schedule-items/{item-id}
td
Retrieve a payment schedule item
tr
td
em
PaymentSchedulesApi
td
strong
GetPaymentScheduleStatistic
td
strong
GET
 /v1/payment-schedules/statistics/{yyyy-mm-dd}
td
Retrieve payment schedule statistic of a date
tr
td
em
PaymentSchedulesApi
td
strong
GetPaymentSchedules
td
strong
GET
 /v1/payment-schedules
td
List payment schedules by customer account
tr
td
em
PaymentSchedulesApi
td
strong
RetryPaymentScheduleItem
td
strong
POST
 /v1/payment-schedule-items/retry-payment
td
Retry failed payment schedule items
tr
td
em
PaymentSchedulesApi
td
strong
SkipPaymentScheduleItem
td
strong
PUT
 /v1/payment-schedule-items/{item-id}/skip
td
Skip a payment schedule item
tr
td
em
PaymentSchedulesApi
td
strong
UpdatePaymentSchedule
td
strong
PUT
 /v1/payment-schedules/{paymentScheduleKey}
td
Update a payment schedule
tr
td
em
PaymentSchedulesApi
td
strong
UpdatePaymentScheduleItem
td
strong
PUT
 /v1/payment-schedule-items/{item-id}
td
Update a payment schedule item
tr
td
em
PaymentSchedulesApi
td
strong
UpdatePaymentSchedulePreview
td
strong
PUT
 /v1/payment-schedules/{paymentScheduleKey}/preview
td
Preview the result of payment schedule updates
tr
td
em
PaymentTransactionLogsApi
td
strong
GetPaymentTransactionLog
td
strong
GET
 /v1/object/payment-transaction-log/{id}
td
CRUD: Retrieve a payment transaction log
tr
td
em
PaymentsApi
td
strong
ApplyPayment
td
strong
PUT
 /v1/payments/{paymentKey}/apply
td
Apply a payment
tr
td
em
PaymentsApi
td
strong
CancelPayment
td
strong
PUT
 /v1/payments/{paymentKey}/cancel
td
Cancel a payment
tr
td
em
PaymentsApi
td
strong
CreatePayment
td
strong
POST
 /v1/payments
td
Create a payment
tr
td
em
PaymentsApi
td
strong
CreateRefundPayment
td
strong
POST
 /v1/payments/{paymentKey}/refunds
td
Refund a payment
tr
td
em
PaymentsApi
td
strong
DeletePayment
td
strong
DELETE
 /v1/payments/{paymentKey}
td
Delete a payment
tr
td
em
PaymentsApi
td
strong
GetPayment
td
strong
GET
 /v1/payments/{paymentKey}
td
Retrieve a payment
tr
td
em
PaymentsApi
td
strong
GetPaymentItemPart
td
strong
GET
 /v1/payments/{paymentKey}/parts/{partId}/item-parts/{itemPartId}
td
Retrieve a payment part item
tr
td
em
PaymentsApi
td
strong
GetPaymentItemParts
td
strong
GET
 /v1/payments/{paymentKey}/parts/{partId}/item-parts
td
List all payment part items
tr
td
em
PaymentsApi
td
strong
GetPaymentPart
td
strong
GET
 /v1/payments/{paymentKey}/parts/{partId}
td
Retrieve a payment part
tr
td
em
PaymentsApi
td
strong
GetPaymentParts
td
strong
GET
 /v1/payments/{paymentKey}/parts
td
List all parts of a payment
tr
td
em
PaymentsApi
td
strong
GetRetrieveAllPayments
td
strong
GET
 /v1/payments
td
List payments
tr
td
em
PaymentsApi
td
strong
RefundPaymentwithAutoUnapply
td
strong
POST
 /v1/payments/{paymentKey}/refunds/unapply
td
Refund a payment with auto-unapplying
tr
td
em
PaymentsApi
td
strong
TransferPayment
td
strong
PUT
 /v1/payments/{paymentKey}/transfer
td
Transfer a payment
tr
td
em
PaymentsApi
td
strong
UnapplyPayment
td
strong
PUT
 /v1/payments/{paymentKey}/unapply
td
Unapply a payment
tr
td
em
PaymentsApi
td
strong
UpdatePayment
td
strong
PUT
 /v1/payments/{paymentId}
td
Update a payment
tr
td
em
ProductRatePlanChargeTiersApi
td
strong
GetProductRatePlanChargeTier
td
strong
GET
 /v1/object/product-rate-plan-charge-tier/{id}
td
CRUD: Retrieve a product rate plan charge tier
tr
td
em
ProductRatePlanChargeTiersApi
td
strong
UpdateProductRatePlanChargeTier
td
strong
PUT
 /v1/object/product-rate-plan-charge-tier/{id}
td
CRUD: Update a product rate plan charge tier
tr
td
em
ProductRatePlanChargesApi
td
strong
CreateProductRatePlanCharge
td
strong
POST
 /v1/object/product-rate-plan-charge
td
CRUD: Create a product rate plan charge
tr
td
em
ProductRatePlanChargesApi
td
strong
DeleteProductRatePlanCharge
td
strong
DELETE
 /v1/object/product-rate-plan-charge/{id}
td
CRUD: Delete a product rate plan charge
tr
td
em
ProductRatePlanChargesApi
td
strong
GetProductRatePlanCharge
td
strong
GET
 /v1/object/product-rate-plan-charge/{id}
td
CRUD: Retrieve a product rate plan charge
tr
td
em
ProductRatePlanChargesApi
td
strong
UpdateProductRatePlanCharge
td
strong
PUT
 /v1/object/product-rate-plan-charge/{id}
td
CRUD: Update a product rate plan charge
tr
td
em
ProductRatePlanChargesApi
td
strong
UpdateProductRatePlanChargeFinanceInformation
td
strong
PUT
 /v1/product-rate-plan-charges/{product-rate-plan-charge-key}/finance-information
td
Update a Zuora Revenue accounting code
tr
td
em
ProductRatePlansApi
td
strong
CreateProductRatePlan
td
strong
POST
 /v1/object/product-rate-plan
td
CRUD: Create a product rate plan
tr
td
em
ProductRatePlansApi
td
strong
DeleteProductRatePlan
td
strong
DELETE
 /v1/object/product-rate-plan/{id}
td
CRUD: Delete a product rate plan
tr
td
em
ProductRatePlansApi
td
strong
GetProductRatePlan
td
strong
GET
 /v1/product-rate-plans/{id}
td
Retrieve a product rate plan by ID
tr
td
em
ProductRatePlansApi
td
strong
GetProductRatePlansByExternalID
td
strong
GET
 /v1/product-rate-plans/external-id/{externalId}
td
List product rate plans by external ID
tr
td
em
ProductRatePlansApi
td
strong
GetRatePlansByProduct
td
strong
GET
 /v1/rateplan/{product-key}/productRatePlan
td
List all product rate plans of a product
tr
td
em
ProductRatePlansApi
td
strong
UpdateProductRatePlan
td
strong
PUT
 /v1/object/product-rate-plan/{id}
td
CRUD: Update a product rate plan
tr
td
em
ProductsApi
td
strong
CreateProduct
td
strong
POST
 /v1/object/product
td
Create a product
tr
td
em
ProductsApi
td
strong
DeleteProduct
td
strong
DELETE
 /v1/object/product/{id}
td
CRUD: Delete a product
tr
td
em
ProductsApi
td
strong
GetProduct
td
strong
GET
 /v1/catalog/product/{product-key}
td
Retrieve a product
tr
td
em
ProductsApi
td
strong
GetProducts
td
strong
GET
 /v1/catalog/products
td
Get all products
tr
td
em
ProductsApi
td
strong
UpdateProduct
td
strong
PUT
 /v1/object/product/{id}
td
CRUD: Update a product
tr
td
em
RSASignaturesApi
td
strong
CreateRSASignature
td
strong
POST
 /v1/rsa-signatures
td
Generate an RSA signature
tr
td
em
RSASignaturesApi
td
strong
DecryptRSASignature
td
strong
POST
 /v1/rsa-signatures/decrypt
td
Decrypt an RSA signature
tr
td
em
RampsApi
td
strong
GetRampByNumber
td
strong
GET
 /v1/ramps/{rampNumber}
td
Retrieve a ramp
tr
td
em
RampsApi
td
strong
GetRampMetricsByNumber
td
strong
GET
 /v1/ramps/{rampNumber}/ramp-metrics
td
List all ramp metrics of a ramp
tr
td
em
RampsApi
td
strong
GetRampMetricsByOrderNumber
td
strong
GET
 /v1/orders/{orderNumber}/ramp-metrics
td
List ramp metrics by order number
tr
td
em
RampsApi
td
strong
GetRampMetricsBySubscriptionKey
td
strong
GET
 /v1/subscriptions/{subscriptionKey}/ramp-metrics
td
List ramp metrics by subscription key
tr
td
em
RampsApi
td
strong
GetRampsBySubscriptionKey
td
strong
GET
 /v1/subscriptions/{subscriptionKey}/ramps
td
Retrieve a ramp by subscription key
tr
td
em
RatePlansApi
td
strong
GetRatePlan
td
strong
GET
 /v1/rateplans/{ratePlanId}
td
Retrieve a rate plan
tr
td
em
RefundsApi
td
strong
CancelRefund
td
strong
PUT
 /v1/refunds/{refundKey}/cancel
td
Cancel a refund
tr
td
em
RefundsApi
td
strong
DeleteRefund
td
strong
DELETE
 /v1/refunds/{refundKey}
td
Delete a refund
tr
td
em
RefundsApi
td
strong
GetRefund
td
strong
GET
 /v1/refunds/{refundKey}
td
Retrieve a refund
tr
td
em
RefundsApi
td
strong
GetRefundItemPart
td
strong
GET
 /v1/refunds/{refundKey}/parts/{refundPartId}/item-parts/{itemPartId}
td
Retrieve a refund part item
tr
td
em
RefundsApi
td
strong
GetRefundItemParts
td
strong
GET
 /v1/refunds/{refundKey}/parts/{refundPartId}/item-parts
td
List all refund part items
tr
td
em
RefundsApi
td
strong
GetRefundPart
td
strong
GET
 /v1/refunds/{refundKey}/parts/{refundPartId}
td
Retrieve a refund part
tr
td
em
RefundsApi
td
strong
GetRefundParts
td
strong
GET
 /v1/refunds/{refundKey}/parts
td
List all parts of a refund
tr
td
em
RefundsApi
td
strong
GetRefunds
td
strong
GET
 /v1/refunds
td
List refunds
tr
td
em
RefundsApi
td
strong
UpdateRefund
td
strong
PUT
 /v1/refunds/{refundId}
td
Update a refund
tr
td
em
RegenerateApi
td
strong
POSTCreateRevRecEvents
td
strong
POST
 /v1/uno-regenerate/rev-rec-events
td
Regenerate Rev Rec Event
tr
td
em
RegenerateApi
td
strong
POSTGenerateRevRecEventsForDailyConsumption
td
strong
POST
 /v1/uno-regenerate/rev-rec-events/daily-consumption
td
Regenerate Rev Rec Event
tr
td
em
RegenerateApi
td
strong
POSTRegenerateBillingTransaction
td
strong
POST
 /v1/uno-regenerate/billing-transaction
td
Regenerate Billing Transaction
tr
td
em
RegenerateApi
td
strong
POSTRegenerateBookingTransaction
td
strong
POST
 /v1/uno-regenerate/booking-transaction
td
Regenerate Booking Transaction
tr
td
em
RevenueAccountingCodesApi
td
strong
PutRevProAccountingCodes
td
strong
PUT
 /v1/revpro-accounting-codes
td
Update a Zuora Revenue accounting code
tr
td
em
RevenueIntegrationApi
td
strong
DescribeViewColumns
td
strong
GET
 /integration/v2/biviews/{view_name}/describe-columns
td
tr
td
em
RevenueIntegrationApi
td
strong
DownloadReport
td
strong
GET
 /integration/v1/reports/download/{filename}
td
tr
td
em
RevenueIntegrationApi
td
strong
GenerateJWTToken
td
strong
POST
 /integration/v1/authenticate
td
tr
td
em
RevenueIntegrationApi
td
strong
GetBIViewCount
td
strong
GET
 /integration/v2/biviews/count/{view_name}
td
tr
td
em
RevenueIntegrationApi
td
strong
GetBIViewStatus
td
strong
GET
 /integration/v2/biviews-status
td
tr
td
em
RevenueIntegrationApi
td
strong
GetBIViewTaskDetails
td
strong
GET
 /integration/v2/biviews-status/{task_id}
td
tr
td
em
RevenueIntegrationApi
td
strong
GetBIViews
td
strong
GET
 /integration/v1/biviews/{view_name}
td
tr
td
em
RevenueIntegrationApi
td
strong
GetBIViewsV2
td
strong
GET
 /integration/v2/biviews/{view_name}
td
tr
td
em
RevenueIntegrationApi
td
strong
GetCsvUploadStatus
td
strong
GET
 /integration/v1/csv/upload/status
td
tr
td
em
RevenueIntegrationApi
td
strong
GetFileUploadStatusByRequestId
td
strong
GET
 /integration/v1/fileupload/status/{file_request_id}
td
tr
td
em
RevenueIntegrationApi
td
strong
GetReportsById
td
strong
GET
 /integration/v1/reports/{report_id}
td
tr
td
em
RevenueIntegrationApi
td
strong
GetStageError
td
strong
GET
 /integration/v1/stage/error/{errortype}
td
tr
td
em
RevenueIntegrationApi
td
strong
IntegrationV2ReportsSignedurlReportIdGet
td
strong
GET
 /integration/v2/reports/signedurl/{report_id}
td
tr
td
em
RevenueIntegrationApi
td
strong
ListReports
td
strong
GET
 /integration/v1/reports/list
td
tr
td
em
RevenueIntegrationApi
td
strong
SelectBIView
td
strong
POST
 /integration/v1/biviews/{view_name}
td
tr
td
em
RevenueIntegrationApi
td
strong
UploadCsv
td
strong
POST
 /integration/v1/csv/upload
td
tr
td
em
RevenueIntegrationApi
td
strong
UploadFile
td
strong
POST
 /integration/v1/upload/file
td
tr
td
em
RevenueIntegrationApi
td
strong
UploadMapping
td
strong
POST
 /integration/v1/upload/mapping
td
tr
td
em
SequenceSetsApi
td
strong
CreateSequenceSets
td
strong
POST
 /v1/sequence-sets
td
Create sequence sets
tr
td
em
SequenceSetsApi
td
strong
DeleteSequenceSet
td
strong
DELETE
 /v1/sequence-sets/{id}
td
Delete a sequence set
tr
td
em
SequenceSetsApi
td
strong
GetSequenceSet
td
strong
GET
 /v1/sequence-sets/{id}
td
Retrieve a sequence set
tr
td
em
SequenceSetsApi
td
strong
GetSequenceSets
td
strong
GET
 /v1/sequence-sets
td
List sequence sets
tr
td
em
SequenceSetsApi
td
strong
UpdateSequenceSet
td
strong
PUT
 /v1/sequence-sets/{id}
td
Update a sequence set
tr
td
em
SettingsApi
td
strong
GetListAllSettings
td
strong
GET
 /settings/listing
td
List all settings
tr
td
em
SettingsApi
td
strong
PostProcessSettingsBatchRequest
td
strong
POST
 /settings/batch-requests
td
Submit settings requests
tr
td
em
SignUpApi
td
strong
PostSignUp
td
strong
POST
 /v1/sign-up
td
Sign up
tr
td
em
SubscriptionChangeLogsApi
td
strong
GetSubscriptionChangeLogsByOrderNumber
td
strong
GET
 /subscription-change-logs/orders/{orderNumber}
td
Retrieve change logs for a subscription
tr
td
em
SubscriptionChangeLogsApi
td
strong
GetSubscriptionChangeLogsBySubscriptionNumber
td
strong
GET
 /subscription-change-logs/{subscriptionNumber}
td
Retrieve change logs for a subscription
tr
td
em
SubscriptionChangeLogsApi
td
strong
GetSubscriptionChangeLogsBySubscriptionNumberAndVersion
td
strong
GET
 /subscription-change-logs/{subscriptionNumber}/versions/{version}
td
Retrieve change logs for a subscription
tr
td
em
SubscriptionsApi
td
strong
CancelSubscription
td
strong
PUT
 /v1/subscriptions/{subscription-key}/cancel
td
Cancel a subscription
tr
td
em
SubscriptionsApi
td
strong
CreateSubscription
td
strong
POST
 /v1/subscriptions
td
Create a subscription
tr
td
em
SubscriptionsApi
td
strong
DeleteSubscription
td
strong
PUT
 /v1/subscriptions/{subscription-key}/delete
td
Delete a subscription by number
tr
td
em
SubscriptionsApi
td
strong
GetMetricsBySubscriptionNumbers
td
strong
GET
 /v1/subscriptions/subscription-metrics
td
List subscriptions metrics by subscription numbers
tr
td
em
SubscriptionsApi
td
strong
GetSubscriptionByKey
td
strong
GET
 /v1/subscriptions/{subscription-key}
td
Retrieve a subscription by key
tr
td
em
SubscriptionsApi
td
strong
GetSubscriptionByKeyAndVersion
td
strong
GET
 /v1/subscriptions/{subscription-key}/versions/{version}
td
Retrieve a subscription by key and version
tr
td
em
SubscriptionsApi
td
strong
GetSubscriptionsByAccount
td
strong
GET
 /v1/subscriptions/accounts/{account-key}
td
List subscriptions by account key
tr
td
em
SubscriptionsApi
td
strong
PreviewExistingSubscription
td
strong
POST
 /v1/subscriptions/{subscription-key}/preview
td
Preview a subscription by key
tr
td
em
SubscriptionsApi
td
strong
PreviewSubscription
td
strong
POST
 /v1/subscriptions/preview
td
Preview a subscription
tr
td
em
SubscriptionsApi
td
strong
RenewSubscription
td
strong
PUT
 /v1/subscriptions/{subscription-key}/renew
td
Renew a subscription
tr
td
em
SubscriptionsApi
td
strong
ResumeSubscription
td
strong
PUT
 /v1/subscriptions/{subscription-key}/resume
td
Resume a subscription
tr
td
em
SubscriptionsApi
td
strong
SuspendSubscription
td
strong
PUT
 /v1/subscriptions/{subscription-key}/suspend
td
Suspend a subscription
tr
td
em
SubscriptionsApi
td
strong
UpdateSubscription
td
strong
PUT
 /v1/subscriptions/{subscription-key}
td
Update a subscription
tr
td
em
SubscriptionsApi
td
strong
UpdateSubscriptionCustomFieldsOfASpecifiedVersion
td
strong
PUT
 /v1/subscriptions/{subscriptionNumber}/versions/{version}/customFields
td
Update subscription custom fields of a subscription version
tr
td
em
SummaryJournalEntriesApi
td
strong
CancelSummaryJournalEntry
td
strong
PUT
 /v1/journal-entries/{je-number}/cancel
td
Cancel a summary journal entry
tr
td
em
SummaryJournalEntriesApi
td
strong
CreateSummaryJournalEntry
td
strong
POST
 /v1/journal-entries
td
Create a summary journal entry
tr
td
em
SummaryJournalEntriesApi
td
strong
DeleteSummaryJournalEntry
td
strong
DELETE
 /v1/journal-entries/{je-number}
td
Delete a summary journal entry
tr
td
em
SummaryJournalEntriesApi
td
strong
GetAllSummaryJournalEntries
td
strong
GET
 /v1/journal-entries/journal-runs/{jr-number}
td
List all summary journal entries in a journal run
tr
td
em
SummaryJournalEntriesApi
td
strong
GetSummaryJournalEntry
td
strong
GET
 /v1/journal-entries/{je-number}
td
Retrieve a summary journal entry
tr
td
em
SummaryJournalEntriesApi
td
strong
UpdateBasicSummaryJournalEntry
td
strong
PUT
 /v1/journal-entries/{je-number}/basic-information
td
Update a summary journal entry
tr
td
em
TaxationItemsApi
td
strong
CreateTaxationItem
td
strong
POST
 /v1/object/taxation-item
td
CRUD: Create a taxation item
tr
td
em
TaxationItemsApi
td
strong
DeleteTaxationItem
td
strong
DELETE
 /v1/taxation-items/{id}
td
Delete a taxation item
tr
td
em
TaxationItemsApi
td
strong
GetTaxationItem
td
strong
GET
 /v1/taxation-items/{id}
td
Retrieve a taxation item 
tr
td
em
TaxationItemsApi
td
strong
PutTaxationItem
td
strong
PUT
 /v1/taxation-items/{id}
td
Update a taxation item
tr
td
em
UsageApi
td
strong
CreateUsage
td
strong
POST
 /v1/object/usage
td
CRUD: Create a usage record
tr
td
em
UsageApi
td
strong
DeleteUsage
td
strong
DELETE
 /v1/object/usage/{id}
td
CRUD: Delete a usage record
tr
td
em
UsageApi
td
strong
GetUsage
td
strong
GET
 /v1/object/usage/{id}
td
CRUD: Retrieve a usage record
tr
td
em
UsageApi
td
strong
GetUsageRateDetailByInvoiceItem
td
strong
GET
 /v1/invoices/invoice-item/{invoice-item-id}/usage-rate-detail
td
Retrieve usage rate detail for an invoice item
tr
td
em
UsageApi
td
strong
GetUsagesByAccount
td
strong
GET
 /v1/usage/accounts/{account-key}
td
Retrieve usage records by account
tr
td
em
UsageApi
td
strong
UpdateUsage
td
strong
PUT
 /v1/object/usage/{id}
td
CRUD: Update a usage record
tr
td
em
UsageApi
td
strong
UploadUsageFile
td
strong
POST
 /v1/usage
td
Upload a usage file
tr
td
em
WorkflowsApi
td
strong
DeleteWorkflow
td
strong
DELETE
 /workflows/{workflow_id}
td
Delete a workflow
tr
td
em
WorkflowsApi
td
strong
DeleteWorkflowVersion
td
strong
DELETE
 /workflows/versions/{version_id}
td
Delete a workflow version
tr
td
em
WorkflowsApi
td
strong
GetWorkflow
td
strong
GET
 /workflows/{workflow_id}
td
Retrieve a workflow
tr
td
em
WorkflowsApi
td
strong
GetWorkflowExport
td
strong
GET
 /workflows/{workflow_id}/export
td
Export a workflow version
tr
td
em
WorkflowsApi
td
strong
GetWorkflowRun
td
strong
GET
 /workflows/workflow_runs/{workflow_run_id}
td
Retrieve a workflow run
tr
td
em
WorkflowsApi
td
strong
GetWorkflowVersions
td
strong
GET
 /workflows/{workflow_id}/versions
td
List all versions of a workflow definition
tr
td
em
WorkflowsApi
td
strong
GetWorkflows
td
strong
GET
 /workflows
td
List workflows
tr
td
em
WorkflowsApi
td
strong
GetWorkflowsTask
td
strong
GET
 /workflows/tasks/{task_id}
td
Retrieve a workflow task
tr
td
em
WorkflowsApi
td
strong
GetWorkflowsTasks
td
strong
GET
 /workflows/tasks
td
List workflow tasks
tr
td
em
WorkflowsApi
td
strong
GetWorkflowsUsages
td
strong
GET
 /workflows/metrics.json
td
Retrieve workflow task usage
tr
td
em
WorkflowsApi
td
strong
PATCHUpdateWorkflow
td
strong
PATCH
 /workflows/{workflow_id}
td
Update a workflow
tr
td
em
WorkflowsApi
td
strong
PostRunWorkflow
td
strong
POST
 /workflows/{workflow_id}/run
td
Run a workflow
tr
td
em
WorkflowsApi
td
strong
PostWorkflowImport
td
strong
POST
 /workflows/import
td
Import a workflow
tr
td
em
WorkflowsApi
td
strong
PostWorkflowVersionsImport
td
strong
POST
 /workflows/{workflow_id}/versions/import
td
Import a workflow version
tr
td
em
WorkflowsApi
td
strong
PostWorkflowsTaskRerun
td
strong
POST
 /workflows/tasks/{task_id}/rerun
td
Rerun a workflow task
tr
td
em
WorkflowsApi
td
strong
PutWorkflowsTasksUpdate
td
strong
PUT
 /workflows/tasks/batch_update
td
Update workflow tasks