POST api/Forms/SubmitResults
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
| Name | Description | Additional 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": "b8b8315c-4a3c-4689-825d-08e1ce34358e"
}
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>b8b8315c-4a3c-4689-825d-08e1ce34358e</MembershipID> <NotificationResults>sample string 2</NotificationResults> <Results>sample string 1</Results> </SubmitFormResultsRequest>
Response Information
Response body formats
application/json, text/json
Sample:
{
"FormResultsID": "66428dc4-08f5-4d19-8029-02ba301a7a79",
"FormID": "f00d9163-c511-4557-8fa2-945ee1edaeb7",
"SiteName": "studio204records",
"FormName": "Contact - Basic",
"Results": "<b>Name:</b> April Brucker<br/><b>Email:</b> [email protected]<br/><b>Message:</b> Hello- If your listeners love timeless harmonies, classic vocal groups, and the golden era of American popular music, I’d love to share a new release that bridges tradition with a lighthearted, modern twist. The World Famous Ink Spots — the legendary vocal group behind standards like “I Don’t Want to Set the World on Fire” — have just released a brand-new single, “That’s The Way It Is.” The song reimagines the Ink Spots’ 1945 classic (famously recorded by Ella Fitzgerald and Bill Kenny), preserving the group’s signature sound while introducing something entirely new: For the first time in their history, the Ink Spots have recorded a duet with a ventriloquist. The track features Ink Spots lead singer Pernell Berry, joined by May Wilson, the glamorous, quick-witted puppet partner of comedian and ventriloquist April Brucker(known to many radio and TV audiences from “My Strange Addiction” and recent international press coverage in the “Daily Star” and UK’s “That’s Life!” Magazine). Despite the unexpected pairing, the performance remains true to the Ink Spots’ legacy — warm harmonies, romantic phrasing, and a playful charm that feels right at home alongside classic big band and vocal group programming. Why this works for your playlist: • A legendary American vocal group with a brand-new release • A fresh interpretation of a 1940s classic familiar to longtime listeners • Respectful, era-appropriate sound with a touch of personality and humor • A unique interview opportunity tied to musical history • Appeals to both nostalgia lovers and curious new listeners. EPK available here and check out the music video. Thanks again and cheers- April Brucker [email protected]<br/><b>IP Address:</b> 2600:8801:1400:dc90:9593:c9c6:ee58:fc07",
"CreatedTime": "2026-01-18T19:05:07.28-08:00",
"Approved": null,
"ApprovalNote": null,
"MembershipID": null,
"SubmitProviderResponse": null,
"OrderID": 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>2026-01-19T03:05:07.28Z</d2p1:DateTime>
<d2p1:OffsetMinutes>-480</d2p1:OffsetMinutes>
</CreatedTime>
<FormID>f00d9163-c511-4557-8fa2-945ee1edaeb7</FormID>
<FormName>Contact - Basic</FormName>
<FormResultsID>66428dc4-08f5-4d19-8029-02ba301a7a79</FormResultsID>
<MediaList />
<MembershipID i:nil="true" />
<OrderID i:nil="true" />
<Results><b>Name:</b> April Brucker<br/><b>Email:</b> [email protected]<br/><b>Message:</b> Hello- If your listeners love timeless harmonies, classic vocal groups, and the golden era of American popular music, I’d love to share a new release that bridges tradition with a lighthearted, modern twist. The World Famous Ink Spots — the legendary vocal group behind standards like “I Don’t Want to Set the World on Fire” — have just released a brand-new single, “That’s The Way It Is.” The song reimagines the Ink Spots’ 1945 classic (famously recorded by Ella Fitzgerald and Bill Kenny), preserving the group’s signature sound while introducing something entirely new: For the first time in their history, the Ink Spots have recorded a duet with a ventriloquist. The track features Ink Spots lead singer Pernell Berry, joined by May Wilson, the glamorous, quick-witted puppet partner of comedian and ventriloquist April Brucker(known to many radio and TV audiences from “My Strange Addiction” and recent international press coverage in the “Daily Star” and UK’s “That’s Life!” Magazine). Despite the unexpected pairing, the performance remains true to the Ink Spots’ legacy — warm harmonies, romantic phrasing, and a playful charm that feels right at home alongside classic big band and vocal group programming. Why this works for your playlist: • A legendary American vocal group with a brand-new release • A fresh interpretation of a 1940s classic familiar to longtime listeners • Respectful, era-appropriate sound with a touch of personality and humor • A unique interview opportunity tied to musical history • Appeals to both nostalgia lovers and curious new listeners. EPK available here and check out the music video. Thanks again and cheers- April Brucker [email protected]<br/><b>IP Address:</b> 2600:8801:1400:dc90:9593:c9c6:ee58:fc07</Results>
<SiteName>studio204records</SiteName>
<SubmitProviderResponse i:nil="true" />
</FormResults>