GET AdminApi/Promotion/GetPrmtStyleById?Id={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": "d810f09d-e8ce-4675-85ba-f4cdc536f673",
"ClientId": "f83f9b27-6902-4a77-8646-b7b9c2367b50",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:01:01",
"UpdateDate": "2025-10-28 19:01:01",
"CreateBy": "475f39ae-1dec-45ea-99f0-23d4a2c4a2c2",
"UpdateBy": "87ac5961-f783-4565-8c5c-b4e824e81aa3"
}