pyevr.openapi_client.models package

Submodules

pyevr.openapi_client.models.add_measurement_act_request module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.add_measurement_act_request.AddMeasurementActRequest(act_number=None, measurements=None, custom_measurement_data=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property act_number

Gets the act_number of this AddMeasurementActRequest. # noqa: E501

Mõõtmisakti number # noqa: E501

Returns

The act_number of this AddMeasurementActRequest. # noqa: E501

Return type

str

attribute_map = {'act_number': 'actNumber', 'custom_measurement_data': 'customMeasurementData', 'measurements': 'measurements'}
property custom_measurement_data

Gets the custom_measurement_data of this AddMeasurementActRequest. # noqa: E501

Mõõtmistulemused vabas formaadis. # noqa: E501

Returns

The custom_measurement_data of this AddMeasurementActRequest. # noqa: E501

Return type

object

property measurements

Gets the measurements of this AddMeasurementActRequest. # noqa: E501

Mõõtmistulemused # noqa: E501

Returns

The measurements of this AddMeasurementActRequest. # noqa: E501

Return type

list[ShipmentItem]

openapi_types = {'act_number': 'str', 'custom_measurement_data': 'object', 'measurements': 'list[ShipmentItem]'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.add_shipments_to_waybill_request module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.add_shipments_to_waybill_request.AddShipmentsToWaybillRequest(shipments=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'shipments': 'shipments'}
openapi_types = {'shipments': 'list[Shipment]'}
property shipments

Gets the shipments of this AddShipmentsToWaybillRequest. # noqa: E501

Lisatavad veose andmed # noqa: E501

Returns

The shipments of this AddShipmentsToWaybillRequest. # noqa: E501

Return type

list[Shipment]

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.address module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.address.Address(country_code=None, county=None, city=None, street=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'city': 'city', 'country_code': 'countryCode', 'county': 'county', 'street': 'street'}
property city

Gets the city of this Address. # noqa: E501

Linn/vald # noqa: E501

Returns

The city of this Address. # noqa: E501

Return type

str

property country_code

Gets the country_code of this Address. # noqa: E501

Riigi kood # noqa: E501

Returns

The country_code of this Address. # noqa: E501

Return type

str

property county

Gets the county of this Address. # noqa: E501

Maakond # noqa: E501

Returns

The county of this Address. # noqa: E501

Return type

str

openapi_types = {'city': 'str', 'country_code': 'str', 'county': 'str', 'street': 'str'}
property street

Gets the street of this Address. # noqa: E501

Tänav/küla # noqa: E501

Returns

The street of this Address. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.assortment module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.assortment.Assortment(code=None, product_group_code=None, name=None, measurement_unit_code=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code', 'measurement_unit_code': 'measurementUnitCode', 'name': 'name', 'product_group_code': 'productGroupCode'}
property code

Gets the code of this Assortment. # noqa: E501

Sortimendi kood # noqa: E501

Returns

The code of this Assortment. # noqa: E501

Return type

str

property measurement_unit_code

Gets the measurement_unit_code of this Assortment. # noqa: E501

Sortimendi mõõtühik # noqa: E501

Returns

The measurement_unit_code of this Assortment. # noqa: E501

Return type

str

property name

Gets the name of this Assortment. # noqa: E501

Sortimendi nimi # noqa: E501

Returns

The name of this Assortment. # noqa: E501

Return type

str

openapi_types = {'code': 'str', 'measurement_unit_code': 'str', 'name': 'str', 'product_group_code': 'str'}
property product_group_code

Gets the product_group_code of this Assortment. # noqa: E501

Sortimendi tootegrupp # noqa: E501

Returns

The product_group_code of this Assortment. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.authorization_type module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.authorization_type.AuthorizationType(local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

FORMEASURING = 'forMeasuring'
FORVIEWING = 'forViewing'
allowable_values = ['forViewing', 'forMeasuring']
Attributes:
openapi_types (dict): The key is attribute name

and the value is attribute type.

attribute_map (dict): The key is attribute name

and the value is json key in definition.

attribute_map = {}
openapi_types = {}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.cancel_waybill_request module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.cancel_waybill_request.CancelWaybillRequest(reason=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'reason': 'reason'}
openapi_types = {'reason': 'str'}
property reason

Gets the reason of this CancelWaybillRequest. # noqa: E501

Selgitus # noqa: E501

Returns

The reason of this CancelWaybillRequest. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.certificate module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.certificate.Certificate(code=None, name=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code', 'name': 'name'}
property code

Gets the code of this Certificate. # noqa: E501

Sertifikaadi kood # noqa: E501

Returns

The code of this Certificate. # noqa: E501

Return type

str

property name

Gets the name of this Certificate. # noqa: E501

Sertifikaadi nimetus # noqa: E501

Returns

The name of this Certificate. # noqa: E501

Return type

str

openapi_types = {'code': 'str', 'name': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.certificate_claim module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.certificate_claim.CertificateClaim(code=None, number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code', 'number': 'number'}
property code

Gets the code of this CertificateClaim. # noqa: E501

[Tarneahela sertifikaadi väite kood](#operation/Certificates_List) # noqa: E501

Returns

The code of this CertificateClaim. # noqa: E501

Return type

str

property number

Gets the number of this CertificateClaim. # noqa: E501

Sertifikaadi number # noqa: E501

Returns

The number of this CertificateClaim. # noqa: E501

Return type

str

openapi_types = {'code': 'str', 'number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.consolidated_act module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.consolidated_act.ConsolidatedAct(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber'}
property cadaster

Gets the cadaster of this ConsolidatedAct. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this ConsolidatedAct. # noqa: E501

Return type

str

property compartment

Gets the compartment of this ConsolidatedAct. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this ConsolidatedAct. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this ConsolidatedAct. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this ConsolidatedAct. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this ConsolidatedAct. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this ConsolidatedAct. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this ConsolidatedAct. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this ConsolidatedAct. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.consolidated_act_all_of module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.consolidated_act_all_of.ConsolidatedActAllOf(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber'}
property cadaster

Gets the cadaster of this ConsolidatedActAllOf. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this ConsolidatedActAllOf. # noqa: E501

Return type

str

property compartment

Gets the compartment of this ConsolidatedActAllOf. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this ConsolidatedActAllOf. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this ConsolidatedActAllOf. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this ConsolidatedActAllOf. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this ConsolidatedActAllOf. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this ConsolidatedActAllOf. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this ConsolidatedActAllOf. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this ConsolidatedActAllOf. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.contact_person module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.contact_person.ContactPerson(name=None, phone=None, email=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'email': 'email', 'name': 'name', 'phone': 'phone'}
property email

Gets the email of this ContactPerson. # noqa: E501

Email # noqa: E501

Returns

The email of this ContactPerson. # noqa: E501

Return type

str

property name

Gets the name of this ContactPerson. # noqa: E501

Nimi # noqa: E501

Returns

The name of this ContactPerson. # noqa: E501

Return type

str

openapi_types = {'email': 'str', 'name': 'str', 'phone': 'str'}
property phone

Gets the phone of this ContactPerson. # noqa: E501

Telefoninumber # noqa: E501

Returns

The phone of this ContactPerson. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.contract_for_transfer_of_cutting_rights module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.contract_for_transfer_of_cutting_rights.ContractForTransferOfCuttingRights(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, previous_owner=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber', 'previous_owner': 'previousOwner'}
property cadaster

Gets the cadaster of this ContractForTransferOfCuttingRights. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this ContractForTransferOfCuttingRights. # noqa: E501

Return type

str

property compartment

Gets the compartment of this ContractForTransferOfCuttingRights. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this ContractForTransferOfCuttingRights. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this ContractForTransferOfCuttingRights. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this ContractForTransferOfCuttingRights. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this ContractForTransferOfCuttingRights. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this ContractForTransferOfCuttingRights. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this ContractForTransferOfCuttingRights. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this ContractForTransferOfCuttingRights. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str', 'previous_owner': 'PreviousOwner'}
property previous_owner

Gets the previous_owner of this ContractForTransferOfCuttingRights. # noqa: E501

Returns

The previous_owner of this ContractForTransferOfCuttingRights. # noqa: E501

Return type

PreviousOwner

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.coordinates module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.coordinates.Coordinates(x=None, y=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'x': 'x', 'y': 'y'}
openapi_types = {'x': 'float', 'y': 'float'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property x

Gets the x of this Coordinates. # noqa: E501

X koordinaat # noqa: E501

Returns

The x of this Coordinates. # noqa: E501

Return type

float

property y

Gets the y of this Coordinates. # noqa: E501

Y koordinaat # noqa: E501

Returns

The y of this Coordinates. # noqa: E501

Return type

float

pyevr.openapi_client.models.forest_act module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.forest_act.ForestAct(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber'}
property cadaster

Gets the cadaster of this ForestAct. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this ForestAct. # noqa: E501

Return type

str

property compartment

Gets the compartment of this ForestAct. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this ForestAct. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this ForestAct. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this ForestAct. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this ForestAct. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this ForestAct. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this ForestAct. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this ForestAct. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.forest_notice module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.forest_notice.ForestNotice(cadaster=None, compartment=None, forest_allocation_number=None, number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'forest_allocation_number': 'forestAllocationNumber', 'number': 'number'}
property cadaster

Gets the cadaster of this ForestNotice. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this ForestNotice. # noqa: E501

Return type

str

property compartment

Gets the compartment of this ForestNotice. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this ForestNotice. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this ForestNotice. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this ForestNotice. # noqa: E501

Return type

str

property number

Gets the number of this ForestNotice. # noqa: E501

Metsateatise number # noqa: E501

Returns

The number of this ForestNotice. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'forest_allocation_number': 'str', 'number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.forest_notice_all_of module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.forest_notice_all_of.ForestNoticeAllOf(cadaster=None, compartment=None, forest_allocation_number=None, number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'forest_allocation_number': 'forestAllocationNumber', 'number': 'number'}
property cadaster

Gets the cadaster of this ForestNoticeAllOf. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this ForestNoticeAllOf. # noqa: E501

Return type

str

property compartment

Gets the compartment of this ForestNoticeAllOf. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this ForestNoticeAllOf. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this ForestNoticeAllOf. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this ForestNoticeAllOf. # noqa: E501

Return type

str

property number

Gets the number of this ForestNoticeAllOf. # noqa: E501

Metsateatise number # noqa: E501

Returns

The number of this ForestNoticeAllOf. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'forest_allocation_number': 'str', 'number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.holding_base module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.holding_base.HoldingBase(type=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'type': 'type'}
discriminator_value_class_map = {'ConsolidatedAct': 'ConsolidatedAct', 'ContractForTransferOfCuttingRights': 'ContractForTransferOfCuttingRights', 'ForestAct': 'ForestAct', 'ForestNotice': 'ForestNotice', 'InventoryAct': 'InventoryAct', 'SalesContract': 'SalesContract'}
get_real_child_model(data)[source]

Returns the real base class specified by the discriminator

openapi_types = {'type': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property type

Gets the type of this HoldingBase. # noqa: E501

Returns

The type of this HoldingBase. # noqa: E501

Return type

str

pyevr.openapi_client.models.inventory_act module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.inventory_act.InventoryAct(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber'}
property cadaster

Gets the cadaster of this InventoryAct. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this InventoryAct. # noqa: E501

Return type

str

property compartment

Gets the compartment of this InventoryAct. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this InventoryAct. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this InventoryAct. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this InventoryAct. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this InventoryAct. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this InventoryAct. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this InventoryAct. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this InventoryAct. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.inventory_act_all_of module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.inventory_act_all_of.InventoryActAllOf(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber'}
property cadaster

Gets the cadaster of this InventoryActAllOf. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this InventoryActAllOf. # noqa: E501

Return type

str

property compartment

Gets the compartment of this InventoryActAllOf. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this InventoryActAllOf. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this InventoryActAllOf. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this InventoryActAllOf. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this InventoryActAllOf. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this InventoryActAllOf. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this InventoryActAllOf. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this InventoryActAllOf. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.measurement_act module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.measurement_act.MeasurementAct(act_number=None, measurements=None, custom_measurement_data=None, measurer_code=None, creation_time=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property act_number

Gets the act_number of this MeasurementAct. # noqa: E501

Mõõtmisakti number # noqa: E501

Returns

The act_number of this MeasurementAct. # noqa: E501

Return type

str

attribute_map = {'act_number': 'actNumber', 'creation_time': 'creationTime', 'custom_measurement_data': 'customMeasurementData', 'measurements': 'measurements', 'measurer_code': 'measurerCode'}
property creation_time

Gets the creation_time of this MeasurementAct. # noqa: E501

Lisamise aeg # noqa: E501

Returns

The creation_time of this MeasurementAct. # noqa: E501

Return type

datetime

property custom_measurement_data

Gets the custom_measurement_data of this MeasurementAct. # noqa: E501

Mõõtmistulemused vabas formaadis # noqa: E501

Returns

The custom_measurement_data of this MeasurementAct. # noqa: E501

Return type

object

property measurements

Gets the measurements of this MeasurementAct. # noqa: E501

Mõõtmistulemused EVR poolt sätestatud formaadis # noqa: E501

Returns

The measurements of this MeasurementAct. # noqa: E501

Return type

list[ShipmentItem]

property measurer_code

Gets the measurer_code of this MeasurementAct. # noqa: E501

Mõõtja registri kood # noqa: E501

Returns

The measurer_code of this MeasurementAct. # noqa: E501

Return type

str

openapi_types = {'act_number': 'str', 'creation_time': 'datetime', 'custom_measurement_data': 'object', 'measurements': 'list[ShipmentItem]', 'measurer_code': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.measurement_unit module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.measurement_unit.MeasurementUnit(code=None, name=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code', 'name': 'name'}
property code

Gets the code of this MeasurementUnit. # noqa: E501

Mõõtühiku kood # noqa: E501

Returns

The code of this MeasurementUnit. # noqa: E501

Return type

str

property name

Gets the name of this MeasurementUnit. # noqa: E501

Mõõtühiku nimetus # noqa: E501

Returns

The name of this MeasurementUnit. # noqa: E501

Return type

str

openapi_types = {'code': 'str', 'name': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.organization module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.organization.Organization(name=None, waybill_number_prefix=None, register_code=None, address=None, email=None, phone=None, contact_persons=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this Organization. # noqa: E501

Returns

The address of this Organization. # noqa: E501

Return type

Address

attribute_map = {'address': 'address', 'contact_persons': 'contactPersons', 'email': 'email', 'name': 'name', 'phone': 'phone', 'register_code': 'registerCode', 'waybill_number_prefix': 'waybillNumberPrefix'}
property contact_persons

Gets the contact_persons of this Organization. # noqa: E501

Kontaktisikud # noqa: E501

Returns

The contact_persons of this Organization. # noqa: E501

Return type

list[ContactPerson]

property email

Gets the email of this Organization. # noqa: E501

Asutuse üldemail # noqa: E501

Returns

The email of this Organization. # noqa: E501

Return type

str

property name

Gets the name of this Organization. # noqa: E501

Asutuse nimi # noqa: E501

Returns

The name of this Organization. # noqa: E501

Return type

str

openapi_types = {'address': 'Address', 'contact_persons': 'list[ContactPerson]', 'email': 'str', 'name': 'str', 'phone': 'str', 'register_code': 'str', 'waybill_number_prefix': 'str'}
property phone

Gets the phone of this Organization. # noqa: E501

Asutuse üldtelefon # noqa: E501

Returns

The phone of this Organization. # noqa: E501

Return type

str

property register_code

Gets the register_code of this Organization. # noqa: E501

Registrikood # noqa: E501

Returns

The register_code of this Organization. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property waybill_number_prefix

Gets the waybill_number_prefix of this Organization. # noqa: E501

Returns

The waybill_number_prefix of this Organization. # noqa: E501

Return type

str

pyevr.openapi_client.models.owner module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.owner.Owner(name=None, code=None, email=None, address=None, contact_person=None, representer=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this Owner. # noqa: E501

Returns

The address of this Owner. # noqa: E501

Return type

Address

attribute_map = {'address': 'address', 'code': 'code', 'contact_person': 'contactPerson', 'email': 'email', 'name': 'name', 'representer': 'representer'}
property code

Gets the code of this Owner. # noqa: E501

Isiku- või registrikood # noqa: E501

Returns

The code of this Owner. # noqa: E501

Return type

str

property contact_person

Gets the contact_person of this Owner. # noqa: E501

Returns

The contact_person of this Owner. # noqa: E501

Return type

ContactPerson

property email

Gets the email of this Owner. # noqa: E501

Email # noqa: E501

Returns

The email of this Owner. # noqa: E501

Return type

str

property name

Gets the name of this Owner. # noqa: E501

Nimi # noqa: E501

Returns

The name of this Owner. # noqa: E501

Return type

str

openapi_types = {'address': 'Address', 'code': 'str', 'contact_person': 'ContactPerson', 'email': 'str', 'name': 'str', 'representer': 'Representer'}
property representer

Gets the representer of this Owner. # noqa: E501

Returns

The representer of this Owner. # noqa: E501

Return type

Representer

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.pack module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.pack.Pack(pack_number=None, length=None, height=None, width=None, coefficient=None, location=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'coefficient': 'coefficient', 'height': 'height', 'length': 'length', 'location': 'location', 'pack_number': 'packNumber', 'width': 'width'}
property coefficient

Gets the coefficient of this Pack. # noqa: E501

Koeffitsient # noqa: E501

Returns

The coefficient of this Pack. # noqa: E501

Return type

float

property height

Gets the height of this Pack. # noqa: E501

Koosmapaki kõrgus # noqa: E501

Returns

The height of this Pack. # noqa: E501

Return type

float

property length

Gets the length of this Pack. # noqa: E501

Koormapaki pikkus # noqa: E501

Returns

The length of this Pack. # noqa: E501

Return type

float

property location

Gets the location of this Pack. # noqa: E501

Returns

The location of this Pack. # noqa: E501

Return type

PackLocation

openapi_types = {'coefficient': 'float', 'height': 'float', 'length': 'float', 'location': 'PackLocation', 'pack_number': 'int', 'width': 'float'}
property pack_number

Gets the pack_number of this Pack. # noqa: E501

Paki number # noqa: E501

Returns

The pack_number of this Pack. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property width

Gets the width of this Pack. # noqa: E501

Koormapaki laius # noqa: E501

Returns

The width of this Pack. # noqa: E501

Return type

float

pyevr.openapi_client.models.pack_location module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.pack_location.PackLocation(local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

TRAILER = 'trailer'
VAN = 'van'
allowable_values = ['van', 'trailer']
Attributes:
openapi_types (dict): The key is attribute name

and the value is attribute type.

attribute_map (dict): The key is attribute name

and the value is json key in definition.

attribute_map = {}
openapi_types = {}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.paged_result_of_assortment module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.paged_result_of_assortment.PagedResultOfAssortment(page_number=None, page_size=None, page_result=None, total_count=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'page_number': 'pageNumber', 'page_result': 'pageResult', 'page_size': 'pageSize', 'total_count': 'totalCount'}
openapi_types = {'page_number': 'int', 'page_result': 'list[Assortment]', 'page_size': 'int', 'total_count': 'int'}
property page_number

Gets the page_number of this PagedResultOfAssortment. # noqa: E501

Returns

The page_number of this PagedResultOfAssortment. # noqa: E501

Return type

int

property page_result

Gets the page_result of this PagedResultOfAssortment. # noqa: E501

Returns

The page_result of this PagedResultOfAssortment. # noqa: E501

Return type

list[Assortment]

property page_size

Gets the page_size of this PagedResultOfAssortment. # noqa: E501

Returns

The page_size of this PagedResultOfAssortment. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_count

Gets the total_count of this PagedResultOfAssortment. # noqa: E501

Returns

The total_count of this PagedResultOfAssortment. # noqa: E501

Return type

int

pyevr.openapi_client.models.paged_result_of_certificate module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.paged_result_of_certificate.PagedResultOfCertificate(page_number=None, page_size=None, page_result=None, total_count=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'page_number': 'pageNumber', 'page_result': 'pageResult', 'page_size': 'pageSize', 'total_count': 'totalCount'}
openapi_types = {'page_number': 'int', 'page_result': 'list[Certificate]', 'page_size': 'int', 'total_count': 'int'}
property page_number

Gets the page_number of this PagedResultOfCertificate. # noqa: E501

Returns

The page_number of this PagedResultOfCertificate. # noqa: E501

Return type

int

property page_result

Gets the page_result of this PagedResultOfCertificate. # noqa: E501

Returns

The page_result of this PagedResultOfCertificate. # noqa: E501

Return type

list[Certificate]

property page_size

Gets the page_size of this PagedResultOfCertificate. # noqa: E501

Returns

The page_size of this PagedResultOfCertificate. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_count

Gets the total_count of this PagedResultOfCertificate. # noqa: E501

Returns

The total_count of this PagedResultOfCertificate. # noqa: E501

Return type

int

pyevr.openapi_client.models.paged_result_of_measurement_act module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.paged_result_of_measurement_act.PagedResultOfMeasurementAct(page_number=None, page_size=None, page_result=None, total_count=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'page_number': 'pageNumber', 'page_result': 'pageResult', 'page_size': 'pageSize', 'total_count': 'totalCount'}
openapi_types = {'page_number': 'int', 'page_result': 'list[MeasurementAct]', 'page_size': 'int', 'total_count': 'int'}
property page_number

Gets the page_number of this PagedResultOfMeasurementAct. # noqa: E501

Returns

The page_number of this PagedResultOfMeasurementAct. # noqa: E501

Return type

int

property page_result

Gets the page_result of this PagedResultOfMeasurementAct. # noqa: E501

Returns

The page_result of this PagedResultOfMeasurementAct. # noqa: E501

Return type

list[MeasurementAct]

property page_size

Gets the page_size of this PagedResultOfMeasurementAct. # noqa: E501

Returns

The page_size of this PagedResultOfMeasurementAct. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_count

Gets the total_count of this PagedResultOfMeasurementAct. # noqa: E501

Returns

The total_count of this PagedResultOfMeasurementAct. # noqa: E501

Return type

int

pyevr.openapi_client.models.paged_result_of_measurement_unit module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.paged_result_of_measurement_unit.PagedResultOfMeasurementUnit(page_number=None, page_size=None, page_result=None, total_count=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'page_number': 'pageNumber', 'page_result': 'pageResult', 'page_size': 'pageSize', 'total_count': 'totalCount'}
openapi_types = {'page_number': 'int', 'page_result': 'list[MeasurementUnit]', 'page_size': 'int', 'total_count': 'int'}
property page_number

Gets the page_number of this PagedResultOfMeasurementUnit. # noqa: E501

Returns

The page_number of this PagedResultOfMeasurementUnit. # noqa: E501

Return type

int

property page_result

Gets the page_result of this PagedResultOfMeasurementUnit. # noqa: E501

Returns

The page_result of this PagedResultOfMeasurementUnit. # noqa: E501

Return type

list[MeasurementUnit]

property page_size

Gets the page_size of this PagedResultOfMeasurementUnit. # noqa: E501

Returns

The page_size of this PagedResultOfMeasurementUnit. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_count

Gets the total_count of this PagedResultOfMeasurementUnit. # noqa: E501

Returns

The total_count of this PagedResultOfMeasurementUnit. # noqa: E501

Return type

int

pyevr.openapi_client.models.paged_result_of_organization module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.paged_result_of_organization.PagedResultOfOrganization(page_number=None, page_size=None, page_result=None, total_count=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'page_number': 'pageNumber', 'page_result': 'pageResult', 'page_size': 'pageSize', 'total_count': 'totalCount'}
openapi_types = {'page_number': 'int', 'page_result': 'list[Organization]', 'page_size': 'int', 'total_count': 'int'}
property page_number

Gets the page_number of this PagedResultOfOrganization. # noqa: E501

Returns

The page_number of this PagedResultOfOrganization. # noqa: E501

Return type

int

property page_result

Gets the page_result of this PagedResultOfOrganization. # noqa: E501

Returns

The page_result of this PagedResultOfOrganization. # noqa: E501

Return type

list[Organization]

property page_size

Gets the page_size of this PagedResultOfOrganization. # noqa: E501

Returns

The page_size of this PagedResultOfOrganization. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_count

Gets the total_count of this PagedResultOfOrganization. # noqa: E501

Returns

The total_count of this PagedResultOfOrganization. # noqa: E501

Return type

int

pyevr.openapi_client.models.paged_result_of_place_of_delivery module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.paged_result_of_place_of_delivery.PagedResultOfPlaceOfDelivery(page_number=None, page_size=None, page_result=None, total_count=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'page_number': 'pageNumber', 'page_result': 'pageResult', 'page_size': 'pageSize', 'total_count': 'totalCount'}
openapi_types = {'page_number': 'int', 'page_result': 'list[PlaceOfDelivery]', 'page_size': 'int', 'total_count': 'int'}
property page_number

Gets the page_number of this PagedResultOfPlaceOfDelivery. # noqa: E501

Returns

The page_number of this PagedResultOfPlaceOfDelivery. # noqa: E501

Return type

int

property page_result

Gets the page_result of this PagedResultOfPlaceOfDelivery. # noqa: E501

Returns

The page_result of this PagedResultOfPlaceOfDelivery. # noqa: E501

Return type

list[PlaceOfDelivery]

property page_size

Gets the page_size of this PagedResultOfPlaceOfDelivery. # noqa: E501

Returns

The page_size of this PagedResultOfPlaceOfDelivery. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_count

Gets the total_count of this PagedResultOfPlaceOfDelivery. # noqa: E501

Returns

The total_count of this PagedResultOfPlaceOfDelivery. # noqa: E501

Return type

int

pyevr.openapi_client.models.paged_result_of_waybill module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.paged_result_of_waybill.PagedResultOfWaybill(page_number=None, page_size=None, page_result=None, total_count=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'page_number': 'pageNumber', 'page_result': 'pageResult', 'page_size': 'pageSize', 'total_count': 'totalCount'}
openapi_types = {'page_number': 'int', 'page_result': 'list[Waybill]', 'page_size': 'int', 'total_count': 'int'}
property page_number

Gets the page_number of this PagedResultOfWaybill. # noqa: E501

Returns

The page_number of this PagedResultOfWaybill. # noqa: E501

Return type

int

property page_result

Gets the page_result of this PagedResultOfWaybill. # noqa: E501

Returns

The page_result of this PagedResultOfWaybill. # noqa: E501

Return type

list[Waybill]

property page_size

Gets the page_size of this PagedResultOfWaybill. # noqa: E501

Returns

The page_size of this PagedResultOfWaybill. # noqa: E501

Return type

int

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_count

Gets the total_count of this PagedResultOfWaybill. # noqa: E501

Returns

The total_count of this PagedResultOfWaybill. # noqa: E501

Return type

int

pyevr.openapi_client.models.place_of_delivery module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.place_of_delivery.PlaceOfDelivery(name=None, code=None, register_code=None, address=None, near_address=None, coordinates=None, open_times=None, is_public=None, is_active=None, preferred_certificates=None, contact_person=None, waybill_authorizations=None, description=None, user_custom_data=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this PlaceOfDelivery. # noqa: E501

Returns

The address of this PlaceOfDelivery. # noqa: E501

Return type

Address

attribute_map = {'address': 'address', 'code': 'code', 'contact_person': 'contactPerson', 'coordinates': 'coordinates', 'description': 'description', 'is_active': 'isActive', 'is_public': 'isPublic', 'name': 'name', 'near_address': 'nearAddress', 'open_times': 'openTimes', 'preferred_certificates': 'preferredCertificates', 'register_code': 'registerCode', 'user_custom_data': 'userCustomData', 'waybill_authorizations': 'waybillAuthorizations'}
property code

Gets the code of this PlaceOfDelivery. # noqa: E501

Tarnekoha kood # noqa: E501

Returns

The code of this PlaceOfDelivery. # noqa: E501

Return type

str

property contact_person

Gets the contact_person of this PlaceOfDelivery. # noqa: E501

Returns

The contact_person of this PlaceOfDelivery. # noqa: E501

Return type

ContactPerson

property coordinates

Gets the coordinates of this PlaceOfDelivery. # noqa: E501

Returns

The coordinates of this PlaceOfDelivery. # noqa: E501

Return type

Coordinates

property description

Gets the description of this PlaceOfDelivery. # noqa: E501

Märkused # noqa: E501

Returns

The description of this PlaceOfDelivery. # noqa: E501

Return type

str

property is_active

Gets the is_active of this PlaceOfDelivery. # noqa: E501

Kas on aktiivne # noqa: E501

Returns

The is_active of this PlaceOfDelivery. # noqa: E501

Return type

bool

property is_public

Gets the is_public of this PlaceOfDelivery. # noqa: E501

Kas on avalik # noqa: E501

Returns

The is_public of this PlaceOfDelivery. # noqa: E501

Return type

bool

property name

Gets the name of this PlaceOfDelivery. # noqa: E501

Tarnekoha nimi # noqa: E501

Returns

The name of this PlaceOfDelivery. # noqa: E501

Return type

str

property near_address

Gets the near_address of this PlaceOfDelivery. # noqa: E501

Lähiaadress # noqa: E501

Returns

The near_address of this PlaceOfDelivery. # noqa: E501

Return type

str

property open_times

Gets the open_times of this PlaceOfDelivery. # noqa: E501

Millal avatud # noqa: E501

Returns

The open_times of this PlaceOfDelivery. # noqa: E501

Return type

list[str]

openapi_types = {'address': 'Address', 'code': 'str', 'contact_person': 'ContactPerson', 'coordinates': 'Coordinates', 'description': 'str', 'is_active': 'bool', 'is_public': 'bool', 'name': 'str', 'near_address': 'str', 'open_times': 'list[str]', 'preferred_certificates': 'list[str]', 'register_code': 'str', 'user_custom_data': 'object', 'waybill_authorizations': 'list[WaybillAuthorization]'}
property preferred_certificates

Gets the preferred_certificates of this PlaceOfDelivery. # noqa: E501

Eelistatud sertifikaadid # noqa: E501

Returns

The preferred_certificates of this PlaceOfDelivery. # noqa: E501

Return type

list[str]

property register_code

Gets the register_code of this PlaceOfDelivery. # noqa: E501

Registrikood # noqa: E501

Returns

The register_code of this PlaceOfDelivery. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property user_custom_data

Gets the user_custom_data of this PlaceOfDelivery. # noqa: E501

Api kasutaja poolt kohandatavad andmed # noqa: E501

Returns

The user_custom_data of this PlaceOfDelivery. # noqa: E501

Return type

object

property waybill_authorizations

Gets the waybill_authorizations of this PlaceOfDelivery. # noqa: E501

Volitused # noqa: E501

Returns

The waybill_authorizations of this PlaceOfDelivery. # noqa: E501

Return type

list[WaybillAuthorization]

pyevr.openapi_client.models.previous_owner module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.previous_owner.PreviousOwner(name=None, code=None, address=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this PreviousOwner. # noqa: E501

Aadress # noqa: E501

Returns

The address of this PreviousOwner. # noqa: E501

Return type

str

attribute_map = {'address': 'address', 'code': 'code', 'name': 'name'}
property code

Gets the code of this PreviousOwner. # noqa: E501

Isiku- või registrikood # noqa: E501

Returns

The code of this PreviousOwner. # noqa: E501

Return type

str

property name

Gets the name of this PreviousOwner. # noqa: E501

Nimi # noqa: E501

Returns

The name of this PreviousOwner. # noqa: E501

Return type

str

openapi_types = {'address': 'str', 'code': 'str', 'name': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.problem_details module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.problem_details.ProblemDetails(type=None, title=None, status=None, detail=None, instance=None, extensions=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'detail': 'detail', 'extensions': 'extensions', 'instance': 'instance', 'status': 'status', 'title': 'title', 'type': 'type'}
property detail

Gets the detail of this ProblemDetails. # noqa: E501

Returns

The detail of this ProblemDetails. # noqa: E501

Return type

str

property extensions

Gets the extensions of this ProblemDetails. # noqa: E501

Returns

The extensions of this ProblemDetails. # noqa: E501

Return type

dict(str, object)

property instance

Gets the instance of this ProblemDetails. # noqa: E501

Returns

The instance of this ProblemDetails. # noqa: E501

Return type

str

openapi_types = {'detail': 'str', 'extensions': 'dict(str, object)', 'instance': 'str', 'status': 'int', 'title': 'str', 'type': 'str'}
property status

Gets the status of this ProblemDetails. # noqa: E501

Returns

The status of this ProblemDetails. # noqa: E501

Return type

int

property title

Gets the title of this ProblemDetails. # noqa: E501

Returns

The title of this ProblemDetails. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property type

Gets the type of this ProblemDetails. # noqa: E501

Returns

The type of this ProblemDetails. # noqa: E501

Return type

str

pyevr.openapi_client.models.put_place_of_delivery_request module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.put_place_of_delivery_request.PutPlaceOfDeliveryRequest(name=None, address=None, near_address=None, coordinates=None, description=None, is_active=None, is_public=None, preferred_certificates=None, open_times=None, contact_person=None, waybill_authorizations=None, user_custom_data=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this PutPlaceOfDeliveryRequest. # noqa: E501

Returns

The address of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

Address

attribute_map = {'address': 'address', 'contact_person': 'contactPerson', 'coordinates': 'coordinates', 'description': 'description', 'is_active': 'isActive', 'is_public': 'isPublic', 'name': 'name', 'near_address': 'nearAddress', 'open_times': 'openTimes', 'preferred_certificates': 'preferredCertificates', 'user_custom_data': 'userCustomData', 'waybill_authorizations': 'waybillAuthorizations'}
property contact_person

Gets the contact_person of this PutPlaceOfDeliveryRequest. # noqa: E501

Returns

The contact_person of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

ContactPerson

property coordinates

Gets the coordinates of this PutPlaceOfDeliveryRequest. # noqa: E501

Returns

The coordinates of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

Coordinates

property description

Gets the description of this PutPlaceOfDeliveryRequest. # noqa: E501

Märkused # noqa: E501

Returns

The description of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

str

property is_active

Gets the is_active of this PutPlaceOfDeliveryRequest. # noqa: E501

Kas on aktiivne # noqa: E501

Returns

The is_active of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

bool

property is_public

Gets the is_public of this PutPlaceOfDeliveryRequest. # noqa: E501

Kas on avalik (avalikke ladusid näevad ka teised asutused) # noqa: E501

Returns

The is_public of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

bool

property name

Gets the name of this PutPlaceOfDeliveryRequest. # noqa: E501

Nimi # noqa: E501

Returns

The name of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

str

property near_address

Gets the near_address of this PutPlaceOfDeliveryRequest. # noqa: E501

Lähiaadress # noqa: E501

Returns

The near_address of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

str

property open_times

Gets the open_times of this PutPlaceOfDeliveryRequest. # noqa: E501

Millal avatud # noqa: E501

Returns

The open_times of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

list[str]

openapi_types = {'address': 'Address', 'contact_person': 'ContactPerson', 'coordinates': 'Coordinates', 'description': 'str', 'is_active': 'bool', 'is_public': 'bool', 'name': 'str', 'near_address': 'str', 'open_times': 'list[str]', 'preferred_certificates': 'list[str]', 'user_custom_data': 'object', 'waybill_authorizations': 'list[WaybillAuthorization]'}
property preferred_certificates

Gets the preferred_certificates of this PutPlaceOfDeliveryRequest. # noqa: E501

Eelistatud sertifikaadid # noqa: E501

Returns

The preferred_certificates of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

list[str]

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property user_custom_data

Gets the user_custom_data of this PutPlaceOfDeliveryRequest. # noqa: E501

Api kasutaja poolt kohandatavad andmed # noqa: E501

Returns

The user_custom_data of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

object

property waybill_authorizations

Gets the waybill_authorizations of this PutPlaceOfDeliveryRequest. # noqa: E501

Volitatud mõõtjad ja vaatlejad # noqa: E501

Returns

The waybill_authorizations of this PutPlaceOfDeliveryRequest. # noqa: E501

Return type

list[WaybillAuthorization]

pyevr.openapi_client.models.receiver module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.receiver.Receiver(name=None, code=None, address=None, contact_person=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this Receiver. # noqa: E501

Returns

The address of this Receiver. # noqa: E501

Return type

Address

attribute_map = {'address': 'address', 'code': 'code', 'contact_person': 'contactPerson', 'name': 'name'}
property code

Gets the code of this Receiver. # noqa: E501

Isiku- või registrikood # noqa: E501

Returns

The code of this Receiver. # noqa: E501

Return type

str

property contact_person

Gets the contact_person of this Receiver. # noqa: E501

Returns

The contact_person of this Receiver. # noqa: E501

Return type

ContactPerson

property name

Gets the name of this Receiver. # noqa: E501

Nimi # noqa: E501

Returns

The name of this Receiver. # noqa: E501

Return type

str

openapi_types = {'address': 'Address', 'code': 'str', 'contact_person': 'ContactPerson', 'name': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.representer module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.representer.Representer(name=None, code=None, address=None, right_of_representation=None, email=None, phone=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this Representer. # noqa: E501

Returns

The address of this Representer. # noqa: E501

Return type

Address

attribute_map = {'address': 'address', 'code': 'code', 'email': 'email', 'name': 'name', 'phone': 'phone', 'right_of_representation': 'rightOfRepresentation'}
property code

Gets the code of this Representer. # noqa: E501

Isiku- või registrikood # noqa: E501

Returns

The code of this Representer. # noqa: E501

Return type

str

property email

Gets the email of this Representer. # noqa: E501

Email # noqa: E501

Returns

The email of this Representer. # noqa: E501

Return type

str

property name

Gets the name of this Representer. # noqa: E501

Nimi # noqa: E501

Returns

The name of this Representer. # noqa: E501

Return type

str

openapi_types = {'address': 'Address', 'code': 'str', 'email': 'str', 'name': 'str', 'phone': 'str', 'right_of_representation': 'str'}
property phone

Gets the phone of this Representer. # noqa: E501

Telefoninumber # noqa: E501

Returns

The phone of this Representer. # noqa: E501

Return type

str

property right_of_representation

Gets the right_of_representation of this Representer. # noqa: E501

Esindusõiguse alus # noqa: E501

Returns

The right_of_representation of this Representer. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.sales_contract module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.sales_contract.SalesContract(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, previous_owner=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber', 'previous_owner': 'previousOwner'}
property cadaster

Gets the cadaster of this SalesContract. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this SalesContract. # noqa: E501

Return type

str

property compartment

Gets the compartment of this SalesContract. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this SalesContract. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this SalesContract. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this SalesContract. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this SalesContract. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this SalesContract. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this SalesContract. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this SalesContract. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str', 'previous_owner': 'PreviousOwner'}
property previous_owner

Gets the previous_owner of this SalesContract. # noqa: E501

Returns

The previous_owner of this SalesContract. # noqa: E501

Return type

PreviousOwner

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.sales_contract_all_of module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.sales_contract_all_of.SalesContractAllOf(contract_number=None, contract_date=None, cadaster=None, compartment=None, forest_allocation_number=None, previous_owner=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cadaster': 'cadaster', 'compartment': 'compartment', 'contract_date': 'contractDate', 'contract_number': 'contractNumber', 'forest_allocation_number': 'forestAllocationNumber', 'previous_owner': 'previousOwner'}
property cadaster

Gets the cadaster of this SalesContractAllOf. # noqa: E501

Katastritunnus # noqa: E501

Returns

The cadaster of this SalesContractAllOf. # noqa: E501

Return type

str

property compartment

Gets the compartment of this SalesContractAllOf. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this SalesContractAllOf. # noqa: E501

Return type

str

property contract_date

Gets the contract_date of this SalesContractAllOf. # noqa: E501

Dokumendi kuupäev # noqa: E501

Returns

The contract_date of this SalesContractAllOf. # noqa: E501

Return type

datetime

property contract_number

Gets the contract_number of this SalesContractAllOf. # noqa: E501

Dokumendi number # noqa: E501

Returns

The contract_number of this SalesContractAllOf. # noqa: E501

Return type

str

property forest_allocation_number

Gets the forest_allocation_number of this SalesContractAllOf. # noqa: E501

Metsaeraldis # noqa: E501

Returns

The forest_allocation_number of this SalesContractAllOf. # noqa: E501

Return type

str

openapi_types = {'cadaster': 'str', 'compartment': 'str', 'contract_date': 'datetime', 'contract_number': 'str', 'forest_allocation_number': 'str', 'previous_owner': 'PreviousOwner'}
property previous_owner

Gets the previous_owner of this SalesContractAllOf. # noqa: E501

Returns

The previous_owner of this SalesContractAllOf. # noqa: E501

Return type

PreviousOwner

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.shipment module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.shipment.Shipment(holding_base=None, source=None, items=None, certificate_claims=None, user_custom_data=None, supply_contract_number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'certificate_claims': 'certificateClaims', 'holding_base': 'holdingBase', 'items': 'items', 'source': 'source', 'supply_contract_number': 'supplyContractNumber', 'user_custom_data': 'userCustomData'}
property certificate_claims

Gets the certificate_claims of this Shipment. # noqa: E501

Tarneahela sertifikaadi väited # noqa: E501

Returns

The certificate_claims of this Shipment. # noqa: E501

Return type

list[CertificateClaim]

property holding_base

Gets the holding_base of this Shipment. # noqa: E501

Returns

The holding_base of this Shipment. # noqa: E501

Return type

HoldingBase

property items

Gets the items of this Shipment. # noqa: E501

Saadetis # noqa: E501

Returns

The items of this Shipment. # noqa: E501

Return type

list[ShipmentItem]

openapi_types = {'certificate_claims': 'list[CertificateClaim]', 'holding_base': 'HoldingBase', 'items': 'list[ShipmentItem]', 'source': 'Source', 'supply_contract_number': 'str', 'user_custom_data': 'object'}
property source

Gets the source of this Shipment. # noqa: E501

Returns

The source of this Shipment. # noqa: E501

Return type

Source

property supply_contract_number

Gets the supply_contract_number of this Shipment. # noqa: E501

Tarnelepingu number # noqa: E501

Returns

The supply_contract_number of this Shipment. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property user_custom_data

Gets the user_custom_data of this Shipment. # noqa: E501

Api kasutaja poolt kohandatavad andmed # noqa: E501

Returns

The user_custom_data of this Shipment. # noqa: E501

Return type

object

pyevr.openapi_client.models.shipment_assortment module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.shipment_assortment.ShipmentAssortment(code=None, name=None, product_group=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code', 'name': 'name', 'product_group': 'productGroup'}
property code

Gets the code of this ShipmentAssortment. # noqa: E501

Sortimendi kood. Kui organisatsioon on seadistatud kasutama EVR sortimente, peab kood olema [üks EVR sortimentide koodist.](#operation/Assortments_List) # noqa: E501

Returns

The code of this ShipmentAssortment. # noqa: E501

Return type

str

property name

Gets the name of this ShipmentAssortment. # noqa: E501

Sortimendi nimetus # noqa: E501

Returns

The name of this ShipmentAssortment. # noqa: E501

Return type

str

openapi_types = {'code': 'str', 'name': 'str', 'product_group': 'str'}
property product_group

Gets the product_group of this ShipmentAssortment. # noqa: E501

Tootegrupi kood # noqa: E501

Returns

The product_group of this ShipmentAssortment. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.shipment_item module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.shipment_item.ShipmentItem(amount=None, pack=None, unit_code=None, assortment=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property amount

Gets the amount of this ShipmentItem. # noqa: E501

Kogus # noqa: E501

Returns

The amount of this ShipmentItem. # noqa: E501

Return type

float

property assortment

Gets the assortment of this ShipmentItem. # noqa: E501

Returns

The assortment of this ShipmentItem. # noqa: E501

Return type

ShipmentAssortment

attribute_map = {'amount': 'amount', 'assortment': 'assortment', 'pack': 'pack', 'unit_code': 'unitCode'}
openapi_types = {'amount': 'float', 'assortment': 'ShipmentAssortment', 'pack': 'Pack', 'unit_code': 'str'}
property pack

Gets the pack of this ShipmentItem. # noqa: E501

Returns

The pack of this ShipmentItem. # noqa: E501

Return type

Pack

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property unit_code

Gets the unit_code of this ShipmentItem. # noqa: E501

[Mõõtühiku kood](#operation/MeasurementUnits_List) # noqa: E501

Returns

The unit_code of this ShipmentItem. # noqa: E501

Return type

str

pyevr.openapi_client.models.source module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.source.Source(name=None, code=None, compartment=None, appropriation=None, planning_area=None, address=None, coordinates=None, contact_person=None, near_address=None, source_document_url=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this Source. # noqa: E501

Returns

The address of this Source. # noqa: E501

Return type

Address

property appropriation

Gets the appropriation of this Source. # noqa: E501

Eraldis # noqa: E501

Returns

The appropriation of this Source. # noqa: E501

Return type

str

attribute_map = {'address': 'address', 'appropriation': 'appropriation', 'code': 'code', 'compartment': 'compartment', 'contact_person': 'contactPerson', 'coordinates': 'coordinates', 'name': 'name', 'near_address': 'nearAddress', 'planning_area': 'planningArea', 'source_document_url': 'sourceDocumentUrl'}
property code

Gets the code of this Source. # noqa: E501

Laokood # noqa: E501

Returns

The code of this Source. # noqa: E501

Return type

str

property compartment

Gets the compartment of this Source. # noqa: E501

Kvartal # noqa: E501

Returns

The compartment of this Source. # noqa: E501

Return type

str

property contact_person

Gets the contact_person of this Source. # noqa: E501

Returns

The contact_person of this Source. # noqa: E501

Return type

ContactPerson

property coordinates

Gets the coordinates of this Source. # noqa: E501

Returns

The coordinates of this Source. # noqa: E501

Return type

Coordinates

property name

Gets the name of this Source. # noqa: E501

Maaüksuse või laoplatsi nimi # noqa: E501

Returns

The name of this Source. # noqa: E501

Return type

str

property near_address

Gets the near_address of this Source. # noqa: E501

Lähiaadress # noqa: E501

Returns

The near_address of this Source. # noqa: E501

Return type

str

openapi_types = {'address': 'Address', 'appropriation': 'str', 'code': 'str', 'compartment': 'str', 'contact_person': 'ContactPerson', 'coordinates': 'Coordinates', 'name': 'str', 'near_address': 'str', 'planning_area': 'str', 'source_document_url': 'str'}
property planning_area

Gets the planning_area of this Source. # noqa: E501

Planeerimispiirkond # noqa: E501

Returns

The planning_area of this Source. # noqa: E501

Return type

str

property source_document_url

Gets the source_document_url of this Source. # noqa: E501

Päritoludokumendi URL # noqa: E501

Returns

The source_document_url of this Source. # noqa: E501

Return type

str

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.start_waybill_request module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.start_waybill_request.StartWaybillRequest(owner=None, transport=None, receiver=None, place_of_delivery=None, comment=None, departure_time=None, submission_time=None, shipments=None, pre_journey_mileage=None, user_custom_data=None, mass=None, viewers=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'comment': 'comment', 'departure_time': 'departureTime', 'mass': 'mass', 'owner': 'owner', 'place_of_delivery': 'placeOfDelivery', 'pre_journey_mileage': 'preJourneyMileage', 'receiver': 'receiver', 'shipments': 'shipments', 'submission_time': 'submissionTime', 'transport': 'transport', 'user_custom_data': 'userCustomData', 'viewers': 'viewers'}
property comment

Gets the comment of this StartWaybillRequest. # noqa: E501

Märkused/lisainfo # noqa: E501

Returns

The comment of this StartWaybillRequest. # noqa: E501

Return type

str

property departure_time

Gets the departure_time of this StartWaybillRequest. # noqa: E501

Väljasõidu aeg # noqa: E501

Returns

The departure_time of this StartWaybillRequest. # noqa: E501

Return type

datetime

property mass

Gets the mass of this StartWaybillRequest. # noqa: E501

Autorongi mass tonnides # noqa: E501

Returns

The mass of this StartWaybillRequest. # noqa: E501

Return type

float

openapi_types = {'comment': 'str', 'departure_time': 'datetime', 'mass': 'float', 'owner': 'Owner', 'place_of_delivery': 'WaybillPlaceOfDelivery', 'pre_journey_mileage': 'int', 'receiver': 'Receiver', 'shipments': 'list[Shipment]', 'submission_time': 'datetime', 'transport': 'Transport', 'user_custom_data': 'object', 'viewers': 'list[Viewer]'}
property owner

Gets the owner of this StartWaybillRequest. # noqa: E501

Returns

The owner of this StartWaybillRequest. # noqa: E501

Return type

Owner

property place_of_delivery

Gets the place_of_delivery of this StartWaybillRequest. # noqa: E501

Returns

The place_of_delivery of this StartWaybillRequest. # noqa: E501

Return type

WaybillPlaceOfDelivery

property pre_journey_mileage

Gets the pre_journey_mileage of this StartWaybillRequest. # noqa: E501

Ettesõidu kilometraaž # noqa: E501

Returns

The pre_journey_mileage of this StartWaybillRequest. # noqa: E501

Return type

int

property receiver

Gets the receiver of this StartWaybillRequest. # noqa: E501

Returns

The receiver of this StartWaybillRequest. # noqa: E501

Return type

Receiver

property shipments

Gets the shipments of this StartWaybillRequest. # noqa: E501

Lähetatud veose andmed # noqa: E501

Returns

The shipments of this StartWaybillRequest. # noqa: E501

Return type

list[Shipment]

property submission_time

Gets the submission_time of this StartWaybillRequest. # noqa: E501

Veoselehe EVR-i saatmise aeg # noqa: E501

Returns

The submission_time of this StartWaybillRequest. # noqa: E501

Return type

datetime

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property transport

Gets the transport of this StartWaybillRequest. # noqa: E501

Returns

The transport of this StartWaybillRequest. # noqa: E501

Return type

Transport

property user_custom_data

Gets the user_custom_data of this StartWaybillRequest. # noqa: E501

Api kasutaja poolt kohandatavad andmed # noqa: E501

Returns

The user_custom_data of this StartWaybillRequest. # noqa: E501

Return type

object

property viewers

Gets the viewers of this StartWaybillRequest. # noqa: E501

Veoselehe vaatlejad # noqa: E501

Returns

The viewers of this StartWaybillRequest. # noqa: E501

Return type

list[Viewer]

pyevr.openapi_client.models.transport module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.transport.Transport(transporter=None, driver_name=None, driver_id_code=None, driver_phone=None, van_registration_number=None, trailer_registration_number=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'driver_id_code': 'driverIdCode', 'driver_name': 'driverName', 'driver_phone': 'driverPhone', 'trailer_registration_number': 'trailerRegistrationNumber', 'transporter': 'transporter', 'van_registration_number': 'vanRegistrationNumber'}
property driver_id_code

Gets the driver_id_code of this Transport. # noqa: E501

Autojuhi isikukood # noqa: E501

Returns

The driver_id_code of this Transport. # noqa: E501

Return type

str

property driver_name

Gets the driver_name of this Transport. # noqa: E501

Autojuhi nimi # noqa: E501

Returns

The driver_name of this Transport. # noqa: E501

Return type

str

property driver_phone

Gets the driver_phone of this Transport. # noqa: E501

Autojuhi telefoninumber # noqa: E501

Returns

The driver_phone of this Transport. # noqa: E501

Return type

str

openapi_types = {'driver_id_code': 'str', 'driver_name': 'str', 'driver_phone': 'str', 'trailer_registration_number': 'str', 'transporter': 'Transporter', 'van_registration_number': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property trailer_registration_number

Gets the trailer_registration_number of this Transport. # noqa: E501

Haagise kasutamise korral haagise riiklik registreerimisnumber # noqa: E501

Returns

The trailer_registration_number of this Transport. # noqa: E501

Return type

str

property transporter

Gets the transporter of this Transport. # noqa: E501

Returns

The transporter of this Transport. # noqa: E501

Return type

Transporter

property van_registration_number

Gets the van_registration_number of this Transport. # noqa: E501

Veoki riiklik registreerimisnumber # noqa: E501

Returns

The van_registration_number of this Transport. # noqa: E501

Return type

str

pyevr.openapi_client.models.transporter module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.transporter.Transporter(name=None, code=None, contact_person=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code', 'contact_person': 'contactPerson', 'name': 'name'}
property code

Gets the code of this Transporter. # noqa: E501

Isiku- või registrikood # noqa: E501

Returns

The code of this Transporter. # noqa: E501

Return type

str

property contact_person

Gets the contact_person of this Transporter. # noqa: E501

Returns

The contact_person of this Transporter. # noqa: E501

Return type

ContactPerson

property name

Gets the name of this Transporter. # noqa: E501

Nimi # noqa: E501

Returns

The name of this Transporter. # noqa: E501

Return type

str

openapi_types = {'code': 'str', 'contact_person': 'ContactPerson', 'name': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.unload_waybill_request module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.unload_waybill_request.UnloadWaybillRequest(total_journey_mileage=None, comment=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'comment': 'comment', 'total_journey_mileage': 'totalJourneyMileage'}
property comment

Gets the comment of this UnloadWaybillRequest. # noqa: E501

Kommentaar # noqa: E501

Returns

The comment of this UnloadWaybillRequest. # noqa: E501

Return type

str

openapi_types = {'comment': 'str', 'total_journey_mileage': 'int'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_journey_mileage

Gets the total_journey_mileage of this UnloadWaybillRequest. # noqa: E501

Kilometraaž koormaga # noqa: E501

Returns

The total_journey_mileage of this UnloadWaybillRequest. # noqa: E501

Return type

int

pyevr.openapi_client.models.validation_result module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.validation_result.ValidationResult(errors=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'errors': 'errors'}
property errors

Gets the errors of this ValidationResult. # noqa: E501

Returns

The errors of this ValidationResult. # noqa: E501

Return type

dict(str, list[str])

openapi_types = {'errors': 'dict(str, list[str])'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.viewer module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.viewer.Viewer(code=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code'}
property code

Gets the code of this Viewer. # noqa: E501

Registrikood # noqa: E501

Returns

The code of this Viewer. # noqa: E501

Return type

str

openapi_types = {'code': 'str'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.waybill module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.waybill.Waybill(owner=None, transport=None, receiver=None, place_of_delivery=None, comment=None, departure_time=None, submission_time=None, shipments=None, pre_journey_mileage=None, user_custom_data=None, mass=None, number=None, status=None, creation_time=None, cancellation_time=None, cancellation_reason=None, total_journey_mileage=None, unloading_comment=None, unloading_time=None, finishing_time=None, last_modification_time=None, waybill_authorizations=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'cancellation_reason': 'cancellationReason', 'cancellation_time': 'cancellationTime', 'comment': 'comment', 'creation_time': 'creationTime', 'departure_time': 'departureTime', 'finishing_time': 'finishingTime', 'last_modification_time': 'lastModificationTime', 'mass': 'mass', 'number': 'number', 'owner': 'owner', 'place_of_delivery': 'placeOfDelivery', 'pre_journey_mileage': 'preJourneyMileage', 'receiver': 'receiver', 'shipments': 'shipments', 'status': 'status', 'submission_time': 'submissionTime', 'total_journey_mileage': 'totalJourneyMileage', 'transport': 'transport', 'unloading_comment': 'unloadingComment', 'unloading_time': 'unloadingTime', 'user_custom_data': 'userCustomData', 'waybill_authorizations': 'waybillAuthorizations'}
property cancellation_reason

Gets the cancellation_reason of this Waybill. # noqa: E501

Tühistamise põhjus (kui veoseleht on tühistatud) # noqa: E501

Returns

The cancellation_reason of this Waybill. # noqa: E501

Return type

str

property cancellation_time

Gets the cancellation_time of this Waybill. # noqa: E501

Tühistamise aeg (kui veoseleht on tühistatud) # noqa: E501

Returns

The cancellation_time of this Waybill. # noqa: E501

Return type

datetime

property comment

Gets the comment of this Waybill. # noqa: E501

Märkused/lisainfo # noqa: E501

Returns

The comment of this Waybill. # noqa: E501

Return type

str

property creation_time

Gets the creation_time of this Waybill. # noqa: E501

Loomise aeg # noqa: E501

Returns

The creation_time of this Waybill. # noqa: E501

Return type

datetime

property departure_time

Gets the departure_time of this Waybill. # noqa: E501

Väljasõidu aeg # noqa: E501

Returns

The departure_time of this Waybill. # noqa: E501

Return type

datetime

property finishing_time

Gets the finishing_time of this Waybill. # noqa: E501

Veoselehe lõpetamise aeg (kui veoseleht on lõpetatud) # noqa: E501

Returns

The finishing_time of this Waybill. # noqa: E501

Return type

datetime

property last_modification_time

Gets the last_modification_time of this Waybill. # noqa: E501

Veoselehe viimase muutmise aeg # noqa: E501

Returns

The last_modification_time of this Waybill. # noqa: E501

Return type

datetime

property mass

Gets the mass of this Waybill. # noqa: E501

Autorongi mass tonnides # noqa: E501

Returns

The mass of this Waybill. # noqa: E501

Return type

float

property number

Gets the number of this Waybill. # noqa: E501

Veoselehe number # noqa: E501

Returns

The number of this Waybill. # noqa: E501

Return type

str

openapi_types = {'cancellation_reason': 'str', 'cancellation_time': 'datetime', 'comment': 'str', 'creation_time': 'datetime', 'departure_time': 'datetime', 'finishing_time': 'datetime', 'last_modification_time': 'datetime', 'mass': 'float', 'number': 'str', 'owner': 'Owner', 'place_of_delivery': 'WaybillPlaceOfDelivery', 'pre_journey_mileage': 'int', 'receiver': 'Receiver', 'shipments': 'list[Shipment]', 'status': 'WaybillStatus', 'submission_time': 'datetime', 'total_journey_mileage': 'int', 'transport': 'Transport', 'unloading_comment': 'str', 'unloading_time': 'datetime', 'user_custom_data': 'object', 'waybill_authorizations': 'list[WaybillAuthorization]'}
property owner

Gets the owner of this Waybill. # noqa: E501

Returns

The owner of this Waybill. # noqa: E501

Return type

Owner

property place_of_delivery

Gets the place_of_delivery of this Waybill. # noqa: E501

Returns

The place_of_delivery of this Waybill. # noqa: E501

Return type

WaybillPlaceOfDelivery

property pre_journey_mileage

Gets the pre_journey_mileage of this Waybill. # noqa: E501

Ettesõidu kilometraaž # noqa: E501

Returns

The pre_journey_mileage of this Waybill. # noqa: E501

Return type

int

property receiver

Gets the receiver of this Waybill. # noqa: E501

Returns

The receiver of this Waybill. # noqa: E501

Return type

Receiver

property shipments

Gets the shipments of this Waybill. # noqa: E501

Lähetatud veose andmed # noqa: E501

Returns

The shipments of this Waybill. # noqa: E501

Return type

list[Shipment]

property status

Gets the status of this Waybill. # noqa: E501

Returns

The status of this Waybill. # noqa: E501

Return type

WaybillStatus

property submission_time

Gets the submission_time of this Waybill. # noqa: E501

Veoselehe EVR-i saatmise aeg # noqa: E501

Returns

The submission_time of this Waybill. # noqa: E501

Return type

datetime

to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property total_journey_mileage

Gets the total_journey_mileage of this Waybill. # noqa: E501

Kilometraaž koormaga (kui veoselehel on vedu lõpetatud) # noqa: E501

Returns

The total_journey_mileage of this Waybill. # noqa: E501

Return type

int

property transport

Gets the transport of this Waybill. # noqa: E501

Returns

The transport of this Waybill. # noqa: E501

Return type

Transport

property unloading_comment

Gets the unloading_comment of this Waybill. # noqa: E501

Mahalaadimise kommentaar (kui veoselehel on vedu lõpetatud) # noqa: E501

Returns

The unloading_comment of this Waybill. # noqa: E501

Return type

str

property unloading_time

Gets the unloading_time of this Waybill. # noqa: E501

Mahalaadimise aeg (kui veoselehel on vedu lõpetatud) # noqa: E501

Returns

The unloading_time of this Waybill. # noqa: E501

Return type

datetime

property user_custom_data

Gets the user_custom_data of this Waybill. # noqa: E501

Api kasutaja poolt kohandatavad andmed # noqa: E501

Returns

The user_custom_data of this Waybill. # noqa: E501

Return type

object

property waybill_authorizations

Gets the waybill_authorizations of this Waybill. # noqa: E501

Veoselehe volitused # noqa: E501

Returns

The waybill_authorizations of this Waybill. # noqa: E501

Return type

list[WaybillAuthorization]

pyevr.openapi_client.models.waybill_authorization module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.waybill_authorization.WaybillAuthorization(code=None, type=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

attribute_map = {'code': 'code', 'type': 'type'}
property code

Gets the code of this WaybillAuthorization. # noqa: E501

Registrikood # noqa: E501

Returns

The code of this WaybillAuthorization. # noqa: E501

Return type

str

openapi_types = {'code': 'str', 'type': 'AuthorizationType'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property type

Gets the type of this WaybillAuthorization. # noqa: E501

Returns

The type of this WaybillAuthorization. # noqa: E501

Return type

AuthorizationType

pyevr.openapi_client.models.waybill_place_of_delivery module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.waybill_place_of_delivery.WaybillPlaceOfDelivery(code=None, name=None, coordinates=None, address=None, contact_person=None, near_address=None, user_custom_data=None, local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

property address

Gets the address of this WaybillPlaceOfDelivery. # noqa: E501

Returns

The address of this WaybillPlaceOfDelivery. # noqa: E501

Return type

Address

attribute_map = {'address': 'address', 'code': 'code', 'contact_person': 'contactPerson', 'coordinates': 'coordinates', 'name': 'name', 'near_address': 'nearAddress', 'user_custom_data': 'userCustomData'}
property code

Gets the code of this WaybillPlaceOfDelivery. # noqa: E501

EVR tarnekoha kood (kui on EVR-i lisatud tarnekoht) # noqa: E501

Returns

The code of this WaybillPlaceOfDelivery. # noqa: E501

Return type

str

property contact_person

Gets the contact_person of this WaybillPlaceOfDelivery. # noqa: E501

Returns

The contact_person of this WaybillPlaceOfDelivery. # noqa: E501

Return type

ContactPerson

property coordinates

Gets the coordinates of this WaybillPlaceOfDelivery. # noqa: E501

Returns

The coordinates of this WaybillPlaceOfDelivery. # noqa: E501

Return type

Coordinates

property name

Gets the name of this WaybillPlaceOfDelivery. # noqa: E501

Tarnekoha nimi # noqa: E501

Returns

The name of this WaybillPlaceOfDelivery. # noqa: E501

Return type

str

property near_address

Gets the near_address of this WaybillPlaceOfDelivery. # noqa: E501

Lähiaadress # noqa: E501

Returns

The near_address of this WaybillPlaceOfDelivery. # noqa: E501

Return type

str

openapi_types = {'address': 'Address', 'code': 'str', 'contact_person': 'ContactPerson', 'coordinates': 'Coordinates', 'name': 'str', 'near_address': 'str', 'user_custom_data': 'object'}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

property user_custom_data

Gets the user_custom_data of this WaybillPlaceOfDelivery. # noqa: E501

Api kasutaja poolt kohandatavad andmed # noqa: E501

Returns

The user_custom_data of this WaybillPlaceOfDelivery. # noqa: E501

Return type

object

pyevr.openapi_client.models.waybill_sort_field module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.waybill_sort_field.WaybillSortField(local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

CREATIONTIMEASC = 'creationTimeAsc'
CREATIONTIMEDESC = 'creationTimeDesc'
LASTMODIFICATIONTIMEASC = 'lastModificationTimeAsc'
LASTMODIFICATIONTIMEDESC = 'lastModificationTimeDesc'
allowable_values = ['creationTimeAsc', 'creationTimeDesc', 'lastModificationTimeAsc', 'lastModificationTimeDesc']
Attributes:
openapi_types (dict): The key is attribute name

and the value is attribute type.

attribute_map (dict): The key is attribute name

and the value is json key in definition.

attribute_map = {}
openapi_types = {}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

pyevr.openapi_client.models.waybill_status module

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech

class pyevr.openapi_client.models.waybill_status.WaybillStatus(local_vars_configuration=None)[source]

Bases: object

NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech

Do not edit the class manually.

CANCELLED = 'cancelled'
FINISHED = 'finished'
SHIPPING = 'shipping'
UNLOADED = 'unloaded'
allowable_values = ['shipping', 'cancelled', 'unloaded', 'finished']
Attributes:
openapi_types (dict): The key is attribute name

and the value is attribute type.

attribute_map (dict): The key is attribute name

and the value is json key in definition.

attribute_map = {}
openapi_types = {}
to_dict()[source]

Returns the model properties as a dict

to_str()[source]

Returns the string representation of the model

Module contents

EVR API

OpenAPI Generator’i jaoks kohandatud EVR API kirjeldus. Kasuta seda juhul, kui spetsifikatsioonile vastava EVR API kirjeldusega ei õnnestu klienti genereerida. # noqa: E501

The version of the OpenAPI document: 1.5.0 Generated by: https://openapi-generator.tech