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": "af9312d9-1319-4eac-bda4-06d9c78eb9c1",
"ClientId": "93d31cde-9b05-479d-948b-bd232adbe88a",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:10:40",
"UpdateDate": "2025-12-30 14:10:40",
"CreateBy": "39e13e75-a8f5-452f-a258-cc0a68fdc9f8",
"UpdateBy": "c96bb144-a82b-47c9-95cf-c062190e6051"
}