POST api/v1/MyAmadeoDesigns/UpdateMyAmadeoDesign
Request Information
URI Parameters
None.
Body Parameters
MyAmadeoDesign| Name | Description | Type | Additional information |
|---|---|---|---|
| _SkyAccessDesignID | integer |
None. |
|
| _ID | string |
None. |
|
| _StaticTxt | string |
None. |
|
| _VarTxt | string |
None. |
|
| _VarTxt2 | string |
None. |
|
| _Color | string |
None. |
|
| _BgColor | string |
None. |
|
| _PageType | PageTypes |
None. |
|
| _EntryType | EntryTypes |
None. |
|
| _ModuleType | ModuleTypes |
None. |
|
| _Enabled | boolean |
None. |
|
| _Links | string |
None. |
|
| _Links2 | string |
None. |
|
| _MenuIcon | string |
None. |
|
| _Classes | string |
None. |
|
| _Longitude | string |
None. |
|
| _Latitude | string |
None. |
|
| _StatTranslate | string |
None. |
|
| _FontSz | string |
None. |
|
| _FontFam | string |
None. |
|
| _High | string |
None. |
|
| _Wdth | string |
None. |
|
| _Eff | string |
None. |
|
| _Speed | integer |
None. |
|
| _Ord | integer |
None. |
|
| _SysNumber | integer |
None. |
|
| _RecordType | RECORD_TYPE |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_SkyAccessDesignID": 1,
"_ID": "sample string 2",
"_StaticTxt": "sample string 3",
"_VarTxt": "sample string 4",
"_VarTxt2": "sample string 5",
"_Color": "sample string 6",
"_BgColor": "sample string 7",
"_PageType": 0,
"_EntryType": 0,
"_ModuleType": 0,
"_Enabled": true,
"_Links": "sample string 9",
"_Links2": "sample string 10",
"_MenuIcon": "sample string 11",
"_Classes": "sample string 12",
"_Longitude": "sample string 13",
"_Latitude": "sample string 14",
"_StatTranslate": "sample string 15",
"_FontSz": "sample string 16",
"_FontFam": "sample string 17",
"_High": "sample string 18",
"_Wdth": "sample string 19",
"_Eff": "sample string 20",
"_Speed": 21,
"_Ord": 22,
"_SysNumber": 23,
"_RecordType": 0,
"_CreationDate": "2025-12-06T17:44:47.5936431+00:00",
"_UpdatedDate": "2025-12-06T17:44:47.5936431+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.