GET Api/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": "78dafab6-b8c4-46a0-92d1-cfd537111b56",
"ClientId": "4aec34fd-d940-4a1c-a08b-a02e04c86010",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:04:19",
"UpdateDate": "2025-10-28 19:04:19",
"CreateBy": "578ce756-a3b1-4978-bf09-22f1f4c8c3fd",
"UpdateBy": "6797935e-f6fa-41b6-a4ec-82cb01d1d2bc"
}