PUT api/FormImport

Puts the specified XML document.

Request Information

Parameters

Name Description
xmlDocument

(param in the body)

The XML document.

Request body formats

application/xml

Sample:
<?xml version="1.0" encoding="UTF-8"?>
-<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>

text/xml

Sample:

Sample not available.

Response Information

true if successful, false otherwise.

Response body formats

application/xml, text/xml

Sample:
<boolean>false</boolean>