Called on
auth.batch Source
src/ksef2/services/batch.py:236 Generated from async source src/ksef2/services/async_batch.py auth.batch.submit_batch(*, invoices: Iterable[BatchInvoice], form_code: FormSchema = FormSchema.FA3, offline_mode: bool = False, max_part_size: int = MAX_BATCH_PART_SIZE) -> BatchSessionStateReturns
BatchSessionState Parameters
invoices Iterable[BatchInvoice] form_code FormSchema offline_mode bool max_part_size int Called on
auth.batch Source
src/ksef2/services/async_batch.py:238 Authored source await auth.batch.submit_batch(*, invoices: Iterable[BatchInvoice], form_code: FormSchema = FormSchema.FA3, offline_mode: bool = False, max_part_size: int = MAX_BATCH_PART_SIZE) -> BatchSessionStateReturns
BatchSessionState Parameters
invoices Iterable[BatchInvoice] form_code FormSchema offline_mode bool max_part_size int