Example of the PUT map function

In the following example, assume that the adapter is used in a PUT function:
=PARSE(VALID(PUT("MONGO","-HOST 192.168.56.102 -PORT 27017 -USER testuser -SDF -PASSWORD ******** -DATABASE testdb -AUTHDATABASE admin -COLLECTION mycollection -TV m4mongo.mtr", "{""occupation"":""baker"", ""salary"":50000}"), FAIL(LASTERRORMSG())))