We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ead5c64 + 8ba3c44 commit 530b391Copy full SHA for 530b391
novaposhta/models/internet_document.py
@@ -133,6 +133,8 @@ def save(
133
red_box_barcode: OptStr = None,
134
backward_delivery_data: OptListOfDicts = None,
135
recipient_address_note: OptStr = None,
136
+ additional_information: OptStr = None,
137
+ info_reg_client_barcodes: OptStr = None,
138
):
139
"""
140
Create document (delivery).
@@ -219,6 +221,8 @@ def save(
219
221
RedBoxBarcode=red_box_barcode,
220
222
BackwardDeliveryData=backward_delivery_data,
223
RecipientAddressNote=recipient_address_note,
224
+ AdditionalInformation=additional_information,
225
+ InfoRegClientBarcodes=info_reg_client_barcodes,
226
)
227
228
@api_method("update")
0 commit comments