Child pages
  • Chapter 6 - Creation - Remote Online Form

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the web service, there is a method to retrieve an empty XML. It is accessible via a URL formatted as follows: http://myprestashopexample.com/api/(resource name)?schema=blank

Note

It is possible to replace the parameter scheme value "blank" with "synopsis" in order to gain more information about the resource fields.

...

Code Block
$xml = $webService->get(array('url' => 'http://myprestashopexample.com/api/customers?schema=blank'));

...

If you have trouble, look at the code for the 3-Create.php sample file.