GET AdminApi/Promotion/GetPrmtAppStyleById?Id={Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PromotionAppStyle| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | PrmtAppStyleType |
Required |
|
| Name | string |
None. |
|
| NameList | Collection of MutiLanguage |
None. |
|
| BackColor | string |
Max length: 30 |
|
| FontColor | string |
Max length: 30 |
|
| TitleBgColor | string |
Max length: 30 |
|
| TitleFontColor | string |
Max length: 30 |
|
| ItemBgColor | string |
Max length: 30 |
|
| SummaryFontColor | string |
Max length: 30 |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Type": 0,
"Name": "sample string 1",
"NameList": [
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
},
{
"Lang": {
"Text": "sample string 1",
"Code": "sample string 2",
"Id": 3
},
"Language": 0,
"Desc": "sample string 1"
}
],
"BackColor": "sample string 2",
"FontColor": "sample string 3",
"TitleBgColor": "sample string 4",
"TitleFontColor": "sample string 5",
"ItemBgColor": "sample string 6",
"SummaryFontColor": "sample string 7",
"Id": "3a92d736-e2ca-4563-8cef-fc5f4312b7dc",
"ClientId": "2bb7b133-cb28-4b52-b03d-7abe69bbcf67",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:02:51",
"UpdateDate": "2025-10-28 19:02:51",
"CreateBy": "c6df0bab-7a4b-4610-8587-9ee8ba937575",
"UpdateBy": "600053cd-4cfa-4ed7-8da9-111aaefabbbb"
}