No commit message authored by Martin Straka's avatar Martin Straka
No commit message
......@@ -123,7 +123,7 @@ datovka --login "username='xxxxxx',method='user',type='std',password='yyyyyyyy'"
**--download-msg**
* *dmID* - Message ID. Maximal length 20 characters. [Mandatory]
* *dmType* - Type of messages. Values: {sent,received}, default is received. [Mandatory]
* *dmZFOPath* - Full path where message ZFO file will be saved. If not specified, message will be stored only to database. [Optional]
* *dmZfo* - Full path where message ZFO file will be saved. If not specified, message will be stored only to database. [Optional]
Return [msgStruct, status]
......@@ -131,19 +131,19 @@ Return [msgStruct, status]
Example:
```
datovka --login "username='xxxxxx',method='user',type='std',password='yyyyyyyy'" --download-msg "dmID='123456789',dmType='received',dmZFOPath='C:\temp\message.zfo"
datovka --login "username='xxxxxx',method='user',type='std',password='yyyyyyyy'" --download-msg "dmID='123456789',dmType='received',dmZfo='C:\temp\message.zfo"
```
**--download-delivery-info**
* *dmID* - Message ID. Maximal length 20 characters. [Mandatory]
* *dmZFOPath* - Full path where delivery info ZFO file will be saved. If not specified, delivery info will be stored only to database. [Optional]
* *dmZfo* - Full path where delivery info ZFO file will be saved. If not specified, delivery info will be stored only to database. [Optional]
Return [deliveryStruct, status]
Example:
```
datovka --login "username='xxxxxx',method='user',type='std',password='yyyyyyyy'" --download-delivery-info "dmID='123456789',dmZFOPath='C:\temp\dinfo.zfo"
datovka --login "username='xxxxxx',method='user',type='std',password='yyyyyyyy'" --download-delivery-info "dmID='123456789',dmZfo='C:\temp\dinfo.zfo"
```
**--get-user-info**
......
......