... | ... | @@ -8,7 +8,6 @@ |
|
|
|
|
|
Return
|
|
|
* [status] - 0 is success, 1 error.
|
|
|
* Message/envelope/delivery info ZFO/PDF file saved to target path if was set.
|
|
|
* if an error then error code and its description are writing into stderr.
|
|
|
|
|
|
Example:
|
... | ... | @@ -29,7 +28,8 @@ datovka --login "username='xxxxxx'" --export-msg "dmID='123456789',exportPath='C |
|
|
|
|
|
Return
|
|
|
* [status] - 0 is success, 1 error.
|
|
|
* List of message ID of files saved to target path if was set.
|
|
|
* List of exported message ID.
|
|
|
* List of non-exported message ID.
|
|
|
* if an error then error code and its description are writing into stderr.
|
|
|
|
|
|
Example:
|
... | ... | |