POST api/FormImport

Posts the specified model.

Request Information

Parameters

NameDescriptionAdditional information
model
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>