# Process Installment Schedule Will process the schedule, creating invoices/payments or orders as necessary Endpoint: POST /installmentSchedules/{tenantId}/process Version: v1-2025-04-18 Security: knox-authorizer ## Path parameters: - `tenantId` (string, required) The id of the tenant being accessed ## Request fields (application/json): - `batch_id` (string, required) The batch being used - `billing_run_action_id` (string) If this is associated with a billing action, the information is here - `billing_run_id` (string) The billing run - `entry_ids` (array, required) - `process_by` (string) Enum: "entry ids", "reference date" - `reference_date` (string, required) The reference date - `schedule_id` (string, required) The schedule ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields ## Response 500 fields