GET AdminApi/Promotion/GetPrmtStyleById/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PromotionStyle| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | PrmtStyleType |
Required |
|
| Name | string |
None. |
|
| NameList | Collection of MutiLanguage |
None. |
|
| Color1 | string |
Required Max length: 20 |
|
| Color2 | string |
Required Max length: 20 |
|
| Color3 | string |
Required Max length: 20 |
|
| Color4 | string |
Required Max length: 20 |
|
| Color5 | string |
Required Max length: 20 |
|
| Color6 | string |
Required Max length: 20 |
|
| Color7 | string |
Required Max length: 20 |
|
| Color8 | string |
Required Max length: 20 |
|
| Color9 | string |
Required Max length: 20 |
|
| Color10 | string |
Required Max length: 20 |
|
| 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"
}
],
"Color1": "sample string 2",
"Color2": "sample string 3",
"Color3": "sample string 4",
"Color4": "sample string 5",
"Color5": "sample string 6",
"Color6": "sample string 7",
"Color7": "sample string 8",
"Color8": "sample string 9",
"Color9": "sample string 10",
"Color10": "sample string 11",
"Id": "c4ba6dcc-b5d7-464c-8315-2b055f9cdb0c",
"ClientId": "dc700ddd-4834-4430-910c-ccf872f31931",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:58",
"UpdateDate": "2025-10-28 19:00:58",
"CreateBy": "8bf81871-2136-4bc2-b845-18532688395d",
"UpdateBy": "a717603d-28e2-4188-bdc5-cbd5f44c3639"
}