updated manual authored by Martin Straka's avatar Martin Straka
......@@ -126,7 +126,7 @@ datovka --login "username='xxxxxx'" --send-msg "dbIDRecipient='yyyyyyy;zzzzzzz',
* *dmType* - Type of messages. Values: {sent,received}, default is received. [Mandatory]
* *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]
* *markDownload* - Set message as locally read. Values: {yes,no}, default is no. [Optional]
* *markDownload* - Set message as locally readed. Values: {yes,no}, default is no. [Optional]
Return [msgStruct, status, (ZFO file)]
......
......