Added prerequisites authored by Martin Straka's avatar Martin Straka
......@@ -122,7 +122,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. [Optional]
* *dmZFOPath* - Full path where message ZFO file will be saved. If not specified, message will be stored only to database. [Optional]
Return [msgStruct, status]
......@@ -135,7 +135,7 @@ datovka --login "username='xxxxxx',method='user',type='std',password='yyyyyyyy'"
**--download-delivery-info**
* *dmID* - Message ID. Maximal length 20 characters. [Mandatory]
* *dmZFOPath* - Full path where delivery info ZFO file will be saved. [Optional]
* *dmZFOPath* - 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]
......
......