notebookVB

This commit is contained in:
2025-12-10 07:41:35 +01:00
parent 746963157a
commit 3758a423eb
4 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
from vzpb2b_client import VZPB2BClient
client = VZPB2BClient(
env="production",
pfx_path="mbcert.pfx",
pfx_password="Vlado7309208104++",
icz="00000000",
dic="00000000"
)
response = client.stav_pojisteni("0308020152")
# print(response)
print(client.parse_stav_pojisteni(response))