Example of POST vpz/input in a webbrowser

For the simulator ‘wwdm.vpz’ whose Id is 266 [2], enter in a webbrowser the URL [1] and click ‘POST’ button after having entered your commands in the POST space.

[1]The URL is http://erecord.toulouse.inra.fr:8000/vpz/input.
[2]The simulator Id is specified in the POST space by ‘vpz’.

Example

Example illustrating :

  • all’ as ‘outselect’
  • compact’ as style of presentation
  • with ‘application/x-www-form-urlencoded’ as ‘Media type’

REQUEST

Memo

URL :
http://erecord.toulouse.inra.fr:8000/vpz/input/

Content :
vpz=266&mode=compact&outselect=all

Example

Example illustrating :

  • all’ as ‘outselect’
  • compact’ as style of presentation
  • with ‘application/json’ as ‘Media type’

REQUEST

Memo

URL :
http://erecord.toulouse.inra.fr:8000/vpz/input/

Content :
{"vpz":266,"mode":"compact","outselect":"all"}