Skip to content

Commit 530b391

Browse files
authored
Merge pull request #18 from ghostku/add_additional_information
Add Additional Information
2 parents ead5c64 + 8ba3c44 commit 530b391

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

novaposhta/models/internet_document.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ def save(
133133
red_box_barcode: OptStr = None,
134134
backward_delivery_data: OptListOfDicts = None,
135135
recipient_address_note: OptStr = None,
136+
additional_information: OptStr = None,
137+
info_reg_client_barcodes: OptStr = None,
136138
):
137139
"""
138140
Create document (delivery).
@@ -219,6 +221,8 @@ def save(
219221
RedBoxBarcode=red_box_barcode,
220222
BackwardDeliveryData=backward_delivery_data,
221223
RecipientAddressNote=recipient_address_note,
224+
AdditionalInformation=additional_information,
225+
InfoRegClientBarcodes=info_reg_client_barcodes,
222226
)
223227

224228
@api_method("update")

0 commit comments

Comments
 (0)