updated manual authored by Martin Straka's avatar Martin Straka
......@@ -94,7 +94,7 @@ datovka --login "username='xxxxxx',password='yyyyyyyy'" --get-msg-list "dmType='
```
**--send-msg**
* *dbIDRecipient* - Box ID of recipient. Length is 7 characters. [Mandatory]
* *dbIDRecipient* - List of recipient Box ID separated by commas. Length of one Box ID is 7 characters. At least one must be specified. [Mandatory]
* *dmAnnotation* - Subject (title) of the message. Maximal length is 255 characters. [Mandatory]
* *dmToHands* - Person in recipient organisation. Maximal length is 50 characters. [Optional]
* *dmRecipientRefNumber* - Czech: číslo jednací příjemce. Maximal length is 50 characters. [Optional]
......@@ -118,7 +118,7 @@ Return [dmID, status]
Example:
```
datovka --login "username='xxxxxx'" --send-msg "dbIDRecipient='zzzzzzz',dmAnnotation='Example',dmPersonalDelivery='1',dmAllowSubstDelivery='1',dmOVM='0',dmPublishOwnID='0',dmAttachment='C:\temp\info.doc;C:\temp\food.doc'"
datovka --login "username='xxxxxx'" --send-msg "dbIDRecipient='yyyyyyy,zzzzzzz',dmAnnotation='Example',dmPersonalDelivery='1',dmAllowSubstDelivery='1',dmOVM='0',dmPublishOwnID='0',dmAttachment='C:\temp\info.doc;C:\temp\food.doc'"
```
**--get-msg**
......
......