POST api/admin/dashboard/v1/dashboard
Request Information
URI Parameters
None.
Body Parameters
Dashboard| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| user_id | integer |
None. |
|
| last_modified | date |
None. |
|
| year | integer |
None. |
|
| type | integer |
None. |
|
| data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"user_id": 3,
"last_modified": "2025-12-06T04:29:56.8906574+00:00",
"year": 5,
"type": 6,
"data": "sample string 7"
}
application/xml, text/xml
Sample:
<Dashboard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <data>sample string 7</data> <id>1</id> <last_modified>2025-12-06T04:29:56.8906574+00:00</last_modified> <name>sample string 2</name> <type>6</type> <user_id>3</user_id> <year>5</year> </Dashboard>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.