Installments API

Endpoint Index

ActionEndpoint
Fetch Installments for a QuoteGET /billing/{tenantLocator}/installments/quotes/{quoteLocator}/list
Fetch Installments for a PolicyGET /billing/{tenantLocator}/installments/policies/{policyLocator}/list
Fetch Installments for a Policy TransactionGET /billing/{tenantLocator}/installments/transactions/{transactionLocator}/list
Fetch Installments for a Quote
fetchInstallmentsForQuote
GET /billing/{tenantLocator}/installments/quotes/{quoteLocator}/list
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    quoteLocatorpathstringrequired
    offsetqueryint?optional
    countqueryint?optional
    extendedqueryboolean?optional
    Security Group:installments   Permissions:read,list
Fetch Installments for a Policy
fetchInstallmentsForPolicy
GET /billing/{tenantLocator}/installments/policies/{policyLocator}/list
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    policyLocatorpathstringrequired
    offsetqueryint?optional
    countqueryint?optional
    extendedqueryboolean?optional
    Security Group:installments   Permissions:read,list
Fetch Installments for a Policy Transaction
fetchInstallmentsForPolicyTransaction
GET /billing/{tenantLocator}/installments/transactions/{transactionLocator}/list
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    transactionLocatorpathstringrequired
    offsetqueryint?optional
    countqueryint?optional
    extendedqueryboolean?optional
    Security Group:installments   Permissions:read,list
InstallmentListResponse
required
listCompleted boolean
InstallmentInternal
required
locator string
accountLocator string
installmentLatticeLocator string
dueTime datetime
generateTime datetime
currency string
timezone string
autopayTime datetime
coverageDuration number
coverageEndTime datetime
coverageStartTime datetime
installmentDuration number
installmentEndTime datetime
installmentFrameIndex int
installmentStartTime datetime
updatedAt datetime
updatedBy uuid
createdAt datetime
createdBy uuid
installmentItems InstallmentItem[]

optional
policyLocator string?
termLocator string?
transactionLocator string?
invoiceLocator string?
quoteLocator string?
reversalOfInstallmentLocator string?
reversedByInstallmentLocator string? (deprecated)
InstallmentItem
required
locator string
chargeLocator string
elementLocator string
elementStaticLocator string
installmentLocator string
amount number
chargeCategory string
chargeType string
createdAt datetime
createdBy uuid

optional
invoiceItemLocator string?
reversalOfInstallmentItemLocator string?