Update README.md

This commit is contained in:
tripathyr 2020-07-05 10:23:00 +05:30 committed by GitHub
parent 863e4f465d
commit b6affaf6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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