# Get quote installments schedule Endpoint: GET /api/v1/ledger/sales/policies/{policyId}/installments-schedule Version: 1.0 Security: bearerAuth ## Header parameters: - `X-TENANT-ID` (string, required) Tenant tag Example: "{$inputs.tenant}" ## Path parameters: - `policyId` (integer, required) Example: "123" ## Response 200 fields (application/json): - `instalments` (array) - `instalments.dueDate` (date) Example: "2024-01-01" - `instalments.premium` (number) Example: "1234.56" ## Response 422 fields (application/json): - `message` (string) Example: "The given data was invalid." - `errors` (object) Example: {"schema.type":["The schema.type field is required."],"schema.name":["The schema.name field is required."],"policy.dateInception":["The policy.date inception is not a valid date."]}