No commit message authored by Martin Straka's avatar Martin Straka
No commit message
......@@ -127,7 +127,7 @@ datovka --login "username='xxxxxx'" --send-msg "dbIDRecipient='zzzzzzz',dmAnnota
* *zfoFile* - Full path where message ZFO file will be saved. If not specified, message will be stored only to database. [Optional]
* *download* - Values: {yes,no,ondemand}. Specifies whether to download the message from ISDS server (no = never download, use from database if present; yes = always download even if does already exist in database; ondemand = download only if doesn't exist in database). Default is ondemand. [Optional]
Return [msgStruct, status]
Return [msgStruct, status, (ZFO file)]
Example:
......@@ -141,7 +141,7 @@ datovka --login "username='xxxxxx'" --get-msg "dmID='123456789',dmType='received
* *zfoFile* - Full path where message ZFO file will be saved. If not specified, message will be stored only to database. [Optional]
* *download* - Values: {yes,no,ondemand}. Specifies whether to download the message from ISDS server (no = never download, use from database if present; yes = always download even if does already exist in database; ondemand = download only if doesn't exist in database). Default is ondemand. [Optional]
Return [deliveryStruct, status]
Return [deliveryStruct, status, (ZFO file)]
Example:
......
......