diff --git a/3.7.-request=user_minianswer.md b/3.7.-request=user_minianswer.md new file mode 100644 index 0000000..4ab0ac4 --- /dev/null +++ b/3.7.-request=user_minianswer.md @@ -0,0 +1,18 @@ +### request=user_minianswer + +**request** PUSH user-minianswer + +| key | Required | Format | Comment | +| ---------- | -------- | ------- | ----------------------------------- | +| authcookie | + | text | unique encrypted key OR merchant_id | +| q1 | o | text | answer of question 1 | +| q2 | o | text | answer of question 2 | +| q3 | o | text | answer of question 3 | + +Example +**REST request=user_minianswer** +``` +https://shareeapp-primary.copri-bike.de/APIjsonserver?request=user_minianswer&q1=opt5&q2=opt4&q3=freetext&authcookie=6d06622b256f73db942396_uvbuw813488 +``` + +**response** is just the **sharee JSON default** \ No newline at end of file