Skip to main content

Add your description here

Project description

Example Usage:

from business_central.client import BusinessCentralClient

username = "<username>"
password = "<password>"
base_url = "<base_url>"

client = BusinessCentralClient(username=username, password=password, base_url=base_url)

# CUSTOMER SERVICES
customers = client.customers.get_data(as_dataframe=True)
customer_ledger_entries = client.customer_ledger_entries.get_data(as_dataframe=True)

# VENDOR SERVICES
vendors = client.vendors.get_data(as_dataframe=True)
vendor_ledger_entries = client.vendor_ledger_entries.get_data(as_dataframe=True)

# ITEM SERVICES
items = client.items.get_data(as_dataframe=True)
item_ledger_entries = client.item_ledger_entries.get_data(as_dataframe=True)
ile_origin_entries = client.ile_origin_entries.get_data(as_dataframe=True)

# GENERAL LEDGER SERVICES
general_ledgers = client.general_ledgers.get_data(as_dataframe=True)
general_ledger_entries = client.general_ledger_entries.get_data(as_dataframe=True)

# SALES INVOICE SERVICES
sales_invoices = client.sales_invoices.get_data(as_dataframe=True)
sales_invoice_lines = client.sales_invoice_lines.get_data(as_dataframe=True)

# SALES ORDER SERVICES
sales_order_lines = client.sales_order_lines.get_data(as_dataframe=True)
locations = client.locations.get_data(as_dataframe=True)

# PRODUCTION BOM SERVICES
bom_headers = client.bom_headers.get_data(as_dataframe=True)
bom_lines = client.bom_lines.get_data(as_dataframe=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

business_central_kon-0.4.0.tar.gz (19.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

business_central_kon-0.4.0-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file business_central_kon-0.4.0.tar.gz.

File metadata

File hashes

Hashes for business_central_kon-0.4.0.tar.gz
Algorithm Hash digest
SHA256 85efb354eaee535070acdc8ad320cfda89418e7a2df553c7209280ccd8c1a646
MD5 1cd47884caeeea16a889ac1101d5fc43
BLAKE2b-256 74d3659c3c13d7afff1dc13dbe9bb61886adf67f47b58851a9d6331027810d71

See more details on using hashes here.

File details

Details for the file business_central_kon-0.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for business_central_kon-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 27f976524caf312d3a0df48a6fedd337e98cbabaf675908e4c9ea16a5fcc564b
MD5 54478827eca9c4c14553550a333482e2
BLAKE2b-256 3c1fe1a6031204caf155d983df8ce2bd311cdc77cfc2ecb89deed31e482494c0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page