POST webapi/root/Forms

Submits form results to the Site's current form. Scope Site.Name:{SiteName} must be granted to retrieve the information (in other words - results can only be submitted within the scope of a single Site).

Request Information

Parameters

NameDescriptionAdditional information
results
Forms results to submit.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Results": "sample string 1",
  "NotificationResults": "sample string 2",
  "MembershipID": "0e33f3ff-a76c-453e-827d-79255f6750f5"
}

application/xml, text/xml

Sample:
<SubmitFormResultsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoNET.WebAPI.Logic.Models">
  <MembershipID>0e33f3ff-a76c-453e-827d-79255f6750f5</MembershipID>
  <NotificationResults>sample string 2</NotificationResults>
  <Results>sample string 1</Results>
</SubmitFormResultsRequest>

Response Information

Response body formats

application/json, text/json

Sample:
{
  "FormResultsID": "12e59a27-31ce-4987-93f7-5c839a7d2080",
  "FormID": "8d2b5c44-0dbb-4a69-8168-9becf934901a",
  "SiteName": "homegardenstore",
  "FormName": "Contact - Basic",
  "Results": "<b>Name:</b> Technodream Project Manager $20/Month Website Hosting &amp;amp; Good for Ownership<br/><b>Phone:</b> 17027801633<br/><b>Email:</b> relationsmanager.technodream@gmail.com<br/><b>Message:</b> Hi There, You might be interested in getting a professionally made website for only a $600.00 one-time set-up fee. PROMO DETAILS: Custom Designed WordPress Website Promo for $600.00 and only $20 per month to host. Inclusions: Up to 15 Pages - Custom Design (Designed to your Satisfaction) Mobile Responsive Website Gallery Page The website is up for OWNERSHIP (after a minimum of 1 year hosting) Dynamic MSN / Google Map FREE Social Media Feed Embedding (FB/IG/Twitter) FREE YouTube Video Embedding FREE 3 sets of website revisions per month On-Page Optimization Standard Contact Form Can hold Unlimited text on each page Logo Creation Standard Search Engine Optimization (submission of keywords/ key phrases on the Search Engines for better visibility) 99.99% Hosting Uptime Friendly Customer Service 7 days a week We also have expertise in the following: Velo Programming (WIX) WooCommerce Programming Shopify Programming Custom E-Commerce Programming Website Edits/Content Changes Organic SEO (Search Engine Optimization) Social Media Marketing Google Ads Management Campaign Let us create a FREE mock-up design for you http://bitly.ws/K7Ms Thank you and looking forward to hearing from you. - Technodream Project Manager",
  "CreatedTime": "2024-04-23T04:55:34.243-07:00",
  "Approved": null,
  "ApprovalNote": null,
  "MembershipID": null,
  "SubmitProviderResponse": null,
  "MediaList": []
}

application/xml, text/xml

Sample:
<FormResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediaLibrarianCore">
  <ApprovalNote i:nil="true" />
  <Approved i:nil="true" />
  <CreatedTime xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-04-23T11:55:34.243Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>-420</d2p1:OffsetMinutes>
  </CreatedTime>
  <FormID>8d2b5c44-0dbb-4a69-8168-9becf934901a</FormID>
  <FormName>Contact - Basic</FormName>
  <FormResultsID>12e59a27-31ce-4987-93f7-5c839a7d2080</FormResultsID>
  <MediaList />
  <MembershipID i:nil="true" />
  <Results>&lt;b&gt;Name:&lt;/b&gt; Technodream Project Manager $20/Month Website Hosting &amp;amp;amp; Good for Ownership&lt;br/&gt;&lt;b&gt;Phone:&lt;/b&gt; 17027801633&lt;br/&gt;&lt;b&gt;Email:&lt;/b&gt; relationsmanager.technodream@gmail.com&lt;br/&gt;&lt;b&gt;Message:&lt;/b&gt; Hi There, You might be interested in getting a professionally made website for only a $600.00 one-time set-up fee. PROMO DETAILS: Custom Designed WordPress Website Promo for $600.00 and only $20 per month to host. Inclusions: Up to 15 Pages - Custom Design (Designed to your Satisfaction) Mobile Responsive Website Gallery Page The website is up for OWNERSHIP (after a minimum of 1 year hosting) Dynamic MSN / Google Map FREE Social Media Feed Embedding (FB/IG/Twitter) FREE YouTube Video Embedding FREE 3 sets of website revisions per month On-Page Optimization Standard Contact Form Can hold Unlimited text on each page Logo Creation Standard Search Engine Optimization (submission of keywords/ key phrases on the Search Engines for better visibility) 99.99% Hosting Uptime Friendly Customer Service 7 days a week We also have expertise in the following: Velo Programming (WIX) WooCommerce Programming Shopify Programming Custom E-Commerce Programming Website Edits/Content Changes Organic SEO (Search Engine Optimization) Social Media Marketing Google Ads Management Campaign Let us create a FREE mock-up design for you http://bitly.ws/K7Ms Thank you and looking forward to hearing from you. - Technodream Project Manager</Results>
  <SiteName>homegardenstore</SiteName>
  <SubmitProviderResponse i:nil="true" />
</FormResults>