PUT api/FormImport
Puts the specified XML document.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
xmlDocument | The XML document. |
Define this parameter in the request body. |
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>true</boolean>