POST api/Accura/ThemeAdd
Request Information
URI Parameters
None.
Body Parameters
thee| Name | Description | Type | Additional information |
|---|---|---|---|
| Date | date |
None. |
|
| Time | string |
None. |
|
| Room | string |
None. |
|
| Theme | string |
None. |
|
| Speaker | string |
None. |
|
| SubTheme | string |
None. |
|
| ZoomLink | string |
None. |
|
| ID | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"Date": "2026-01-13T04:33:42.6630114+05:30",
"Time": "sample string 1",
"Room": "sample string 2",
"Theme": "sample string 3",
"Speaker": "sample string 4",
"SubTheme": "sample string 5",
"ZoomLink": "sample string 6",
"ID": "sample string 7",
"Password": "sample string 8"
}
application/xml, text/xml
Sample:
<LoginModels.thee xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models"> <Date>2026-01-13T04:33:42.6630114+05:30</Date> <ID>sample string 7</ID> <Password>sample string 8</Password> <Room>sample string 2</Room> <Speaker>sample string 4</Speaker> <SubTheme>sample string 5</SubTheme> <Theme>sample string 3</Theme> <Time>sample string 1</Time> <ZoomLink>sample string 6</ZoomLink> </LoginModels.thee>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.