Installments API
GET /billing/{tenantLocator}/installments/quotes/{quoteLocator}/list
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
quoteLocator | path | locator | required |
offset | query | int? | optional |
count | query | int? | optional |
extended | query | boolean? | optional |
Response:InstallmentListResponse
Security Group:installments  Permissions:read,list
GET /billing/{tenantLocator}/installments/policies/{policyLocator}/list
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
policyLocator | path | locator | required |
offset | query | int? | optional |
count | query | int? | optional |
extended | query | boolean? | optional |
Response:InstallmentListResponse
Security Group:installments  Permissions:read,list
GET /billing/{tenantLocator}/installments/transactions/{transactionLocator}/list
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
transactionLocator | path | locator | required |
offset | query | int? | optional |
count | query | int? | optional |
extended | query | boolean? | optional |
Response:InstallmentListResponse
Security Group:installments  Permissions:read,list
InstallmentListResponse
¶requiredlistCompleted booleanitems InstallmentResponse[]
InstallmentResponse
¶requiredlocator locatoraccountLocator locatorinstallmentLatticeLocator locatordueTime datetimegenerateTime datetimecurrency stringtimezone stringcoverageDuration numbercoverageEndTime datetimecoverageStartTime datetimeinstallmentDuration numberinstallmentEndTime datetimeinstallmentFrameIndex intinstallmentStartTime datetimeupdatedAt datetimeupdatedBy uuidcreatedAt datetimecreatedBy uuidinstallmentItems InstallmentItemResponse[]optionalpolicyLocator locator?transactionLocator locator?invoiceLocator locator?quoteLocator locator?reversalOfInstallmentLocator locator?reversedByInstallmentLocator locator?
InstallmentItemResponse
¶requiredlocator locatorchargeLocator locatorelementLocator locatorelementStaticLocator locatorinstallmentLocator locatoramount numberchargeCategory Enum premium | tax | fee | credit | nonFinancial | surchargechargeType stringcreatedAt datetimecreatedBy uuidoptionalinvoiceItemLocator locator?reversalOfInstallmentItemLocator locator?