POST api/Marketing/SubmitIdea
Submit idea
Request Information
URI Parameters
None.
Body Parameters
Idea| Name | Description | Type | Additional information |
|---|---|---|---|
| IdeaId | integer |
None. |
|
| UserId | integer |
None. |
|
| Message | string |
None. |
|
| Created | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdeaId": 1,
"UserId": 2,
"Message": "sample string 3",
"Created": "2026-01-09T13:18:23.3734228-05:00"
}
application/xml, text/xml
Sample:
<Idea xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Virtuoso.Domain"> <Created>2026-01-09T13:18:23.3734228-05:00</Created> <IdeaId>1</IdeaId> <Message>sample string 3</Message> <UserId>2</UserId> </Idea>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.