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": "da0d41f2-db4e-45b3-884b-1ed898025cbb",
"ClientId": "272af552-dace-457d-8668-6b7bdcf11257",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:10:40",
"UpdateDate": "2025-12-30 14:10:40",
"CreateBy": "6880ee7c-2760-4f57-bc1e-99f3ec67ba56",
"UpdateBy": "23e2e612-59fc-4ef4-ac94-ebc3cc03a012"
}