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": "47dea691-9a41-485d-8d15-16b198dd5666",
"ClientId": "e5fd387f-f0b2-4106-9bca-f327e18393fd",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:09:45",
"UpdateDate": "2025-12-30 14:09:45",
"CreateBy": "0fa38542-a656-433f-a159-6a2fa5b8eb14",
"UpdateBy": "acd2dfd7-9f15-435d-b077-8885a48bcf2e"
}