GET Api/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": "ceac96e2-f6b1-4d95-836c-2678fbfc2a60",
"ClientId": "a68f8a7c-9664-4168-bd00-fc57865c9dbf",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:10:17",
"UpdateDate": "2025-12-30 14:10:17",
"CreateBy": "d9c48edd-67de-4624-a9b0-201798a0a243",
"UpdateBy": "6d38d51b-5a45-4f18-b3b1-49e64821672b"
}