For AI agents: visit https://developer.logisense.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
LogiSense Billing API
GuidesAPI ReferenceChangelog
LogiSense Billing API
API Reference
Log In
Jump to Content
LogiSense Billing API
GuidesAPI ReferenceChangelog
Log In

LogiSense Billing API

  • /Access/Login
    • Authenticate and return a JWTpost
  • /Account
    • Retrieve all of the Account objects.get
    • Create a new instance of the Account object.post
  • /Account/ByBillingContact
    • Retrieve all of the Account objects.get
  • /Account/ByExtension
    • Retrieve all of the Account objects.get
  • /Account/ByHierarchy
    • Retrieve all of the Account objects.get
  • /Account/ByName
    • Retrieve all of the Account objects.get
  • /Account/Contract
    • Retrieve all of the AccountContract objects.get
    • Create a new instance of the AccountContract object.post
  • /Account/Contract/{id}
    • Retrieve an instance of the AccountContract object by its ID.get
    • Update an existing instance of the AccountContract object.put
    • Update or Add the AccountContract object and optionally make changes to any child objects.patch
    • Delete an instance of the AccountContract object.del
  • /Account/Contract/{id}/Detail
    • Retrieve deep detail of the AccountContract object by its ID.get
  • /Account/Contract/{id}/EarlyTermination
    • This method can be used both as a PUT or a DELETE for EarlyTermination.put
    • Delete a EarlyTermination object from the AccountContract.del
  • /Account/Contract/Paged
    • Retrieve all of the AccountContract objects in a paged fashion.get
  • /Account/Contract/Paged/Detail
    • Retrieve all of the AccountContract objects in a paged fashion with all object details.get
  • /Account/Contract/RenewalType
    • Retrieve all of the AccountContractRenewalType objects.get
  • /Account/Contract/RenewalType/{id}
    • Retrieve an instance of the AccountContractRenewalType object by its ID.get
  • /Account/Contract/RenewalType/Paged
    • Retrieve all of the AccountContractRenewalType objects in a paged fashion.get
  • /Account/Contract/StatusType
    • Retrieve all of the AccountContractStatusType objects.get
    • Create a new instance of the AccountContractStatusType object.post
  • /Account/Contract/StatusType/{id}
    • Retrieve an instance of the AccountContractStatusType object by its ID.get
    • Update an existing instance of the AccountContractStatusType object.put
    • Delete an instance of the AccountContractStatusType object.del
  • /Account/Contract/StatusType/Paged
    • Retrieve all of the AccountContractStatusType objects in a paged fashion.get
  • /Account/Contract/Tracking/Commitment
    • Retrieve all of the AccountContractTrackingCommitment objects.get
  • /Account/Contract/Tracking/Commitment/{id}
    • Retrieve an instance of the AccountContractTrackingCommitment object by its ID.get
  • /Account/Contract/Tracking/Commitment/Invoice
    • Retrieve all of the AccountContractTrackingCommitmentInvoice objects.get
  • /Account/Contract/Tracking/Commitment/Invoice/{id}
    • Retrieve an instance of the AccountContractTrackingCommitmentInvoice object by its ID.get
  • /Account/Contract/Tracking/Commitment/Invoice/Paged
    • Retrieve all of the AccountContractTrackingCommitmentInvoice objects in a paged fashion.get
  • /Account/Contract/Tracking/Commitment/Paged
    • Retrieve all of the AccountContractTrackingCommitment objects in a paged fashion.get
  • /Account/Contract/Tracking/Termination
    • Retrieve all of the AccountContractTrackingTermination objects.get
  • /Account/Contract/Tracking/Termination/{id}
    • Retrieve an instance of the AccountContractTrackingTermination object by its ID.get
  • /Account/Contract/Tracking/Termination/Paged
    • Retrieve all of the AccountContractTrackingTermination objects in a paged fashion.get
  • /Account/Forget
    • Create a new instance of the AccountForget object.post
  • /Account/{id}
    • Retrieve an instance of the Account object by its ID.get
    • Update an existing instance of the Account object.put
    • Update or Add the Account object and optionally make changes to any child objects.patch
    • Delete an instance of the Account object.del
  • /Account/{id}/Balance
    • <i>Retrieve the Account Balance and the Balance Due for a specified Account ID.</i>get
  • /Account/{id}/Contact
    • Retrieve all of the Contact objects for the specified Account.get
    • Create a new instance of a Contact object that belongs to the Account.post
    • Update an existing instance of a Contact object that belongs to the Account.put
    • Delete a Contact object from the Account.del
  • /Account/{id}/Contact/{contactId}
    • Retrieve a specified Contact object by its ID for a specified Account.get
    • Delete a Contact/{contactId} object from the Account.del
  • /Account/{id}/Contact/{contactId}/Detail
    • Retrieve deep detail of the Account object by its ID.get
  • /Account/{id}/Contact/Paged
    • Retrieve all of the Contact objects for a specified Account in a paged fashion.get
  • /Account/{id}/Detail
    • Retrieve deep detail of the Account object by its ID.get
  • /Account/{id}/MonthlyUsageSummary/Paged
    • Returns the average monthly usage summary in a Paged fashion for a specified Account.get
  • /Account/{id}/Note
    • Retrieve all of the Note objects for the specified Account.get
    • Create a new instance of a Note object that belongs to the Account.post
    • Update an existing instance of a Note object that belongs to the Account.put
    • Delete a Note object from the Account.del
  • /Account/{id}/Note/{noteId}
    • Retrieve a specified Note object by its ID for a specified Account.get
    • Delete a Note/{noteId} object from the Account.del
  • /Account/{id}/Note/Paged
    • Retrieve all of the Note objects for a specified Account in a paged fashion.get
  • /Account/{id}/Patch
    • <i>This method is only created as work around in order to provide PATCH capability for Salesforce that can only submit POST calls. Typically an internal API with limited use.</i>post
  • /Account/{id}/PriceBookRegion
    • Retrieve all of the PriceBookRegion objects for the specified Account.get
  • /Account/{id}/TaxAddress
    • <i>Retrieve the Tax Address details for a specified Account ID.</i>get
  • /Account/{id}/TaxAddress/AvailableFor
    • <i>Retrieve the Tax Address details for a specified Account ID.</i>get
  • /AccountInvoiceDiscountTracking
    • Retrieve all of the AccountInvoiceDiscountTracking objects.get
    • Create a new instance of the AccountInvoiceDiscountTracking object.post
  • /AccountInvoiceDiscountTracking/{id}
    • Retrieve an instance of the AccountInvoiceDiscountTracking object by its ID.get
    • Update an existing instance of the AccountInvoiceDiscountTracking object.put
    • Delete an instance of the AccountInvoiceDiscountTracking object.del
  • /AccountInvoiceDiscountTracking/Paged
    • Retrieve all of the AccountInvoiceDiscountTracking objects in a paged fashion.get
  • /Account/Package
    • Retrieve all of the AccountPackage objects.get
    • Create a new instance of the AccountPackage object.post
  • /Account/Package/ByExtension
    • Retrieve all of the AccountPackage objects.get
  • /Account/Package/FromCatalog
    • Adds an AccountPackage to the Account and inherits all of the Package properties from the product catalog.post
  • /Account/Package/{id}
    • Retrieve an instance of the AccountPackage object by its ID.get
    • Update an existing instance of the AccountPackage object.put
    • Update or Add the AccountPackage object and optionally make changes to any child objects.patch
    • Delete an instance of the AccountPackage object.del
  • /Account/Package/{id}/CancelSetting
    • Create a new instance of a CancelSetting object that belongs to the AccountPackage.post
    • Update an existing instance of a CancelSetting object that belongs to the AccountPackage.put
    • Delete a CancelSetting object from the AccountPackage.del
  • /Account/Package/{id}/Detail
    • Retrieve deep detail of the AccountPackage object by its ID.get
  • /Account/Package/{id}/HasBucketedUsage
    • Returns a boolean value depending on whether an account package has Usage Buckets.get
  • /Account/Package/Paged
    • Retrieve all of the AccountPackage objects in a paged fashion.get
  • /Account/Package/Paged/Detail
    • Retrieve all of the AccountPackage objects in a paged fashion with all object details.get
  • /Account/Package/StatusType
    • Retrieve all of the AccountPackageStatusType objects.get
    • Create a new instance of the AccountPackageStatusType object.post
  • /Account/Package/StatusType/{id}
    • Retrieve an instance of the AccountPackageStatusType object by its ID.get
    • Update an existing instance of the AccountPackageStatusType object.put
    • Delete an instance of the AccountPackageStatusType object.del
  • /Account/Package/StatusType/Paged
    • Retrieve all of the AccountPackageStatusType objects in a paged fashion.get
  • /Account/Package/View
    • Retrieve all of the ViewAccountPackage objects.get
  • /Account/Package/View/{id}
    • Retrieve an instance of the ViewAccountPackage object by its ID.get
  • /Account/Package/View/Paged
    • Retrieve all of the ViewAccountPackage objects in a paged fashion.get
  • /Account/Paged
    • Retrieve all of the Account objects in a paged fashion.get
  • /Account/Paged/Detail
    • Retrieve all of the Account objects in a paged fashion with all object details.get
  • /Account/Parent
    • Retrieve all of the AccountParent objects.get
    • Create a new instance of the AccountParent object.post
  • /Account/Parent/{id}
    • Retrieve an instance of the AccountParent object by its ID.get
    • Update an existing instance of the AccountParent object.put
    • Delete an instance of the AccountParent object.del
  • /Account/Parent/Paged
    • Retrieve all of the AccountParent objects in a paged fashion.get
  • /Account/PricePlan
    • Retrieve all of the AccountPricePlan objects.get
    • Create a new instance of the AccountPricePlan object.post
  • /Account/PricePlan/{accountPricePlanId}/CustomizeLocationGroup
    • Create a new instance of the AccountPricePlan object.post
  • /Account/PricePlan/{accountPricePlanId}/PackageServicePricePlan
    • Retrieve all of the AccountPricePlan objects.get
  • /Account/PricePlan/{accountPricePlanId}/PackageServicePricePlan/{packageServicePricePlanId}/Discounts
    • Retrieve all of the AccountPricePlan objects.get
  • /Account/PricePlan/{accountPricePlanId}/PackageServicePricePlan/{packageServicePricePlanId}/Pricing
    • Retrieve all of the AccountPricePlan objects.get
  • /Account/PricePlan/{accountPricePlanId}/PackageServicePricePlan/{packageServicePricePlanId}/UsageRateOverrides
    • Retrieve all of the AccountPricePlan objects.get
  • /Account/PricePlan/ActiveFor/Account/{id}
    • Retrieve the AccountPricePlan that is active right now for an Account.get
  • /Account/PricePlan/ActiveFor/Account/{id}/Detail
    • Retrieve the deep detail of the AccountPricePlan that is active right now for an Account including sub accounts.get
  • /Account/PricePlan/{id}
    • Retrieve an instance of the AccountPricePlan object by its ID.get
    • Update an existing instance of the AccountPricePlan object.put
    • Update or Add the AccountPricePlan object and optionally make changes to any child objects.patch
    • Delete an instance of the AccountPricePlan object.del
  • /Account/PricePlan/{id}/Detail
    • Retrieve deep detail of the AccountPricePlan object by its ID.get
  • /Account/PricePlan/{id}/Patch
    • <i>This method is only created as work around in order to provide PATCH capability for Salesforce that can only submit POST calls. Typically an internal API with limited use.</i>post
  • /Account/PricePlan/LocationGroupOverride
    • Create a new instance of the AccountPricePlan object.post
  • /Account/PricePlan/PackageServicePricePlan/{packageServicePricePlanId}/LocationGroup/{geoTreeLocationGroupId}
    • Retrieve all of the AccountPricePlan objects.get
    • Update or Add the AccountPricePlan object and optionally make changes to any child objects.patch
  • /Account/PricePlan/PackageServicePricePlan/{packageServicePricePlanId}/LocationGroupOverrides
    • Create a new instance of the AccountPricePlan object.post
    • Update or Add the AccountPricePlan object and optionally make changes to any child objects.patch
  • /Account/PricePlan/Paged
    • Retrieve all of the AccountPricePlan objects in a paged fashion.get
  • /Account/PricePlan/Paged/Detail
    • Retrieve all of the AccountPricePlan objects in a paged fashion with all object details.get
  • /Account/ProductCode
    • Retrieve all of the AccountProductCode objects.get
    • Create a new instance of the AccountProductCode object.post
  • /Account/ProductCode/AvailableFor/Account/{id}
    • Retrieve all AccountProductCode objects that are available for the specified Account.get
  • /Account/ProductCode/AvailableFor/Account/{id}/PackageFrequency/{packageFrequencyId}
    • Retrieve all the AccountProductCode objects that are available for the specified Account and PackageFrequency.get
  • /Account/ProductCode/{id}
    • Retrieve an instance of the AccountProductCode object by its ID.get
    • Update an existing instance of the AccountProductCode object.put
    • Delete an instance of the AccountProductCode object.del
  • /Account/ProductCode/Paged
    • Retrieve all of the AccountProductCode objects in a paged fashion.get
  • /Account/Service
    • Retrieve all of the AccountService objects.get
    • Create a new instance of the AccountService object.post
  • /Account/Service/Current
    • Retrieve all of the AccountService objects.get
  • /Account/Service/Current/{id}
    • Retrieve an instance of the AccountService object by its ID.get
  • /Account/Service/Current/Paged
    • Retrieve all of the AccountService objects in a paged fashion.get
  • /Account/Service/{id}
    • Retrieve an instance of the AccountService object by its ID.get
    • Update an existing instance of the AccountService object.put
    • Update or Add the AccountService object and optionally make changes to any child objects.patch
    • Delete an instance of the AccountService object.del
  • /Account/Service/{id}/Current
    • Returns the most recent status of the AccountService.get
  • /Account/Service/{id}/Detail
    • Retrieve deep detail of the AccountService object by its ID.get
  • /Account/Service/Paged
    • Retrieve all of the AccountService objects in a paged fashion.get
  • /Account/Service/Paged/Detail
    • Retrieve all of the AccountService objects in a paged fashion with all object details.get
  • /Account/Service/Usage/Bucket
    • Retrieve all of the AccountServiceUsageBucket objects.get
    • Create a new instance of the AccountServiceUsageBucket object.post
  • /Account/Service/Usage/Bucket/Consumption/Paged
    • Retrieve consumption details for an account's bucket for a particular service.get
  • /Account/Service/Usage/Bucket/{id}
    • Retrieve an instance of the AccountServiceUsageBucket object by its ID.get
    • Update an existing instance of the AccountServiceUsageBucket object.put
    • Update or Add the AccountServiceUsageBucket object and optionally make changes to any child objects.patch
    • Delete an instance of the AccountServiceUsageBucket object.del
  • /Account/Service/Usage/Bucket/{id}/Detail
    • Retrieve deep detail of the AccountServiceUsageBucket object by its ID.get
  • /Account/Service/Usage/Bucket/Paged
    • Retrieve all of the AccountServiceUsageBucket objects in a paged fashion.get
  • /Account/Service/Usage/Bucket/Paged/Detail
    • Retrieve all of the AccountServiceUsageBucket objects in a paged fashion with all object details.get
  • /Account/Service/UsageIdentifierHistory
    • Retrieve account services that match a search prefix parameter.get
  • /Account/SharePlan
    • Retrieve all of the AccountSharePlan objects.get
  • /Account/SharePlan/BucketUsage/ByService
    • Retrieve all of the ViewSharePlanBucketUsageByService objects.get
  • /Account/SharePlan/BucketUsage/ByService/Paged
    • Retrieve all of the ViewSharePlanBucketUsageByService objects in a paged fashion.get
  • /Account/SharePlan/Contribution
    • Retrieve all of the AccountSharePlanContribution objects.get
  • /Account/SharePlan/Contribution/{id}
    • Retrieve an instance of the AccountSharePlanContribution object by its ID.get
  • /Account/SharePlan/Contribution/Paged
    • Retrieve all of the AccountSharePlanContribution objects in a paged fashion.get
  • /Account/SharePlan/ForAccount/{id}/Rank
    • Re-arrange the order of Account Share Plan Add On.put
  • /Account/SharePlan/{id}
    • Retrieve an instance of the AccountSharePlan object by its ID.get
    • Update an existing instance of the AccountSharePlan object.put
    • Update or Add the AccountSharePlan object and optionally make changes to any child objects.patch
    • Delete an instance of the AccountSharePlan object.del
  • /Account/SharePlan/{id}/AddOn
    • A user friendly way to create an Account Share Plan Add On.post
    • Retrieve all of the AddOn objects for the specified AccountSharePlan.get
    • Update or Add the AccountSharePlan object and optionally make changes to any child objects.patch
  • /Account/SharePlan/{id}/AttachedProductCode
    • Retrieve all of the AttachedProductCode objects for the specified AccountSharePlan.get
  • /Account/SharePlan/{id}/AvailableFor/ProductCode
    • Return all available ProductCode's for a specified AccountSharePlanget
  • /Account/SharePlan/{id}/Detail
    • Retrieve deep detail of the AccountSharePlan object by its ID.get
  • /Account/SharePlan/{id}/ProductCode
    • Create a new instance of a ProductCode object that belongs to the AccountSharePlan.post
  • /Account/SharePlan/{id}/ProductCode/{accountProductCodeName}
    • Delete a ProductCode/{accountProductCodeName} object from the AccountSharePlan.del
  • /Account/SharePlan/{id}/ProductCode/{productCode}
    • Update or Add the AccountSharePlan object and optionally make changes to any child objects.patch
    • Retrieve a specified ProductCode object by its ID for a specified AccountSharePlan.get
  • /Account/SharePlan/{id}/UsageBucket/{usageBucketId}/Notification
    • Retrieve a specified UsageBucket object by its ID for a specified AccountSharePlan.get
  • /Account/SharePlan/Paged
    • Retrieve all of the AccountSharePlan objects in a paged fashion.get
  • /Account/SharePlan/Participation
    • Retrieve all of the AccountSharePlanParticipation objects.get
  • /Account/SharePlan/Participation/{id}
    • Retrieve an instance of the AccountSharePlanParticipation object by its ID.get
  • /Account/SharePlan/Participation/Paged
    • Retrieve all of the AccountSharePlanParticipation objects in a paged fashion.get
  • /Account/SimulatePackageBilling
    • Simulate Package Billingpost
  • /AccountsReceivable/Terms
    • Retrieve all of the AccountsReceivableTerms objects.get
    • Create a new instance of the AccountsReceivableTerms object.post
  • /AccountsReceivable/Terms/{id}
    • Retrieve an instance of the AccountsReceivableTerms object by its ID.get
    • Update an existing instance of the AccountsReceivableTerms object.put
    • Delete an instance of the AccountsReceivableTerms object.del
  • /AccountsReceivable/Terms/Paged
    • Retrieve all of the AccountsReceivableTerms objects in a paged fashion.get
  • /Account/StatusType
    • Retrieve all of the AccountStatusType objects.get
    • Create a new instance of the AccountStatusType object.post
  • /Account/StatusType/{id}
    • Retrieve an instance of the AccountStatusType object by its ID.get
    • Update an existing instance of the AccountStatusType object.put
    • Delete an instance of the AccountStatusType object.del
  • /Account/StatusType/Paged
    • Retrieve all of the AccountStatusType objects in a paged fashion.get
  • /Account/TaxCategory
    • Retrieve all of the AccountTaxCategory objects.get
    • Create a new instance of the AccountTaxCategory object.post
  • /Account/TaxCategory/{id}
    • Retrieve an instance of the AccountTaxCategory object by its ID.get
    • Update an existing instance of the AccountTaxCategory object.put
    • Delete an instance of the AccountTaxCategory object.del
  • /Account/TaxCategory/Paged
    • Retrieve all of the AccountTaxCategory objects in a paged fashion.get
  • /AccountTaxExemptLevel
    • Retrieve all of the AccountTaxExemptLevel objects.get
  • /AccountTaxExemptLevel/{id}
    • Retrieve an instance of the AccountTaxExemptLevel object by its ID.get
  • /AccountTaxExemptLevel/Paged
    • Retrieve all of the AccountTaxExemptLevel objects in a paged fashion.get
  • /AccountType
    • Retrieve all of the AccountType objects.get
    • Create a new instance of the AccountType object.post
  • /AccountType/{id}
    • Retrieve an instance of the AccountType object by its ID.get
    • Update an existing instance of the AccountType object.put
    • Delete an instance of the AccountType object.del
  • /AccountType/Paged
    • Retrieve all of the AccountType objects in a paged fashion.get
  • /Administration/User
    • Create a new instance of the AdministrationUser object.post
  • /Administration/User/{id}
    • Retrieve an instance of the AdministrationUser object by its ID.get
    • Update or Add the AdministrationUser object and optionally make changes to any child objects.patch
  • /Adyen/MerchantAccount/PaymentGateway/{paymentGatewayId}
    • Retrieve all of the AdyenMerchantAccount objects.get
  • /Adyen/MerchantAccount/PaymentGateway/{paymentGatewayId}/Sync
    • Create a new instance of the AdyenMerchantAccount object.post
  • /ApplicationVersion
    • Retrieve the current system version number.get
  • /AuthenticationType
    • Retrieve all of the AuthenticationType objects.get
  • /AuthenticationType/{id}
    • Retrieve an instance of the AuthenticationType object by its ID.get
  • /AuthenticationType/Paged
    • Retrieve all of the AuthenticationType objects in a paged fashion.get
  • /BillCancelOptionType
    • Retrieve all of the BillCancelOptionType objects.get
  • /BillCancelOptionType/{id}
    • Retrieve an instance of the BillCancelOptionType object by its ID.get
  • /BillCancelOptionType/Paged
    • Retrieve all of the BillCancelOptionType objects in a paged fashion.get
  • /BillGroup
    • Retrieve all of the BillGroup objects.get
    • Create a new instance of the BillGroup object.post
  • /BillGroup/AccountExclude
    • Retrieve all of the BillGroupAccountExclude objects.get
    • Create a new instance of the BillGroupAccountExclude object.post
  • /BillGroup/AccountExclude/{id}
    • Retrieve an instance of the BillGroupAccountExclude object by its ID.get
    • Update an existing instance of the BillGroupAccountExclude object.put
    • Delete an instance of the BillGroupAccountExclude object.del
  • /BillGroup/AccountExclude/Paged
    • Retrieve all of the BillGroupAccountExclude objects in a paged fashion.get
  • /BillGroup/{id}
    • Retrieve an instance of the BillGroup object by its ID.get
    • Update an existing instance of the BillGroup object.put
    • Update or Add the BillGroup object and optionally make changes to any child objects.patch
    • Delete an instance of the BillGroup object.del
  • /BillGroup/{id}/Detail
    • Retrieve deep detail of the BillGroup object by its ID.get
  • /BillGroup/Paged
    • Retrieve all of the BillGroup objects in a paged fashion.get
  • /BillGroup/Paged/Detail
    • Retrieve all of the BillGroup objects in a paged fashion with all object details.get
  • /BillRun
    • Retrieve all of the BillRun objects.get
    • Create a new instance of the BillRun object.post
  • /BillRun/History
    • Retrieve all of the BillRunHistory objects.get
  • /BillRun/History/{id}
    • Retrieve an instance of the BillRunHistory object by its ID.get
  • /BillRun/History/{id}/DataExport
    • Retrieve all of the DataExport objects for the specified BillRunHistory.get
  • /BillRun/History/{id}/DataExport/Paged
    • Retrieve all of the DataExport objects for a specified BillRunHistory in a paged fashion.get
  • /BillRun/History/{id}/Detail
    • Retrieve deep detail of the BillRunHistory object by its ID.get
  • /BillRun/History/{id}/Recovery
    • Create a new instance of a Recovery object that belongs to the BillRunHistory.post
  • /BillRun/History/Paged
    • Retrieve all of the BillRunHistory objects in a paged fashion.get
  • /BillRun/{id}
    • Retrieve an instance of the BillRun object by its ID.get
    • Update an existing instance of the BillRun object.put
    • Update or Add the BillRun object and optionally make changes to any child objects.patch
    • Delete an instance of the BillRun object.del
  • /BillRun/{id}/Detail
    • Retrieve deep detail of the BillRun object by its ID.get
  • /BillRun/Paged
    • Retrieve all of the BillRun objects in a paged fashion.get
  • /BillRun/Paged/Detail
    • Retrieve all of the BillRun objects in a paged fashion with all object details.get
  • /BillRun/Schedule
    • Retrieve all of the BillRunSchedule objects.get
  • /BillRun/Schedule/{id}
    • Retrieve an instance of the BillRunSchedule object by its ID.get
  • /BillRun/Schedule/{id}/Cancel
    • Cancel an existing BillRunSchedule based on the {id} provided.post
  • /BillRun/Schedule/OneTime
    • Create a new One Time BillRunSchedule object.post
  • /BillRun/Schedule/Paged
    • Retrieve all of the BillRunSchedule objects in a paged fashion.get
  • /BillRun/Schedule/StatusType
    • Retrieve all of the BillRunScheduleStatusType objects.get
  • /BillRun/Schedule/StatusType/{id}
    • Retrieve an instance of the BillRunScheduleStatusType object by its ID.get
  • /BillRun/Schedule/StatusType/Paged
    • Retrieve all of the BillRunScheduleStatusType objects in a paged fashion.get
  • /BillRun/StatusType
    • Retrieve all of the BillRunStatusType objects.get
  • /BillRun/StatusType/{id}
    • Retrieve an instance of the BillRunStatusType object by its ID.get
  • /BillRun/StatusType/Paged
    • Retrieve all of the BillRunStatusType objects in a paged fashion.get
  • /BillRun/StepType
    • Retrieve all of the BillRunStepType objects.get
  • /BillRun/StepType/{id}
    • Retrieve an instance of the BillRunStepType object by its ID.get
  • /BillRun/StepType/Paged
    • Retrieve all of the BillRunStepType objects in a paged fashion.get
  • /BillRunType
    • Retrieve all of the BillRunType objects.get
  • /BillRunType/{id}
    • Retrieve an instance of the BillRunType object by its ID.get
  • /BillRunType/Paged
    • Retrieve all of the BillRunType objects in a paged fashion.get
  • /CardType
    • Retrieve all of the CardType objects.get
  • /CardType/{id}
    • Retrieve an instance of the CardType object by its ID.get
  • /CardType/Paged
    • Retrieve all of the CardType objects in a paged fashion.get
  • /CollectionType
    • Retrieve all of the CollectionType objects.get
  • /CollectionType/{id}
    • Retrieve an instance of the CollectionType object by its ID.get
  • /CollectionType/Paged
    • Retrieve all of the CollectionType objects in a paged fashion.get
  • /Contact
    • Retrieve all of the Contact objects.get
    • Create a new instance of the Contact object.post
  • /Contact/{id}
    • Retrieve an instance of the Contact object by its ID.get
    • Update an existing instance of the Contact object.put
    • Update or Add the Contact object and optionally make changes to any child objects.patch
  • /Contact/{id}/Detail
    • Retrieve deep detail of the Contact object by its ID.get
  • /Contact/Paged
    • Retrieve all of the Contact objects in a paged fashion.get
  • /Contact/Paged/Detail
    • Retrieve all of the Contact objects in a paged fashion with all object details.get
  • /ContactPointType
    • Retrieve all of the ContactPointType objects.get
  • /ContactPointType/{id}
    • Retrieve an instance of the ContactPointType object by its ID.get
  • /ContactPointType/Paged
    • Retrieve all of the ContactPointType objects in a paged fashion.get
  • /ContactType
    • Retrieve all of the ContactType objects.get
    • Create a new instance of the ContactType object.post
  • /ContactType/{id}
    • Retrieve an instance of the ContactType object by its ID.get
    • Update an existing instance of the ContactType object.put
    • Update or Add the ContactType object and optionally make changes to any child objects.patch
    • Delete an instance of the ContactType object.del
  • /ContactType/{id}/Detail
    • Retrieve deep detail of the ContactType object by its ID.get
  • /ContactType/Paged
    • Retrieve all of the ContactType objects in a paged fashion.get
  • /ContactType/Paged/Detail
    • Retrieve all of the ContactType objects in a paged fashion with all object details.get
  • /ContactType/Type
    • Retrieve all of the ContactTypeType objects.get
  • /ContactType/Type/{id}
    • Retrieve an instance of the ContactTypeType object by its ID.get
  • /ContactType/Type/Paged
    • Retrieve all of the ContactTypeType objects in a paged fashion.get
  • /Contract/Commitment
    • Retrieve all of the ContractCommitment objects.get
    • Create a new instance of the ContractCommitment object.post
  • /Contract/Commitment/{id}
    • Retrieve an instance of the ContractCommitment object by its ID.get
    • Update an existing instance of the ContractCommitment object.put
    • Update or Add the ContractCommitment object and optionally make changes to any child objects.patch
    • Delete an instance of the ContractCommitment object.del
  • /Contract/Commitment/{id}/Detail
    • Retrieve deep detail of the ContractCommitment object by its ID.get
  • /Contract/Commitment/Paged
    • Retrieve all of the ContractCommitment objects in a paged fashion.get
  • /Contract/Commitment/Paged/Detail
    • Retrieve all of the ContractCommitment objects in a paged fashion with all object details.get
  • /Contract/Commitment/PenaltyChargeType
    • Retrieve all of the ContractCommitmentPenaltyChargeType objects.get
  • /Contract/Commitment/PenaltyChargeType/{id}
    • Retrieve an instance of the ContractCommitmentPenaltyChargeType object by its ID.get
  • /Contract/Commitment/PenaltyChargeType/Paged
    • Retrieve all of the ContractCommitmentPenaltyChargeType objects in a paged fashion.get
  • /Contract/CommitmentType
    • Retrieve all of the ContractCommitmentType objects.get
  • /Contract/CommitmentType/{id}
    • Retrieve an instance of the ContractCommitmentType object by its ID.get
  • /Contract/CommitmentType/Paged
    • Retrieve all of the ContractCommitmentType objects in a paged fashion.get
  • /Contract/Termination
    • Retrieve all of the ContractTermination objects.get
    • Create a new instance of the ContractTermination object.post
  • /Contract/Termination/{id}
    • Retrieve an instance of the ContractTermination object by its ID.get
    • Update an existing instance of the ContractTermination object.put
    • Update or Add the ContractTermination object and optionally make changes to any child objects.patch
    • Delete an instance of the ContractTermination object.del
  • /Contract/Termination/{id}/Detail
    • Retrieve deep detail of the ContractTermination object by its ID.get
  • /Contract/Termination/Paged
    • Retrieve all of the ContractTermination objects in a paged fashion.get
  • /Contract/Termination/Paged/Detail
    • Retrieve all of the ContractTermination objects in a paged fashion with all object details.get
  • /CountingRule
    • Retrieve all of the CountingRule objects.get
    • Create a new instance of the CountingRule object.post
  • /CountingRule/{id}
    • Retrieve an instance of the CountingRule object by its ID.get
    • Update an existing instance of the CountingRule object.put
    • Update or Add the CountingRule object and optionally make changes to any child objects.patch
    • Delete an instance of the CountingRule object.del
  • /CountingRule/{id}/Detail
    • Retrieve deep detail of the CountingRule object by its ID.get
  • /CountingRule/Paged
    • Retrieve all of the CountingRule objects in a paged fashion.get
  • /Country
    • Retrieve all of the Country objects.get
    • Create a new instance of the Country object.post
  • /Country/AddressFormat
    • Retrieve all of the CountryAddressFormat objects.get
    • Create a new instance of the CountryAddressFormat object.post
  • /Country/AddressFormat/{id}
    • Retrieve an instance of the CountryAddressFormat object by its ID.get
    • Update an existing instance of the CountryAddressFormat object.put
    • Delete an instance of the CountryAddressFormat object.del
  • /Country/AddressFormat/Paged
    • Retrieve all of the CountryAddressFormat objects in a paged fashion.get
  • /Country/{id}
    • Retrieve an instance of the Country object by its ID.get
    • Update an existing instance of the Country object.put
    • Update or Add the Country object and optionally make changes to any child objects.patch
    • Delete an instance of the Country object.del
  • /Country/{id}/Detail
    • Retrieve deep detail of the Country object by its ID.get
  • /Country/Paged
    • Retrieve all of the Country objects in a paged fashion.get
  • /Country/Paged/Detail
    • Retrieve all of the Country objects in a paged fashion with all object details.get
  • /Credit/Item
    • Retrieve all of the CreditItem objects.get
  • /Credit/Item/{id}
    • Retrieve an instance of the CreditItem object by its ID.get
  • /Credit/Item/Paged
    • Retrieve all of the CreditItem objects in a paged fashion.get
  • /Credit/Note
    • Retrieve all of the CreditNote objects.get
  • /Credit/Note/{id}
    • Retrieve an instance of the CreditNote object by its ID.get
    • Delete an instance of the CreditNote object.del
  • /Credit/Note/{id}/Detail
    • Retrieve deep detail of the CreditNote object by its ID.get
  • /Credit/Note/{id}/Download
    • Retrieve all of the Download objects for the specified CreditNote.get
  • /Credit/Note/{id}/Send
    • Create a new instance of a Send object that belongs to the CreditNote.post
  • /Credit/Note/OnDemandRender
    • Imediately initiates the rendering of a specified CreditNote.post
  • /Credit/Note/Paged
    • Retrieve all of the CreditNote objects in a paged fashion.get
  • /Credit/Note/Paged/Detail
    • Retrieve all of the CreditNote objects in a paged fashion with all object details.get
  • /Credit/Note/Send
    • Delivers the specified CreditNote to the proper recipient.post
  • /Currency
    • Retrieve all of the Currency objects.get
    • Create a new instance of the Currency object.post
  • /Currency/Exchange
    • Retrieve all of the CurrencyExchange objects.get
    • Create a new instance of the CurrencyExchange object.post
  • /Currency/Exchange/Detail
    • Retrieve all of the CurrencyExchangeDetail objects.get
    • Create a new instance of the CurrencyExchangeDetail object.post
  • /Currency/Exchange/Detail/{id}
    • Retrieve deep detail of the CurrencyExchangeDetail object by its ID.get
    • Update an existing instance of the CurrencyExchangeDetail object.put
    • Delete an instance of the CurrencyExchangeDetail object.del
  • /Currency/Exchange/Detail/Paged
    • Retrieve all of the CurrencyExchangeDetail objects in a paged fashion.get
  • /Currency/Exchange/{id}
    • Retrieve an instance of the CurrencyExchange object by its ID.get
    • Update an existing instance of the CurrencyExchange object.put
    • Update or Add the CurrencyExchange object and optionally make changes to any child objects.patch
    • Delete an instance of the CurrencyExchange object.del
  • /Currency/Exchange/{id}/Detail
    • Retrieve deep detail of the CurrencyExchange object by its ID.get
  • /Currency/Exchange/Paged
    • Retrieve all of the CurrencyExchange objects in a paged fashion.get
  • /Currency/Exchange/Paged/Detail
    • Retrieve all of the CurrencyExchange objects in a paged fashion with all object details.get
  • /Currency/{id}
    • Retrieve an instance of the Currency object by its ID.get
    • Update an existing instance of the Currency object.put
    • Delete an instance of the Currency object.del
  • /Currency/Paged
    • Retrieve all of the Currency objects in a paged fashion.get
  • /CustomDataSource/ByConnection/{id}
    • Retrieve an instance of the CustomDataSource object by its ID.get
  • /CustomDataSource/ByConnection/{id}/Paged
    • Retrieve all of the / objects for a specified CustomDataSource in a paged fashion.get
  • /CustomDataSource/{id}
    • Retrieve an instance of the CustomDataSource object by its ID.get
  • /CustomDataSource/{id}/Metadata
    • Retrieve all of the Metadata objects for the specified CustomDataSource.get
  • /CustomDataSource/{id}/Metadata/sql
    • Retrieve all of the Metadata/sql objects for the specified CustomDataSource.get
  • /CustomDataSource/{id}/Paged
    • Retrieve all the data from the Custom Data Source in a paged fashion by specifying the {id} of the data source.get
  • /DailyUsageRatedException
    • Retrieve all of the DailyUsageRatedException objects.get
  • /DailyUsageRatedException/Paged
    • Retrieve all of the DailyUsageRatedException objects in a paged fashion.get
  • /DailyUsageSummary/ByAccountService/Paged
    • Retrieve all of the ViewUDRDailyAggregateUsage objects in a paged fashion.get
  • /DataExport
    • Retrieve all of the DataExport objects.get
  • /DataExport/History
    • Retrieve all of the DataExportHistory objects.get
  • /DataExport/History/{id}
    • Retrieve an instance of the DataExportHistory object by its ID.get
  • /DataExport/History/{id}/Cancel
    • Create a new instance of a Cancel object that belongs to the DataExportHistory.post
  • /DataExport/History/{id}/Download
    • Returns data for the data export history as a link to a CSV for download.get
  • /DataExport/History/Paged
    • Retrieve all of the DataExportHistory objects in a paged fashion.get
  • /DataExport/{id}
    • Retrieve an instance of the DataExport object by its ID.get
  • /DataExport/{id}/TriggerExport
    • Create a new instance of a TriggerExport object that belongs to the DataExport.post
  • /DataExport/Paged
    • Retrieve all of the DataExport objects in a paged fashion.get
  • /DataImport/CacheCategory
    • Retrieve all of the DataImportCacheCategory objects.get
    • Create a new instance of the DataImportCacheCategory object.post
  • /DataImport/CacheCategory/{id}
    • Retrieve an instance of the DataImportCacheCategory object by its ID.get
    • Update an existing instance of the DataImportCacheCategory object.put
  • /DataImport/CacheCategory/Paged
    • Retrieve all of the DataImportCacheCategory objects in a paged fashion.get
  • /DataImportHistory/Exception/Paged
    • Retrieve all the data import exceptions in a paged fashion.get
  • /DataImportHistory/{id}/Exception
    • Retrieve data import exception based on its id.get
  • /DataImportHistory/{id}/Exception/Paged
    • Retrieve data import exception based on its id.get
  • /DataImport/{id}/LastUpload
    • Retrieve the most recent DataImportUpload instance.get
  • /DataImport/Usage/{apifeedname}
    • Create a new instance of the DataImportUsage object.post
  • /DataImport/Usage/Download
    • Retrieve all of the DataImportUsage objects.get
  • /DataImport/Usage/Feed/{id}
    • Retrieve an instance of the DataImportUsage object by its ID.get
  • /DataImport/Usage/Feed/{name}
    • Retrieve all of the DataImportUsage objects.get
  • /DataImport/Usage/History
    • Retrieve all of the DataImportUsage objects.get
  • /DataImport/Usage/History/{id}
    • Retrieve an instance of the DataImportUsage object by its ID.get
  • /DataImport/Usage/History/{id}/Detail
    • Retrieve deep detail of the DataImportUsage object by its ID.get
  • /DataImport/Usage/History/{id}/Reprocess
    • Create a new instance of a Reprocess object that belongs to the DataImportUsage.post
  • /DataImport/Usage/{id}
    • Insert raw data usage record with payload that matches the requirements of Usage Feed specified by {id}post
  • /DataImport/Usage/Json/{id}
    • Insert <u>single</u> raw data usage record in a JSON format for a Usage Feed specified by {id}post
  • /DataImport/Usage/Json/Multi/{id}
    • Insert <u>multiple</u> raw data usage records in a JSON format for a Usage Feed specified by {id}.post
  • /DataImport/Usage/Tracking/{trackingId}
    • Retrieve all of the DataImportUsage objects.get
  • /DataImport/Usage/Tracking/{trackingId}/Detail
    • Retrieve all of the DataImportUsage objects.get
  • /DayOfWeekType
    • Retrieve all of the DayOfWeekType objects.get
  • /DayOfWeekType/{id}
    • Retrieve an instance of the DayOfWeekType object by its ID.get
  • /DayOfWeekType/Paged
    • Retrieve all of the DayOfWeekType objects in a paged fashion.get
  • /Discount/PromoCode
    • Retrieve all of the DiscountPromoCode objects.get
    • Create a new instance of the DiscountPromoCode object.post
  • /Discount/PromoCode/{id}
    • Retrieve an instance of the DiscountPromoCode object by its ID.get
    • Update an existing instance of the DiscountPromoCode object.put
    • Update or Add the DiscountPromoCode object and optionally make changes to any child objects.patch
    • Delete an instance of the DiscountPromoCode object.del
  • /Discount/PromoCode/{id}/Detail
    • Retrieve deep detail of the DiscountPromoCode object by its ID.get
  • /Discount/PromoCode/Paged
    • Retrieve all of the DiscountPromoCode objects in a paged fashion.get
  • /Discount/PromoCode/Paged/Detail
    • Retrieve all of the DiscountPromoCode objects in a paged fashion with all object details.get
  • /DiscountType
    • Retrieve all of the DiscountType objects.get
  • /DiscountType/{id}
    • Retrieve an instance of the DiscountType object by its ID.get
  • /DiscountType/Paged
    • Retrieve all of the DiscountType objects in a paged fashion.get
  • /EmailHostType
  • /EmailHostType/{id}
  • /EmailHostType/Paged
  • /EmailSetting/GoogleJWT
    • Create a new instance of the EmailSetting object.post
  • /EmailSetting/GoogleJWT/{id}
    • Retrieve an instance of the EmailSetting object by its ID.get
    • Update an existing instance of the EmailSetting object.put
  • /EmailSetting/{id}
    • Delete an instance of the EmailSetting object.del
  • /EmailSetting/SMTPAuth
    • Create a new instance of the EmailSetting object.post
  • /EmailSetting/SMTPAuth/{id}
    • Retrieve an instance of the EmailSetting object by its ID.get
    • Update an existing instance of the EmailSetting object.put
  • /EmailTemplate
    • Retrieve all of the EmailTemplate objects.get
  • /EmailTemplate/{id}
    • Retrieve an instance of the EmailTemplate object by its ID.get
    • Delete an instance of the EmailTemplate object.del
  • /EmailTemplate/{id}/Detail
    • Retrieve deep detail of the EmailTemplate object by its ID.get
  • /EmailTemplate/Paged
    • Retrieve all of the EmailTemplate objects in a paged fashion.get
  • /EmailTemplate/Type
    • Retrieve all of the EmailTemplateType objects.get
  • /EmailTemplate/Type/{id}
    • Retrieve an instance of the EmailTemplateType object by its ID.get
  • /EmailTemplate/Type/{id}/AvailableTokens
    • Retrieve all of the AvailableTokens objects for the specified EmailTemplateType.get
  • /EmailTemplate/Type/Paged
    • Retrieve all of the EmailTemplateType objects in a paged fashion.get
  • /EmailTemplate/Upload
    • Create a new instance of the EmailTemplate object.post
  • /EmailTemplate/Upload/{id}
    • Update or Add the EmailTemplate object and optionally make changes to any child objects.patch
    • Update an existing instance of the EmailTemplate object.put
  • /EventRegistration/External
    • Retrieve all of the EventRegistration objects.get
  • /EventSubscription/Email
    • Create a new instance of the EventSubscription object.post
    • Retrieve all of the EventSubscription objects.get
  • /EventSubscription/Email/{id}
    • Update an existing instance of the EventSubscription object.put
    • Update or Add the EventSubscription object and optionally make changes to any child objects.patch
    • Delete an instance of the EventSubscription object.del
  • /EventSubscription/Webhook
    • Create a new instance of the EventSubscription object.post
    • Retrieve all of the EventSubscription objects.get
  • /EventSubscription/Webhook/{id}
    • Update an existing instance of the EventSubscription object.put
    • Update or Add the EventSubscription object and optionally make changes to any child objects.patch
    • Delete an instance of the EventSubscription object.del
  • /Extension/Attribute
    • Retrieve all of the ExtensionAttribute objects.get
  • /Extension/Attribute/Entity
    • Retrieve all of the ExtensionAttributeEntity objects.get
  • /Extension/Attribute/Entity/{id}
    • Retrieve an instance of the ExtensionAttributeEntity object by its ID.get
  • /Extension/Attribute/Entity/Paged
    • Retrieve all of the ExtensionAttributeEntity objects in a paged fashion.get
  • /Extension/Attribute/{id}
    • Retrieve an instance of the ExtensionAttribute object by its ID.get
  • /Extension/Attribute/{id}/Detail
    • Retrieve deep detail of the ExtensionAttribute object by its ID.get
  • /Extension/Attribute/ListItem
    • Retrieve all of the ExtensionAttributeListItem objects.get
  • /Extension/Attribute/ListItem/{id}
    • Retrieve an instance of the ExtensionAttributeListItem object by its ID.get
  • /Extension/Attribute/ListItem/Paged
    • Retrieve all of the ExtensionAttributeListItem objects in a paged fashion.get
  • /Extension/Attribute/ListType
    • Retrieve all of the ExtensionAttributeListType objects.get
  • /Extension/Attribute/ListType/{id}
    • Retrieve an instance of the ExtensionAttributeListType object by its ID.get
  • /Extension/Attribute/ListType/Paged
    • Retrieve all of the ExtensionAttributeListType objects in a paged fashion.get
  • /Extension/Attribute/Lookup
    • Retrieve all of the ExtensionAttributeLookup objects.get
  • /Extension/Attribute/Lookup/{id}
    • Retrieve an instance of the ExtensionAttributeLookup object by its ID.get
  • /Extension/Attribute/Lookup/Paged
    • Retrieve all of the ExtensionAttributeLookup objects in a paged fashion.get
  • /Extension/Attribute/Paged
    • Retrieve all of the ExtensionAttribute objects in a paged fashion.get
  • /Extension/Attribute/Paged/Detail
    • Retrieve all of the ExtensionAttribute objects in a paged fashion with all object details.get
  • /FrequencyType
    • Retrieve all of the FrequencyType objects.get
  • /FrequencyType/{id}
    • Retrieve an instance of the FrequencyType object by its ID.get
  • /FrequencyType/Paged
    • Retrieve all of the FrequencyType objects in a paged fashion.get
  • /GatewayType
    • Retrieve all of the GatewayType objects.get
  • /GatewayType/Details/{id}
    • Retrieve deep detail of the GatewayType object by its ID.get
  • /GatewayType/{id}
    • Retrieve an instance of the GatewayType object by its ID.get
  • /GatewayType/Paged
    • Retrieve all of the GatewayType objects in a paged fashion.get
  • /GeneralLedger
    • Retrieve all of the GeneralLedger objects.get
    • Create a new instance of the GeneralLedger object.post
  • /GeneralLedger/{id}
    • Retrieve an instance of the GeneralLedger object by its ID.get
    • Update an existing instance of the GeneralLedger object.put
    • Delete an instance of the GeneralLedger object.del
  • /GeneralLedger/Paged
    • Retrieve all of the GeneralLedger objects in a paged fashion.get
  • /GeoTree/Location
    • Retrieve all of the GeoTreeLocation objects.get
    • Create a new instance of the GeoTreeLocation object.post
  • /GeoTree/Location/Group
    • Retrieve all of the GeoTreeLocationGroup objects.get
    • Create a new instance of the GeoTreeLocationGroup object.post
  • /GeoTree/Location/Group/{id}
    • Retrieve an instance of the GeoTreeLocationGroup object by its ID.get
    • Update an existing instance of the GeoTreeLocationGroup object.put
    • Update or Add the GeoTreeLocationGroup object and optionally make changes to any child objects.patch
    • Delete an instance of the GeoTreeLocationGroup object.del
  • /GeoTree/Location/Group/{id}/Detail
    • Retrieve deep detail of the GeoTreeLocationGroup object by its ID.get
  • /GeoTree/Location/Group/Paged
    • Retrieve all of the GeoTreeLocationGroup objects in a paged fashion.get
  • /GeoTree/Location/Group/Paged/Detail
    • Retrieve all of the GeoTreeLocationGroup objects in a paged fashion with all object details.get
  • /GeoTree/Location/{id}
    • Retrieve an instance of the GeoTreeLocation object by its ID.get
    • Update an existing instance of the GeoTreeLocation object.put
    • Update or Add the GeoTreeLocation object and optionally make changes to any child objects.patch
    • Delete an instance of the GeoTreeLocation object.del
  • /GeoTree/Location/{id}/Detail
    • Retrieve deep detail of the GeoTreeLocation object by its ID.get
  • /GeoTree/Location/Paged
    • Retrieve all of the GeoTreeLocation objects in a paged fashion.get
  • /GeoTree/Location/Paged/Detail
    • Retrieve all of the GeoTreeLocation objects in a paged fashion with all object details.get
  • /GeoTree/Location/Pattern
    • Retrieve all of the GeoTreeLocationPattern objects.get
    • Create a new instance of the GeoTreeLocationPattern object.post
  • /GeoTree/Location/Pattern/{id}
    • Retrieve an instance of the GeoTreeLocationPattern object by its ID.get
    • Update an existing instance of the GeoTreeLocationPattern object.put
    • Delete an instance of the GeoTreeLocationPattern object.del
  • /GeoTree/Location/Pattern/Paged
    • Retrieve all of the GeoTreeLocationPattern objects in a paged fashion.get
  • /Invoice
    • Retrieve all of the Invoice objects.get
  • /Invoice/ByName
    • Retrieve all of the Invoice objects.get
  • /Invoice/ByUdrMediated/{id}
    • Retrieve an instance of the InvoiceByUdrMediated object by its ID.get
  • /Invoice/DateProcessType
    • Retrieve all of the InvoiceDateProcessType objects.get
  • /Invoice/DateProcessType/{id}
    • Retrieve an instance of the InvoiceDateProcessType object by its ID.get
  • /Invoice/DateProcessType/Paged
    • Retrieve all of the InvoiceDateProcessType objects in a paged fashion.get
  • /Invoice/Delivery
    • Retrieve all of the InvoiceDelivery objects.get
    • Create a new instance of the InvoiceDelivery object.post
  • /Invoice/Delivery/{id}
    • Retrieve an instance of the InvoiceDelivery object by its ID.get
    • Update an existing instance of the InvoiceDelivery object.put
    • Update or Add the InvoiceDelivery object and optionally make changes to any child objects.patch
    • Delete an instance of the InvoiceDelivery object.del
  • /Invoice/Delivery/{id}/Detail
    • Retrieve deep detail of the InvoiceDelivery object by its ID.get
  • /Invoice/Delivery/Paged
    • Retrieve all of the InvoiceDelivery objects in a paged fashion.get
  • /Invoice/Delivery/Paged/Detail
    • Retrieve all of the InvoiceDelivery objects in a paged fashion with all object details.get
  • /Invoice/DeliveryType
    • Retrieve all of the InvoiceDeliveryType objects.get
  • /Invoice/DeliveryType/{id}
    • Retrieve an instance of the InvoiceDeliveryType object by its ID.get
  • /Invoice/DeliveryType/Paged
    • Retrieve all of the InvoiceDeliveryType objects in a paged fashion.get
  • /Invoice/DiscountCalculationType
    • Retrieve all of the InvoiceDiscountCalculationType objects.get
  • /Invoice/DiscountCalculationType/{id}
    • Retrieve an instance of the InvoiceDiscountCalculationType object by its ID.get
  • /Invoice/DiscountCalculationType/Paged
    • Retrieve all of the InvoiceDiscountCalculationType objects in a paged fashion.get
  • /Invoice/DiscountType
    • Retrieve all of the InvoiceDiscountType objects.get
  • /Invoice/DiscountType/{id}
    • Retrieve an instance of the InvoiceDiscountType object by its ID.get
  • /Invoice/DiscountType/Paged
    • Retrieve all of the InvoiceDiscountType objects in a paged fashion.get
  • /Invoice/DueDateType
    • Retrieve all of the InvoiceDueDateType objects.get
  • /Invoice/DueDateType/{id}
    • Retrieve an instance of the InvoiceDueDateType object by its ID.get
  • /Invoice/DueDateType/Paged
    • Retrieve all of the InvoiceDueDateType objects in a paged fashion.get
  • /Invoice/ExportOptionType
    • Retrieve all of the InvoiceExportOptionType objects.get
  • /Invoice/ExportOptionType/{id}
    • Retrieve an instance of the InvoiceExportOptionType object by its ID.get
  • /Invoice/ExportOptionType/Paged
    • Retrieve all of the InvoiceExportOptionType objects in a paged fashion.get
  • /Invoice/History
    • Retrieve all of the InvoiceHistory objects.get
  • /Invoice/History/{id}
    • Retrieve an instance of the InvoiceHistory object by its ID.get
  • /Invoice/History/Paged
    • Retrieve all of the InvoiceHistory objects in a paged fashion.get
  • /Invoice/{id}
    • Retrieve an instance of the Invoice object by its ID.get
    • Update an existing instance of the Invoice object.put
  • /Invoice/{id}/Delivery
    • Delivers the specified Invoice to its recipients.post
  • /Invoice/{id}/Detail
    • Retrieve deep detail of the Invoice object by its ID.get
  • /Invoice/{id}/Download
    • Returns the byte array of the PDF version of the specified Invoiceget
  • /Invoice/{id}/ReRender
    • Requests the system to re-render the specified Invoicepost
  • /Invoice/{id}/Void
    • Void the specified Invoice.post
  • /Invoice/Item
    • Retrieve all of the InvoiceItem objects.get
  • /Invoice/Item/Charge
    • Use this API to create Manual Charge , Invoice Item Type = 8 ( One Time Charge )post
  • /Invoice/Item/Credit
    • Create an InvoiceItem that is a Credit.post
  • /Invoice/Item/{id}
    • Retrieve an instance of the InvoiceItem object by its ID.get
    • Update an existing instance of the InvoiceItem object.put
    • Update or Add the InvoiceItem object and optionally make changes to any child objects.patch
    • Delete an instance of the InvoiceItem object.del
  • /Invoice/Item/{id}/Detail
    • Retrieve deep detail of the InvoiceItem object by its ID.get
  • /Invoice/Item/{id}/TaxSummary
    • Retrieve all of the TaxSummary objects for the specified InvoiceItem.get
  • /Invoice/Item/Paged
    • Retrieve all of the InvoiceItem objects in a paged fashion.get
  • /Invoice/Item/Paged/Detail
    • Retrieve all of the InvoiceItem objects in a paged fashion with all object details.get
  • /Invoice/Item/ReverseCharge
    • Create a new instance of the InvoiceItem object.post
  • /Invoice/Item/ReverseCredit
    • Create a new instance of the InvoiceItem object.post
  • /Invoice/Item/TaxAdjustment
    • Create a new instance of the InvoiceItem object.post
  • /Invoice/Item/TaxAdjustment/{id}
    • Update or Add the InvoiceItem object and optionally make changes to any child objects.patch
  • /Invoice/Item/TaxSummary
    • Retrieve all of the InvoiceItem objects.get
  • /InvoiceItemType
    • Retrieve all of the InvoiceItemType objects.get
  • /InvoiceItemType/{id}
    • Retrieve an instance of the InvoiceItemType object by its ID.get
  • /InvoiceItemType/Paged
    • Retrieve all of the InvoiceItemType objects in a paged fashion.get
  • /Invoice/Paged
    • Retrieve all of the Invoice objects in a paged fashion.get
  • /Invoice/Paged/Detail
    • Retrieve all of the Invoice objects in a paged fashion with all object details.get
  • /Invoice/StatusType
    • Retrieve all of the InvoiceStatusType objects.get
  • /Invoice/StatusType/{id}
    • Retrieve an instance of the InvoiceStatusType object by its ID.get
  • /Invoice/StatusType/Paged
    • Retrieve all of the InvoiceStatusType objects in a paged fashion.get
  • /JsonApi/Log/ByRequestTracking/{id}
    • Retrieve an instance of the JsonApiLog object by its ID.get
  • /Locale
    • Retrieve all of the Locale objects.get
    • Create a new instance of the Locale object.post
  • /Locale/{id}
    • Retrieve an instance of the Locale object by its ID.get
    • Update an existing instance of the Locale object.put
    • Delete an instance of the Locale object.del
  • /Locale/Paged
    • Retrieve all of the Locale objects in a paged fashion.get
  • /Note
    • Retrieve all of the Note objects.get
    • Create a new instance of the Note object.post
  • /Note/{id}
    • Retrieve an instance of the Note object by its ID.get
    • Update an existing instance of the Note object.put
    • Delete an instance of the Note object.del
  • /Note/Paged
    • Retrieve all of the Note objects in a paged fashion.get
  • /NoteType
    • Retrieve all of the NoteType objects.get
  • /NoteType/{id}
    • Retrieve an instance of the NoteType object by its ID.get
  • /NoteType/Paged
    • Retrieve all of the NoteType objects in a paged fashion.get
  • /Order
    • Retrieve all of the Order objects.get
    • Create a new instance of the Order object.post
  • /Order/{id}
    • Retrieve an instance of the Order object by its ID.get
    • Update an existing instance of the Order object.put
    • Update or Add the Order object and optionally make changes to any child objects.patch
    • Delete an instance of the Order object.del
  • /Order/{id}/Detail
    • Retrieve deep detail of the Order object by its ID.get
  • /Order/{orderId}/PackageTracking
    • Retrieve all of the Order objects.get
  • /Order/{orderId}/PackageTracking/Paged
    • Retrieve all of the Order objects in a paged fashion.get
  • /Order/{orderId}/Status
    • Retrieve all of the Order objects.get
  • /Order/Paged
    • Retrieve all of the Order objects in a paged fashion.get
  • /Order/Paged/Detail
    • Retrieve all of the Order objects in a paged fashion with all object details.get
  • /Order/Process
    • Process an existing draft Order or re-process an existing failed Order.post
  • /OrderStatusType
    • Retrieve all of the OrderStatusType objects.get
  • /OrderStatusType/{id}
    • Retrieve an instance of the OrderStatusType object by its ID.get
  • /OrderStatusType/Paged
    • Retrieve all of the OrderStatusType objects in a paged fashion.get
  • /Owner
    • Retrieve Owner information.get
  • /Owner/{id}
    • Retrieve Owner information.get
    • Update or Add the Owner object and optionally make changes to any child objects.patch
  • /Owner/{id}/Detail
    • Retrieve Owner information.get
  • /Owner/Paged
    • Retrieve Owner information.get
  • /Owner/Paged/Detail
    • Retrieve Owner information.get
  • /Package
    • Retrieve all of the Package objects.get
    • Create a new instance of the Package object.post
  • /Package/AvailableFor/Currency/{id}
    • Retrieve Package objects that are avaialable for the specified Currency.get
  • /Package/Category
    • Retrieve all of the PackageCategory objects.get
  • /Package/Category/{id}
    • Retrieve an instance of the PackageCategory object by its ID.get
  • /Package/Category/Paged
    • Retrieve all of the PackageCategory objects in a paged fashion.get
  • /Package/Currency
    • Retrieve all of the PackageCurrency objects.get
  • /Package/Currency/{id}
    • Retrieve an instance of the PackageCurrency object by its ID.get
  • /Package/Currency/Paged
    • Retrieve all of the PackageCurrency objects in a paged fashion.get
  • /Package/Frequency
    • Retrieve all of the PackageFrequency objects.get
    • Create a new instance of the PackageFrequency object.post
  • /Package/Frequency/AvailableFor/Package/{id}/Currency/{currencyId}
    • Retrieve the PackageFrequency objects for the specified Package and Currencyget
  • /Package/Frequency/Currency
    • Retrieve all of the PackageFrequencyPackageCurrency objects.get
  • /Package/Frequency/Currency/{id}
    • Retrieve an instance of the PackageFrequencyPackageCurrency object by its ID.get
  • /Package/Frequency/Currency/Paged
    • Retrieve all of the PackageFrequencyPackageCurrency objects in a paged fashion.get
  • /Package/Frequency/{id}
    • Retrieve an instance of the PackageFrequency object by its ID.get
    • Update an existing instance of the PackageFrequency object.put
    • Update or Add the PackageFrequency object and optionally make changes to any child objects.patch
    • Delete an instance of the PackageFrequency object.del
  • /Package/Frequency/{id}/Basic/Detail
    • Retrieve deep detail of the PackageFrequency object by its ID.get
  • /Package/Frequency/{id}/Detail
    • Retrieve deep detail of the PackageFrequency object by its ID.get
  • /Package/Frequency/{packageFrequencyId}/PriceBook/{priceBookId}/Currency/{currencyCode}/Pricing
    • Retrieve all of the PackageFrequency objects.get
  • /Package/Frequency/{packageFrequencyid}/PriceBook/{priceBookId}/Currency/{currencyCode}/UsageBucketTier
    • Retrieve all of the PackageFrequency objects.get
  • /Package/Frequency/{packageFrequencyId}/PriceBook/{priceBookId}/Currency/{currencyId}/Pricing
    • Retrieve all of the PackageFrequency objects.get
  • /Package/Frequency/{packageFrequencyid}/PriceBook/{priceBookId}/Currency/{currencyId}/UsageBucketTier
    • Retrieve all of the PackageFrequency objects.get
  • /Package/Frequency/Paged
    • Retrieve all of the PackageFrequency objects in a paged fashion.get
  • /Package/Frequency/Paged/Detail
    • Retrieve all of the PackageFrequency objects in a paged fashion with all object details.get
  • /Package/{id}
    • Retrieve an instance of the Package object by its ID.get
    • Update an existing instance of the Package object.put
    • Update or Add the Package object and optionally make changes to any child objects.patch
    • Delete an instance of the Package object.del
  • /Package/{id}/Detail
    • Retrieve deep detail of the Package object by its ID.get
  • /Package/Paged
    • Retrieve all of the Package objects in a paged fashion.get
  • /Package/Paged/Detail
    • Retrieve all of the Package objects in a paged fashion with all object details.get
  • /Package/Service
    • Retrieve all of the PackageService objects.get
  • /Package/Service/{id}
    • Retrieve an instance of the PackageService object by its ID.get
  • /Package/Service/{id}/Detail
    • Retrieve deep detail of the PackageService object by its ID.get
  • /Package/Service/Paged
    • Retrieve all of the PackageService objects in a paged fashion.get
  • /Package/Service/Paged/Detail
    • Retrieve all of the PackageService objects in a paged fashion with all object details.get
  • /Package/Service/PricePlan
    • Retrieve all of the PackageServicePricePlan objects.get
    • Create a new instance of the PackageServicePricePlan object.post
  • /Package/Service/PricePlan/AvailableFor/Account/{id}/AccountProductCode/{accountProductCodeId}
    • Retrieve the PackageServicePricePlan that is available for the specified Account and AccountProductCode.get
  • /Package/Service/PricePlan/{id}
    • Retrieve an instance of the PackageServicePricePlan object by its ID.get
    • Update an existing instance of the PackageServicePricePlan object.put
    • Update or Add the PackageServicePricePlan object and optionally make changes to any child objects.patch
    • Delete an instance of the PackageServicePricePlan object.del
  • /Package/Service/PricePlan/{id}/Detail
    • Retrieve deep detail of the PackageServicePricePlan object by its ID.get
  • /Package/Service/PricePlan/{id}/DiscountRank
    • Re-arrange the order of the Package Service Price Plan Discounts.put
  • /Package/Service/PricePlan/Paged
    • Retrieve all of the PackageServicePricePlan objects in a paged fashion.get
  • /Package/Service/PricePlan/Paged/Detail
    • Retrieve all of the PackageServicePricePlan objects in a paged fashion with all object details.get
  • /Payment
    • Retrieve all of the Payment objects.get
    • Create a new instance of the Payment object.post
  • /Payment/ActionType
    • Retrieve all of the PaymentActionType objects.get
  • /Payment/ActionType/{id}
    • Retrieve an instance of the PaymentActionType object by its ID.get
  • /Payment/ActionType/Paged
    • Retrieve all of the PaymentActionType objects in a paged fashion.get
  • /Payment/BaseType
    • Retrieve all of the PaymentBaseType objects.get
  • /Payment/BaseType/{id}
    • Retrieve an instance of the PaymentBaseType object by its ID.get
  • /Payment/BaseType/Paged
    • Retrieve all of the PaymentBaseType objects in a paged fashion.get
  • /Payment/DunningRule
    • Retrieve all of the PaymentDunningRule objects.get
    • Create a new instance of the PaymentDunningRule object.post
  • /Payment/DunningRule/{id}
    • Retrieve an instance of the PaymentDunningRule object by its ID.get
    • Update an existing instance of the PaymentDunningRule object.put
    • Update or Add the PaymentDunningRule object and optionally make changes to any child objects.patch
    • Delete an instance of the PaymentDunningRule object.del
  • /Payment/DunningRule/{id}/Detail
    • Retrieve deep detail of the PaymentDunningRule object by its ID.get
  • /Payment/DunningRule/Paged
    • Retrieve all of the PaymentDunningRule objects in a paged fashion.get
  • /Payment/DunningRule/Paged/Detail
    • Retrieve all of the PaymentDunningRule objects in a paged fashion with all object details.get
  • /PaymentGateway
    • Retrieve all of the PaymentGateway objects.get
  • /PaymentGateway/{id}
    • Retrieve an instance of the PaymentGateway object by its ID.get
  • /PaymentGateway/{id}/Detail
    • Retrieve deep detail of the PaymentGateway object by its ID.get
  • /PaymentGateway/Paged
    • Retrieve all of the PaymentGateway objects in a paged fashion.get
  • /Payment/{id}
    • Retrieve an instance of the Payment object by its ID.get
    • Update an existing instance of the Payment object.put
    • Update or Add the Payment object and optionally make changes to any child objects.patch
    • Delete an instance of the Payment object.del
  • /Payment/{id}/Detail
    • Retrieve deep detail of the Payment object by its ID.get
  • /Payment/Import/Adyen
    • Create a new instance of the Payment object.post
  • /PaymentMethod
    • Retrieve all of the PaymentMethod objects.get
  • /PaymentMethod/BankAccount
    • Create a Debit type of PaymentMethod.post
  • /PaymentMethod/CreditCard
    • Create a Credit Card type of Payment Method.post
  • /PaymentMethod/{id}
    • Retrieve an instance of the PaymentMethod object by its ID.get
    • Update an existing instance of the PaymentMethod object.put
    • Delete an instance of the PaymentMethod object.del
  • /PaymentMethod/{id}/SetAsDefault
    • Sets the 'AutoPay' to be true for the specified Payment Method.post
  • /PaymentMethod/Import
    • Used to Import PaymentMethod objects that have already been created and persisted in Spreedly.post
  • /PaymentMethod/Import/Sync
    • Used to Import PaymentMethod objects that have already been created and persisted in Spreedly.post
  • /PaymentMethod/Paged
    • Retrieve all of the PaymentMethod objects in a paged fashion.get
  • /Payment/Paged
    • Retrieve all of the Payment objects in a paged fashion.get
  • /Payment/Paged/Detail
    • Retrieve all of the Payment objects in a paged fashion with all object details.get
  • /PaymentPreAuthorize
    • Retrieve all of the PaymentPreAuthorize objects.get
    • Create a new instance of the PaymentPreAuthorize object.post
  • /PaymentPreAuthorize/Capture
    • Performs a full 'Capture' for the pre-authorization transaction and creates the Payment.post
  • /PaymentPreAuthorize/{id}
    • Retrieve an instance of the PaymentPreAuthorize object by its ID.get
  • /PaymentPreAuthorize/Paged
    • Retrieve all of the PaymentPreAuthorize objects in a paged fashion.get
  • /Payment/Reverse
    • Reverse an existing Payment. Payment details provided in body of POST request.post
  • /Payment/Reverse/Vendor
    • Reverse an existing Payment. Payment details provided in body of POST request.post
  • /PaymentStatusType
    • Retrieve all of the PaymentStatusType objects.get
  • /PaymentStatusType/{id}
    • Retrieve an instance of the PaymentStatusType object by its ID.get
  • /PaymentStatusType/Paged
    • Retrieve all of the PaymentStatusType objects in a paged fashion.get
  • /Payment/Term
    • Retrieve all of the PaymentTerm objects.get
    • Create a new instance of the PaymentTerm object.post
  • /Payment/Term/{id}
    • Retrieve an instance of the PaymentTerm object by its ID.get
    • Update an existing instance of the PaymentTerm object.put
    • Delete an instance of the PaymentTerm object.del
  • /Payment/Term/Paged
    • Retrieve all of the PaymentTerm objects in a paged fashion.get
  • /Payment/TermType
    • Retrieve all of the PaymentTermType objects.get
  • /Payment/TermType/{id}
    • Retrieve an instance of the PaymentTermType object by its ID.get
  • /Payment/TermType/Paged
    • Retrieve all of the PaymentTermType objects in a paged fashion.get
  • /Payment/TransactionType
    • Retrieve all of the PaymentTransactionType objects.get
  • /Payment/TransactionType/{id}
    • Retrieve an instance of the PaymentTransactionType object by its ID.get
  • /Payment/TransactionType/Paged
    • Retrieve all of the PaymentTransactionType objects in a paged fashion.get
  • /PaymentType
    • Retrieve all of the PaymentType objects.get
  • /PaymentType/{id}
    • Retrieve an instance of the PaymentType object by its ID.get
    • Update an existing instance of the PaymentType object.put
    • Delete an instance of the PaymentType object.del
  • /PaymentType/Paged
    • Retrieve all of the PaymentType objects in a paged fashion.get
  • /PaymentType/Record
    • Create a PaymentType that is not associated with a Payment Gateway.post
  • /PaymentType/Record/{id}
    • Update the PaymentType record based on the record idput
  • /Payment/Vendor
    • Create a Payment to be processed by a specified Payment gateway vendor. Payment details provided in body of POST request.post
  • /PriceBook
    • Retrieve all of the PriceBook objects.get
    • Create a new instance of the PriceBook object.post
  • /PriceBook/{id}
    • Retrieve an instance of the PriceBook object by its ID.get
    • Update an existing instance of the PriceBook object.put
    • Update or Add the PriceBook object and optionally make changes to any child objects.patch
    • Delete an instance of the PriceBook object.del
  • /PriceBook/{id}/Detail
    • Retrieve deep detail of the PriceBook object by its ID.get
  • /PriceBook/Paged
    • Retrieve all of the PriceBook objects in a paged fashion.get
  • /PriceBook/Paged/Detail
    • Retrieve all of the PriceBook objects in a paged fashion with all object details.get
  • /PriceBook/Region
    • Retrieve all of the PriceBookRegion objects.get
    • Create a new instance of the PriceBookRegion object.post
  • /PriceBook/Region/{id}
    • Retrieve an instance of the PriceBookRegion object by its ID.get
    • Update an existing instance of the PriceBookRegion object.put
    • Update or Add the PriceBookRegion object and optionally make changes to any child objects.patch
    • Delete an instance of the PriceBookRegion object.del
  • /PriceBook/Region/{id}/Detail
    • Retrieve deep detail of the PriceBookRegion object by its ID.get
  • /PriceBook/Region/Paged
    • Retrieve all of the PriceBookRegion objects in a paged fashion.get
  • /PriceBook/Region/Paged/Detail
    • Retrieve all of the PriceBookRegion objects in a paged fashion with all object details.get
  • /PriceChange
    • Retrieve all of the PriceChange objects.get
    • Create a new instance of the PriceChange object.post
  • /PriceChangeCriteriaPriceType
    • Retrieve all of the PriceChangeCriteriaPriceType objects.get
  • /PriceChangeCriteriaPriceType/{id}
    • Retrieve an instance of the PriceChangeCriteriaPriceType object by its ID.get
  • /PriceChangeCriteriaPriceType/Paged
    • Retrieve all of the PriceChangeCriteriaPriceType objects in a paged fashion.get
  • /PriceChange/{id}
    • Retrieve an instance of the PriceChange object by its ID.get
    • Update an existing instance of the PriceChange object.put
    • Update or Add the PriceChange object and optionally make changes to any child objects.patch
    • Delete an instance of the PriceChange object.del
  • /PriceChange/{id}/Approve
    • Create a new instance of a Approve object that belongs to the PriceChange.post
  • /PriceChange/{id}/Detail
    • Retrieve deep detail of the PriceChange object by its ID.get
  • /PriceChange/{id}/Pricing/Paged/Detail
    • Retrieve all of the Pricing objects for a specified PriceChange in a paged fashion.get
  • /PriceChange/{id}/Process
    • Create a new instance of a Process object that belongs to the PriceChange.post
  • /PriceChange/{id}/Rollback
    • Create a new instance of a Rollback object that belongs to the PriceChange.post
  • /PriceChange/Paged
    • Retrieve all of the PriceChange objects in a paged fashion.get
  • /PriceChange/Paged/Detail
    • Retrieve all of the PriceChange objects in a paged fashion with all object details.get
  • /PriceChangeStatusType
    • Retrieve all of the PriceChangeStatusType objects.get
  • /PriceChangeStatusType/{id}
    • Retrieve an instance of the PriceChangeStatusType object by its ID.get
  • /PriceChangeStatusType/Paged
    • Retrieve all of the PriceChangeStatusType objects in a paged fashion.get
  • /PriceChangeTracking
    • Retrieve all of the PriceChangeTracking objects.get
  • /PriceChangeTracking/{id}
    • Retrieve an instance of the PriceChangeTracking object by its ID.get
  • /PriceChangeTracking/Paged
    • Retrieve all of the PriceChangeTracking objects in a paged fashion.get
  • /PriceChangeType
    • Retrieve all of the PriceChangeType objects.get
  • /PriceChangeType/{id}
    • Retrieve an instance of the PriceChangeType object by its ID.get
  • /PriceChangeType/Paged
    • Retrieve all of the PriceChangeType objects in a paged fashion.get
  • /PricePlan/TierType
    • Retrieve all of the PricePlanTierType objects.get
  • /PricePlan/TierType/{id}
    • Retrieve an instance of the PricePlanTierType object by its ID.get
  • /PricePlan/TierType/Paged
    • Retrieve all of the PricePlanTierType objects in a paged fashion.get
  • /PricePlan/Type
    • Retrieve all of the PricePlanType objects.get
  • /PricePlan/Type/{id}
    • Retrieve an instance of the PricePlanType object by its ID.get
  • /PricePlan/Type/Paged
    • Retrieve all of the PricePlanType objects in a paged fashion.get
  • /RatePlan
    • Retrieve all of the RatePlan objects.get
    • Create a new instance of the RatePlan object.post
  • /RatePlan/{id}
    • Retrieve an instance of the RatePlan object by its ID.get
    • Update an existing instance of the RatePlan object.put
    • Update or Add the RatePlan object and optionally make changes to any child objects.patch
    • Delete an instance of the RatePlan object.del
  • /RatePlan/{id}/Detail
    • Retrieve deep detail of the RatePlan object by its ID.get
  • /RatePlan/Paged
    • Retrieve all of the RatePlan objects in a paged fashion.get
  • /RatePlan/Paged/Detail
    • Retrieve all of the RatePlan objects in a paged fashion with all object details.get
  • /ReportDefinition
    • Retrieve all of the ReportDefinition objects.get
  • /ReportDefinition/{id}
    • Retrieve an instance of the ReportDefinition object by its ID.get
  • /ReportDefinition/{id}/Download
    • Retrieve all of the Download objects for the specified ReportDefinition.get
  • /ReportDefinition/{id}/DownloadLastGenerated
    • Return the last generated report PDF for a specified ReportDefinition regardless of how the report was generated.get
  • /ReportDefinition/{id}/Generated
    • Return a list of PDFs that have been generated by a system schedule for the specified ReportDefinition.get
  • /ReportDefinition/{id}/LastGenerated
    • Return the last generated report PDF for a specified ReportDefinition regardless of how the report was generated.get
  • /ReportDefinition/{id}/Render
    • Kicks off a report generation rendering request for the specified ReportDefinition.post
  • /ReportDefinition/Paged
    • Retrieve all of the ReportDefinition objects in a paged fashion.get
  • /Rerate/Now
    • Schedule a re-rate for a specified account.post
  • /Rerate/Now/Batch
    • Schedule a re-rate for a specified account.post
  • /Rerate/Pending
    • Retrieve all of the ViewReratePending objects.get
  • /Rerate/Pending/Paged
    • Retrieve all of the ViewReratePending objects in a paged fashion.get
  • /RerateSchedule
    • Retrieve all of the RerateSchedule objects.get
  • /RerateSchedule/{id}
    • Retrieve an instance of the RerateSchedule object by its ID.get
  • /RerateSchedule/Paged
    • Retrieve all of the RerateSchedule objects in a paged fashion.get
  • /RerateScheduleTracking/ByRerateSchedule/{id}
    • Retrieve an instance of the RerateScheduleTracking object by its ID.get
  • /RerateScheduleTracking/ByRerateSchedule/{id}/Paged
    • Retrieve all of the / objects for a specified RerateScheduleTracking in a paged fashion.get
  • /RoundingMethodType
    • Retrieve all of the RoundingMethodType objects.get
  • /RoundingMethodType/{id}
    • Retrieve an instance of the RoundingMethodType object by its ID.get
  • /RoundingMethodType/Paged
    • Retrieve all of the RoundingMethodType objects in a paged fashion.get
  • /Schedule/BillRun
    • Create a new instance of the Schedule object.post
  • /Schedule/DataExport
    • Retrieve all of the Schedule objects.get
    • Create a new instance of the Schedule object.post
  • /Schedule/DataExport/{id}
    • Update an existing instance of the Schedule object.put
  • /Schedule/Rerate
    • Retrieve all of the Schedule objects.get
    • Create a new instance of the Schedule object.post
  • /Schedule/Rerate/{id}
    • Update an existing instance of the Schedule object.put
  • /Service
    • Retrieve all of the Service objects.get
    • Create a new instance of the Service object.post
  • /Service/AvailableFor/SharePlans
    • Returns the list of Service objects available for configuration on a Share Plan.get
  • /Service/BaseType
    • Retrieve all of the ServiceBaseType objects.get
  • /Service/BaseType/{id}
    • Retrieve an instance of the ServiceBaseType object by its ID.get
  • /Service/BaseType/Paged
    • Retrieve all of the ServiceBaseType objects in a paged fashion.get
  • /Service/Category
    • Retrieve all of the ServiceCategory objects.get
  • /Service/Category/{id}
    • Retrieve an instance of the ServiceCategory object by its ID.get
  • /Service/Category/Paged
    • Retrieve all of the ServiceCategory objects in a paged fashion.get
  • /Service/{id}
    • Retrieve an instance of the Service object by its ID.get
    • Update an existing instance of the Service object.put
    • Update or Add the Service object and optionally make changes to any child objects.patch
    • Delete an instance of the Service object.del
  • /Service/{id}/Detail
    • Retrieve deep detail of the Service object by its ID.get
  • /Service/Paged
    • Retrieve all of the Service objects in a paged fashion.get
  • /Service/Paged/Detail
    • Retrieve all of the Service objects in a paged fashion with all object details.get
  • /Service/StatusType
    • Retrieve all of the ServiceStatusType objects.get
    • Create a new instance of the ServiceStatusType object.post
  • /Service/StatusType/{id}
    • Retrieve an instance of the ServiceStatusType object by its ID.get
    • Update an existing instance of the ServiceStatusType object.put
    • Delete an instance of the ServiceStatusType object.del
  • /Service/StatusType/Paged
    • Retrieve all of the ServiceStatusType objects in a paged fashion.get
  • /Service/TaxCategory
    • Retrieve all of the ServiceTaxCategory objects.get
    • Create a new instance of the ServiceTaxCategory object.post
  • /Service/TaxCategory/AvaTax
    • Retrieve all of the ServiceTaxCategory objects.get
  • /Service/TaxCategory/{id}
    • Retrieve an instance of the ServiceTaxCategory object by its ID.get
    • Update an existing instance of the ServiceTaxCategory object.put
    • Delete an instance of the ServiceTaxCategory object.del
  • /Service/TaxCategory/Paged
    • Retrieve all of the ServiceTaxCategory objects in a paged fashion.get
  • /Service/Transition
    • Retrieve all of the ServiceTransition objects.get
    • Create a new instance of the ServiceTransition object.post
  • /Service/Transition/{id}
    • Retrieve an instance of the ServiceTransition object by its ID.get
    • Update an existing instance of the ServiceTransition object.put
    • Delete an instance of the ServiceTransition object.del
  • /Service/Transition/Paged
    • Retrieve all of the ServiceTransition objects in a paged fashion.get
  • /ServiceType
    • Retrieve all of the ServiceType objects.get
    • Create a new instance of the ServiceType object.post
  • /ServiceType/{id}
    • Retrieve an instance of the ServiceType object by its ID.get
    • Update an existing instance of the ServiceType object.put
    • Delete an instance of the ServiceType object.del
  • /ServiceType/Paged
    • Retrieve all of the ServiceType objects in a paged fashion.get
  • /SharePlanType
    • Retrieve all of the SharePlanType objects.get
  • /SharePlanType/{id}
    • Retrieve an instance of the SharePlanType object by its ID.get
  • /SharePlanType/Paged
    • Retrieve all of the SharePlanType objects in a paged fashion.get
  • /State
    • Retrieve all of the State objects.get
  • /State/{id}
    • Retrieve an instance of the State object by its ID.get
  • /State/Paged
    • Retrieve all of the State objects in a paged fashion.get
  • /StatusTierType
    • Retrieve all of the StatusTierType objects.get
  • /StatusTierType/{id}
    • Retrieve an instance of the StatusTierType object by its ID.get
  • /StatusTierType/Paged
    • Retrieve all of the StatusTierType objects in a paged fashion.get
  • /StatusType
    • Retrieve all of the StatusType objects.get
  • /StatusType/{id}
    • Retrieve an instance of the StatusType object by its ID.get
  • /StatusType/Paged
    • Retrieve all of the StatusType objects in a paged fashion.get
  • /Tax/Category
    • Retrieve all of the TaxCategory objects.get
  • /Tax/Category/{id}
    • Retrieve an instance of the TaxCategory object by its ID.get
  • /Tax/Category/Paged
    • Retrieve all of the TaxCategory objects in a paged fashion.get
  • /Tax/Code
    • Retrieve all of the TaxCode objects.get
    • Create a new instance of the TaxCode object.post
  • /Tax/Code/{id}
    • Retrieve an instance of the TaxCode object by its ID.get
    • Update an existing instance of the TaxCode object.put
    • Update or Add the TaxCode object and optionally make changes to any child objects.patch
    • Delete an instance of the TaxCode object.del
  • /Tax/Code/{id}/Detail
    • Retrieve deep detail of the TaxCode object by its ID.get
  • /Tax/Code/Paged
    • Retrieve all of the TaxCode objects in a paged fashion.get
  • /Tax/Code/Paged/Detail
    • Retrieve all of the TaxCode objects in a paged fashion with all object details.get
  • /Tax/ExemptLevel
    • Retrieve all of the TaxExemptLevel objects.get
  • /Tax/ExemptLevel/{id}
    • Retrieve an instance of the TaxExemptLevel object by its ID.get
  • /Tax/ExemptLevel/Paged
    • Retrieve all of the TaxExemptLevel objects in a paged fashion.get
  • /Tax/ExemptType
    • Retrieve all of the TaxExemptType objects.get
  • /Tax/ExemptType/{id}
    • Retrieve an instance of the TaxExemptType object by its ID.get
  • /Tax/ExemptType/Paged
    • Retrieve all of the TaxExemptType objects in a paged fashion.get
  • /Tax/Rate
    • Retrieve all of the TaxRate objects.get
    • Create a new instance of the TaxRate object.post
  • /Tax/Rate/CalculationType
    • Retrieve all of the TaxRateCalculationType objects.get
  • /Tax/Rate/CalculationType/{id}
    • Retrieve an instance of the TaxRateCalculationType object by its ID.get
  • /Tax/Rate/CalculationType/Paged
    • Retrieve all of the TaxRateCalculationType objects in a paged fashion.get
  • /Tax/Rate/{id}
    • Retrieve an instance of the TaxRate object by its ID.get
    • Update an existing instance of the TaxRate object.put
    • Delete an instance of the TaxRate object.del
  • /Tax/Rate/Paged
    • Retrieve all of the TaxRate objects in a paged fashion.get
  • /Tax/Type
    • Retrieve all of the TaxType objects.get
  • /Tax/Type/{id}
    • Retrieve an instance of the TaxType object by its ID.get
  • /Tax/Type/Paged
    • Retrieve all of the TaxType objects in a paged fashion.get
  • /Tax/Vendor
    • Retrieve all of the TaxVendor objects.get
    • Create a new instance of the TaxVendor object.post
  • /Tax/Vendor/Business/Class
    • Retrieve all of the TaxVendorBusinessClass objects.get
  • /Tax/Vendor/Business/Class/{id}
    • Retrieve an instance of the TaxVendorBusinessClass object by its ID.get
  • /Tax/Vendor/Business/Class/Paged
    • Retrieve all of the TaxVendorBusinessClass objects in a paged fashion.get
  • /Tax/Vendor/{id}
    • Retrieve an instance of the TaxVendor object by its ID.get
    • Update an existing instance of the TaxVendor object.put
    • Delete an instance of the TaxVendor object.del
  • /Tax/Vendor/Paged
    • Retrieve all of the TaxVendor objects in a paged fashion.get
  • /Tax/Vendor/Service/Class
    • Retrieve all of the TaxVendorServiceClass objects.get
  • /Tax/Vendor/Service/Class/{id}
    • Retrieve an instance of the TaxVendorServiceClass object by its ID.get
  • /Tax/Vendor/Service/Class/Paged
    • Retrieve all of the TaxVendorServiceClass objects in a paged fashion.get
  • /Tax/Vendor/Type
    • Retrieve all of the TaxVendorType objects.get
  • /Tax/Vendor/Type/{id}
    • Retrieve an instance of the TaxVendorType object by its ID.get
  • /Tax/Vendor/Type/Paged
    • Retrieve all of the TaxVendorType objects in a paged fashion.get
  • /Template
    • Retrieve all of the Template objects.get
  • /Template/CreditNote
    • Create a new instance of the Template object.post
  • /Template/CreditNote/{id}
    • Update an existing instance of the Template object.put
  • /Template/{id}
    • Retrieve an instance of the Template object by its ID.get
    • Delete an instance of the Template object.del
  • /Template/{id}/Detail
    • Retrieve deep detail of the Template object by its ID.get
  • /Template/Invoice
    • Create a new instance of the Template object.post
  • /Template/Invoice/{id}
    • Update an existing instance of the Template object.put
    • Update or Add the Template object and optionally make changes to any child objects.patch
  • /Template/Paged
    • Retrieve all of the Template objects in a paged fashion.get
  • /Term
    • Retrieve all of the Term objects.get
    • Create a new instance of the Term object.post
  • /Term/{id}
    • Retrieve an instance of the Term object by its ID.get
    • Update an existing instance of the Term object.put
    • Update or Add the Term object and optionally make changes to any child objects.patch
    • Delete an instance of the Term object.del
  • /Term/{id}/Detail
    • Retrieve deep detail of the Term object by its ID.get
  • /Term/Paged
    • Retrieve all of the Term objects in a paged fashion.get
  • /Term/Paged/Detail
    • Retrieve all of the Term objects in a paged fashion with all object details.get
  • /TermType
    • Retrieve all of the TermType objects.get
  • /TermType/{id}
    • Retrieve an instance of the TermType object by its ID.get
  • /TermType/Paged
    • Retrieve all of the TermType objects in a paged fashion.get
  • /TierCalculationType
    • Retrieve all of the TierCalculationType objects.get
  • /TierCalculationType/{id}
    • Retrieve an instance of the TierCalculationType object by its ID.get
  • /TierCalculationType/Paged
    • Retrieve all of the TierCalculationType objects in a paged fashion.get
  • /TierChargeType
    • Retrieve all of the TierChargeType objects.get
  • /TierChargeType/{id}
    • Retrieve an instance of the TierChargeType object by its ID.get
  • /TierChargeType/Paged
    • Retrieve all of the TierChargeType objects in a paged fashion.get
  • /Udr/Feed
    • Retrieve all of the UDRFeed objects.get
  • /Udr/Feed/{id}
    • Retrieve an instance of the UDRFeed object by its ID.get
  • /Udr/Feed/Paged
    • Retrieve all of the UDRFeed objects in a paged fashion.get
  • /Udr/Mediated/{id}
    • Retrieve an instance of the UDRMediated object by its ID.get
  • /Udr/UsageBucket
    • Retrieve all of the UDRUsageBucket objects.get
  • /Udr/UsageBucket/{id}
    • Retrieve an instance of the UDRUsageBucket object by its ID.get
  • /Udr/UsageBucket/Paged
    • Retrieve all of the UDRUsageBucket objects in a paged fashion.get
  • /Usage/BaseUnit
    • Retrieve all of the UsageBaseUnit objects.get
  • /Usage/BaseUnit/{id}
    • Retrieve an instance of the UsageBaseUnit object by its ID.get
  • /Usage/BaseUnit/Paged
    • Retrieve all of the UsageBaseUnit objects in a paged fashion.get
  • /Usage/Bucket
    • Retrieve all of the UsageBucket objects.get
    • Create a new instance of the UsageBucket object.post
  • /Usage/Bucket/Base
    • Retrieve all of the UsageBucketBase objects.get
    • Create a new instance of the UsageBucketBase object.post
  • /Usage/Bucket/BaseDetail
    • Retrieve all of the UsageBucketBaseDetail objects.get
    • Create a new instance of the UsageBucketBaseDetail object.post
  • /Usage/Bucket/BaseDetail/{id}
    • Retrieve an instance of the UsageBucketBaseDetail object by its ID.get
    • Update an existing instance of the UsageBucketBaseDetail object.put
    • Delete an instance of the UsageBucketBaseDetail object.del
  • /Usage/Bucket/BaseDetail/Paged
    • Retrieve all of the UsageBucketBaseDetail objects in a paged fashion.get
  • /Usage/Bucket/Base/{id}
    • Retrieve an instance of the UsageBucketBase object by its ID.get
    • Update an existing instance of the UsageBucketBase object.put
    • Update or Add the UsageBucketBase object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageBucketBase object.del
  • /Usage/Bucket/Base/{id}/Detail
    • Retrieve deep detail of the UsageBucketBase object by its ID.get
  • /Usage/Bucket/Base/Paged
    • Retrieve all of the UsageBucketBase objects in a paged fashion.get
  • /Usage/Bucket/Base/Paged/Detail
    • Retrieve all of the UsageBucketBase objects in a paged fashion with all object details.get
  • /Usage/Bucket/BaseUnit
    • Retrieve all of the UsageBucketBaseUnit objects.get
  • /Usage/Bucket/BaseUnit/{id}
    • Retrieve an instance of the UsageBucketBaseUnit object by its ID.get
  • /Usage/Bucket/BaseUnit/Paged
    • Retrieve all of the UsageBucketBaseUnit objects in a paged fashion.get
  • /Usage/Bucket/{id}
    • Retrieve an instance of the UsageBucket object by its ID.get
    • Update an existing instance of the UsageBucket object.put
    • Update or Add the UsageBucket object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageBucket object.del
  • /Usage/Bucket/{id}/Detail
    • Retrieve deep detail of the UsageBucket object by its ID.get
  • /Usage/Bucket/Paged
    • Retrieve all of the UsageBucket objects in a paged fashion.get
  • /Usage/Bucket/Paged/Detail
    • Retrieve all of the UsageBucket objects in a paged fashion with all object details.get
  • /Usage/Bucket/RefillType
    • Retrieve all of the UsageBucketRefillType objects.get
  • /Usage/Bucket/RefillType/{id}
    • Retrieve an instance of the UsageBucketRefillType object by its ID.get
    • Delete an instance of the UsageBucketRefillType object.del
  • /Usage/Bucket/RefillType/Paged
    • Retrieve all of the UsageBucketRefillType objects in a paged fashion.get
  • /Usage/Bucket/ShareLevel
    • Retrieve all of the UsageBucketShareLevel objects.get
  • /Usage/Bucket/ShareLevel/{id}
    • Retrieve an instance of the UsageBucketShareLevel object by its ID.get
  • /Usage/Bucket/ShareLevel/Paged
    • Retrieve all of the UsageBucketShareLevel objects in a paged fashion.get
  • /Usage/Bucket/SharePlan
    • Retrieve all of the UsageBucketSharePlan objects.get
    • Create a new instance of the UsageBucketSharePlan object.post
  • /Usage/Bucket/SharePlan/ActivationType
    • Return the UsageBucketSharePlan Activationa Types.get
  • /Usage/Bucket/SharePlan/ActivationType/{id}
    • Return the UsageBucketSharePlan Activationa Types.get
  • /Usage/Bucket/SharePlan/ActivationType/Paged
    • Return the UsageBucketSharePlan Activationa Types.get
  • /Usage/Bucket/SharePlan/ForService/{id}
    • Return the UsageBucketSharePlan objects that are related to the specified Service.get
  • /Usage/Bucket/SharePlan/ForService/{id}/Detail
    • Return the UsageBucketSharePlan object details that are related to the specified Service.get
  • /Usage/Bucket/SharePlan/{id}
    • Retrieve an instance of the UsageBucketSharePlan object by its ID.get
    • Update an existing instance of the UsageBucketSharePlan object.put
    • Update or Add the UsageBucketSharePlan object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageBucketSharePlan object.del
  • /Usage/Bucket/SharePlan/{id}/Detail
    • Retrieve deep detail of the UsageBucketSharePlan object by its ID.get
  • /Usage/Bucket/SharePlan/Paged
    • Retrieve all of the UsageBucketSharePlan objects in a paged fashion.get
  • /Usage/Bucket/SharePlan/Paged/Detail
    • Retrieve all of the UsageBucketSharePlan objects in a paged fashion with all object details.get
  • /Usage/Bucket/Tier
    • Retrieve all of the UsageBucketTier objects.get
    • Create a new instance of the UsageBucketTier object.post
  • /Usage/Bucket/Tier/{id}
    • Retrieve an instance of the UsageBucketTier object by its ID.get
    • Update an existing instance of the UsageBucketTier object.put
    • Delete an instance of the UsageBucketTier object.del
  • /Usage/Bucket/Tier/Paged
    • Retrieve all of the UsageBucketTier objects in a paged fashion.get
  • /Usage/Class
    • Retrieve all of the UsageClass objects.get
    • Create a new instance of the UsageClass object.post
  • /Usage/Class/AvailableFor/RateGroup/{id}/BaseUnit/{usageBaseUnitId}
    • For a given RateGroup and BaseUnit return the UsageClass objects that are available.get
  • /Usage/Class/Dynamic
    • Retrieve all of the UsageClassDynamic objects.get
    • Create a new instance of the UsageClassDynamic object.post
  • /Usage/Class/Dynamic/{id}
    • Retrieve an instance of the UsageClassDynamic object by its ID.get
    • Update an existing instance of the UsageClassDynamic object.put
    • Update or Add the UsageClassDynamic object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageClassDynamic object.del
  • /Usage/Class/Dynamic/{id}/Detail
    • Retrieve deep detail of the UsageClassDynamic object by its ID.get
  • /Usage/Class/Dynamic/Paged
    • Retrieve all of the UsageClassDynamic objects in a paged fashion.get
  • /Usage/Class/Dynamic/Paged/Detail
    • Retrieve all of the UsageClassDynamic objects in a paged fashion with all object details.get
  • /Usage/Class/Dynamic/Rule
    • Retrieve all of the UsageClassDynamicRule objects.get
  • /Usage/Class/Dynamic/Rule/{id}
    • Retrieve an instance of the UsageClassDynamicRule object by its ID.get
  • /Usage/Class/Dynamic/Rule/Paged
    • Retrieve all of the UsageClassDynamicRule objects in a paged fashion.get
  • /Usage/Class/{id}
    • Retrieve an instance of the UsageClass object by its ID.get
    • Update an existing instance of the UsageClass object.put
    • Update or Add the UsageClass object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageClass object.del
  • /Usage/Class/{id}/Detail
    • Retrieve deep detail of the UsageClass object by its ID.get
  • /Usage/Class/Paged
    • Retrieve all of the UsageClass objects in a paged fashion.get
  • /Usage/Class/Paged/Detail
    • Retrieve all of the UsageClass objects in a paged fashion with all object details.get
  • /Usage/Class/ResolverType
    • Retrieve all of the UsageClassResolverType objects.get
  • /Usage/Class/ResolverType/{id}
    • Retrieve an instance of the UsageClassResolverType object by its ID.get
  • /Usage/Class/ResolverType/Paged
    • Retrieve all of the UsageClassResolverType objects in a paged fashion.get
  • /Usage/ClassType
    • Retrieve all of the UsageClassType objects.get
    • Create a new instance of the UsageClassType object.post
  • /Usage/ClassType/{id}
    • Retrieve an instance of the UsageClassType object by its ID.get
    • Update an existing instance of the UsageClassType object.put
    • Delete an instance of the UsageClassType object.del
  • /Usage/ClassType/Paged
    • Retrieve all of the UsageClassType objects in a paged fashion.get
  • /UsageIdentifier/ByIdentifier
    • Retrieve all of the UsageIdentifier objects.get
  • /Usage/Rate
    • Retrieve all of the UsageRate objects.get
    • Create a new instance of the UsageRate object.post
  • /Usage/Rate/CalculationType
    • Retrieve all of the UsageRateCalculationType objects.get
  • /Usage/Rate/CalculationType/{id}
    • Retrieve an instance of the UsageRateCalculationType object by its ID.get
  • /Usage/Rate/CalculationType/Paged
    • Retrieve all of the UsageRateCalculationType objects in a paged fashion.get
  • /UsageRatedExceptionSchedule/Reprocess
    • Create a new instance of the UsageRatedExceptionSchedule object.post
  • /UsageRatedExceptionType
    • Retrieve all of the UsageRatedExceptionType objects.get
  • /UsageRatedExceptionType/{id}
    • Retrieve an instance of the UsageRatedExceptionType object by its ID.get
  • /UsageRatedExceptionType/Paged
    • Retrieve all of the UsageRatedExceptionType objects in a paged fashion.get
  • /Usage/Rate/Group
    • Retrieve all of the UsageRateGroup objects.get
    • Create a new instance of the UsageRateGroup object.post
  • /Usage/Rate/Group/ConditionFieldType
    • Retrieve all of the ConditionFieldType objects.get
  • /Usage/Rate/Group/ConditionFieldType/{id}
    • Retrieve an instance of the ConditionFieldType object by its ID.get
  • /Usage/Rate/Group/ConditionFieldType/Paged
    • Retrieve all of the ConditionFieldType objects in a paged fashion.get
  • /Usage/Rate/Group/{id}
    • Retrieve an instance of the UsageRateGroup object by its ID.get
    • Update an existing instance of the UsageRateGroup object.put
    • Update or Add the UsageRateGroup object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageRateGroup object.del
  • /Usage/Rate/Group/{id}/Detail
    • Retrieve deep detail of the UsageRateGroup object by its ID.get
  • /Usage/Rate/Group/Paged
    • Retrieve all of the UsageRateGroup objects in a paged fashion.get
  • /Usage/Rate/Group/Paged/Detail
    • Retrieve all of the UsageRateGroup objects in a paged fashion with all object details.get
  • /Usage/Rate/{id}
    • Retrieve an instance of the UsageRate object by its ID.get
    • Update an existing instance of the UsageRate object.put
    • Update or Add the UsageRate object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageRate object.del
  • /Usage/Rate/{id}/Detail
    • Retrieve deep detail of the UsageRate object by its ID.get
  • /Usage/Rate/Paged
    • Retrieve all of the UsageRate objects in a paged fashion.get
  • /Usage/Rate/Paged/Detail
    • Retrieve all of the UsageRate objects in a paged fashion with all object details.get
  • /Usage/Rate/Plan
    • Retrieve all of the UsageRatePlan objects.get
    • Create a new instance of the UsageRatePlan object.post
  • /Usage/Rate/Plan/{id}
    • Retrieve an instance of the UsageRatePlan object by its ID.get
    • Update an existing instance of the UsageRatePlan object.put
    • Update or Add the UsageRatePlan object and optionally make changes to any child objects.patch
    • Delete an instance of the UsageRatePlan object.del
  • /Usage/Rate/Plan/{id}/Detail
    • Retrieve deep detail of the UsageRatePlan object by its ID.get
  • /Usage/Rate/Plan/Paged
    • Retrieve all of the UsageRatePlan objects in a paged fashion.get
  • /Usage/Rate/Plan/Paged/Detail
    • Retrieve all of the UsageRatePlan objects in a paged fashion with all object details.get
  • /Usage/RaterType
    • Retrieve all of the UsageRaterType objects.get
  • /Usage/RaterType/{id}
    • Retrieve an instance of the UsageRaterType object by its ID.get
  • /Usage/RaterType/Paged
    • Retrieve all of the UsageRaterType objects in a paged fashion.get
  • /Usage/Rounding
    • Retrieve all of the UsageRounding objects.get
    • Create a new instance of the UsageRounding object.post
  • /Usage/Rounding/{id}
    • Retrieve an instance of the UsageRounding object by its ID.get
    • Update an existing instance of the UsageRounding object.put
    • Delete an instance of the UsageRounding object.del
  • /Usage/Rounding/Paged
    • Retrieve all of the UsageRounding objects in a paged fashion.get
  • /Usage/Unit
    • Retrieve all of the UsageUnit objects.get
  • /Usage/Unit/{id}
    • Retrieve an instance of the UsageUnit object by its ID.get
  • /Usage/Unit/Paged
    • Retrieve all of the UsageUnit objects in a paged fashion.get
  • /User/StatusType
    • Retrieve all of the UserStatusType objects.get
    • Create a new instance of the UserStatusType object.post
  • /User/StatusType/{id}
    • Retrieve an instance of the UserStatusType object by its ID.get
    • Update an existing instance of the UserStatusType object.put
    • Delete an instance of the UserStatusType object.del
  • /User/StatusType/Paged
    • Retrieve all of the UserStatusType objects in a paged fashion.get
  • /User/{userId}/LoginHistory
    • Retrieve all of the AdministrationUser objects.get
  • /User/{userName}/LoginHistory
    • Retrieve all of the AdministrationUser objects.get
  • /Webhook/Callback/Adyen
    • Create a new instance of the WebhookCallback object.post
  • /WebhookFormatType
    • Retrieve all of the WebhookFormatType objects.get
  • /WebhookFormatType/{id}
    • Retrieve an instance of the WebhookFormatType object by its ID.get
  • /WebhookFormatType/Paged
    • Retrieve all of the WebhookFormatType objects in a paged fashion.get
  1. LogiSense Billing API

/EmailHostType/Paged

Updated 4 months ago


Retrieve all of the DiscountType objects in a paged fashion.
/EmailSetting/GoogleJWT
Did this page help you?

Updated 4 months ago


Retrieve all of the DiscountType objects in a paged fashion.
/EmailSetting/GoogleJWT
Did this page help you?