Installment Lattices API
Endpoint Index
| Action | Endpoint |
|---|---|
| Fetch an Installment Lattice for a Quote | GET /billing/{tenantLocator}/installmentLattices/quotes/{quoteLocator} |
| Fetch Installment Lattices for a Policy | GET /billing/{tenantLocator}/installmentLattices/policies/{policyLocator}/list |
| Fetch Settings for an Installment Lattice | GET /billing/{tenantLocator}/settings/{locator} |
GET /billing/{tenantLocator}/installmentLattices/quotes/{quoteLocator}Request Parameters:
| Name | Position | Type | Required |
|---|---|---|---|
| tenantLocator | path | uuid | required |
| quoteLocator | path | string | required |
Response:InstallmentLatticeResponse
Security Group:installment-lattices  Permission:read
GET /billing/{tenantLocator}/installmentLattices/policies/{policyLocator}/listRequest Parameters:
| Name | Position | Type | Required |
|---|---|---|---|
| tenantLocator | path | uuid | required |
| policyLocator | path | string | required |
| offset | query | int? | optional |
| count | query | int? | optional |
| extended | query | boolean? | optional |
Response:InstallmentLatticeListResponse
Security Group:installment-lattices  Permissions:read,list
InstallmentLatticeListResponse
¶requiredlistCompleted booleanitems InstallmentLatticeResponse[]
InstallmentLatticeResponse
¶requiredlocator stringaccountLocator stringeffectiveTime datetimecurrency stringtimezone stringreversalLattice booleantermEndTime datetimetermStartTime datetimecreatedAt datetimecreatedBy uuidframes InstallmentLatticeFrame[]optionalpolicyLocator string?termLocator string?basedOnLocator string?quoteLocator string?settingsLocator string?
InstallmentLatticeFrame
¶requireddueTime datetimegenerateTime datetimeautopayTime datetimecoverageDuration numbercoverageEndTime datetimecoverageStartTime datetimeinstallmentDuration numberinstallmentEndTime datetimeinstallmentStartTime datetimenormalizedWeight number
GET /billing/{tenantLocator}/settings/{locator}Request Parameters:
| Name | Position | Type | Required |
|---|---|---|---|
| tenantLocator | path | uuid | required |
| locator | path | string | required |
Response:SettingsResponse
Security Group:settings  Permission:read
SettingsResponse
¶requiredlocator stringbillingSettings BillingSettingsinstallmentSettings InstallmentSettings
BillingSettings
¶requiredbillingLevel Enum account | inherit | policy
InstallmentSettings
¶requiredanchorMode Enum generateDay | termStartDay | dueDaycadence Enum none | fullPay | weekly | everyOtherWeek | monthly | quarterly | semiannually | annually | thirtyDays | everyNDaysdueLeadDays intgenerateLeadDays intinstallmentWeights number[]optionalanchorTime datetime?anchorType Enum? none | dayOfMonth | anchorTime | dayOfWeek | weekOfMonthautopayLeadDays number?dayOfMonth int?dayOfWeek Enum? monday | tuesday | wednesday | thursday | friday | saturday | sundaymaxInstallmentsPerTerm int?weekOfMonth Enum? none | first | second | third | fourth | fifth