No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
This Python package is automatically generated by the Swagger Codegen project:
- API version: v3
- Package version: 1.0.0
- Build package: io.swagger.codegen.languages.PythonClientCodegen
Python 2.7 and 3.4+
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import dti_tax_core_vsdc_api_client_swagger
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import dti_tax_core_vsdc_api_client_swagger
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import dti_tax_core_vsdc_api_client_swagger
from dti_tax_core_vsdc_api_client_swagger.rest import ApiException
from pprint import pprint
# create an instance of the API class
api_instance = dti_tax_core_vsdc_api_client_swagger.InvoicesApi(dti_tax_core_vsdc_api_client_swagger.ApiClient(configuration))
invoice_request = dti_tax_core_vsdc_api_client_swagger.InvoiceRequest() # InvoiceRequest | Invoice request.
try:
# Post invoice request to sign invoice.
api_response = api_instance.invoices_create_invoice(invoice_request)
pprint(api_response)
except ApiException as e:
print("Exception when calling InvoicesApi->invoices_create_invoice: %s\n" % e)
All URIs are relative to https://vsdc.sandbox.suf.purs.gov.rs
Class | Method | HTTP request | Description |
---|---|---|---|
InvoicesApi | invoices_create_invoice | POST /api/v3/invoices | Post invoice request to sign invoice. |
InvoicesApi | invoices_get_signed_invoice | GET /api/v3/invoices/{requestId} | |
StatusApi | status_attention | GET /api/v3/attention | |
StatusApi | status_get_status | GET /api/v3/status | This method returns general infromation about Tax Authority and current tax rate group used to calculate taxes by this instance of V-SDC |
StatusApi | status_get_tax_authority_params | GET /api/v3/environment-parameters | This method returns general infromation about Tax Authority |
- GetStatusResponse
- InvoiceRequest
- InvoiceResult
- Item
- Payment
- TaxCategory
- TaxCorePublicConfiguration
- TaxItem
- TaxRate
- TaxRateGroup
All endpoints do not require authorization.