GET Api/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": "02b4d3aa-1219-4cc6-9b23-f82e66669045",
"ClientId": "33db0263-35ac-4146-bdab-9a6c6ab2dbaa",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:09:23",
"UpdateDate": "2025-10-28 19:09:23",
"CreateBy": "111f4d1c-d340-4c00-a983-f70438fafead",
"UpdateBy": "4fef8efd-46cb-4276-b037-f74d4dccd81d"
}