Przejdź do głównej zawartości

Batch service: Get upo

Ta treść nie jest jeszcze dostępna w Twoim języku.

Download the collective UPO for a batch session.

Called on auth.batch
Source src/ksef2/services/batch.py:322 Generated from async source src/ksef2/services/async_batch.py
auth.batch.get_upo
auth.batch.get_upo(*, session: str | BatchSessionState | BatchSessionClient, upo_reference_number: str) -> bytes

Returns

bytes

Parameters

session str | BatchSessionState | BatchSessionClient
required / keyword-only
upo_reference_number str
required / keyword-only
Called on auth.batch
Source src/ksef2/services/async_batch.py:324 Authored source
await auth.batch.get_upo
await auth.batch.get_upo(*, session: str | BatchSessionState | AsyncBatchSessionClient, upo_reference_number: str) -> bytes

Returns

bytes

Parameters

session str | BatchSessionState | AsyncBatchSessionClient
required / keyword-only
upo_reference_number str
required / keyword-only