POC Campus Condorcet : test de l'API pour formulaire de notification

This commit is contained in:
Paul Marillonnet 2017-06-15 11:57:16 +02:00
parent 3855b107f0
commit 8a686cbc98
2 changed files with 12 additions and 0 deletions

6
wcs_rest/curl_submit6.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
curl -H "Content-type: application/json" \
-H "Accept: application/json" \
-d@traitement_submit006.json \
http://forms-condorcet.dev.entrouvert.org/api/formdefs/notification/submit

View File

@ -0,0 +1,6 @@
{
"data": {
"host_email_address": "pmarillonnet@entrouvert.com"
}
}