Update README.md
This commit is contained in:
parent
863e4f465d
commit
b6affaf6ea
@ -585,12 +585,16 @@ Parameters while sending
|
|||||||
|
|
||||||
##### Important: Never use senderIDs in SEND DATA options. The system automatically picks the FLO ID of the sender from FLO Globals. Its a common mistake developers make.
|
##### Important: Never use senderIDs in SEND DATA options. The system automatically picks the FLO ID of the sender from FLO Globals. Its a common mistake developers make.
|
||||||
|
|
||||||
|
##### Type is mandatory in SEND DATA because without at least one data identifier like TYPE, the message cannot be retrieved back
|
||||||
|
|
||||||
### REQUEST DATA
|
### REQUEST DATA
|
||||||
|
|
||||||
|
Parameters while requesting
|
||||||
|
|
||||||
|
* `Type`: User defined type (retrieves all data of that type which the sender might have used in SEND DATA phase)
|
||||||
|
|
||||||
#### request options
|
#### request options
|
||||||
* `receiverID` - receiver FLO ID of the data
|
* `receiverID` - receiver FLO ID of the data
|
||||||
* `type` - type of the data ( a free user field that sender might have used in SEND DATA phase)
|
|
||||||
* `senderIDs` - array of senderIDs
|
* `senderIDs` - array of senderIDs
|
||||||
* `application` - application of the data
|
* `application` - application of the data
|
||||||
* `comment` - comment of the data
|
* `comment` - comment of the data
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user