GET AdminApi/Promotion/GetPrmtAppStyleById/{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": "ec2fa887-35d8-48e8-8c03-5b88c9408b6b",
"ClientId": "3117f304-aa88-4e59-855a-46519b2553b3",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:10:14",
"UpdateDate": "2025-12-30 14:10:14",
"CreateBy": "e35d93cc-d6cc-4e27-a8a1-c7deaa7b4432",
"UpdateBy": "f2b1b7e9-d756-4f32-b1ff-9824e40e9489"
}