POST Api/Promotion/SearchPrmtInfoLst
Request Information
URI Parameters
None.
Body Parameters
PrmtInfoSearchCond| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CondClientType | ClientSideType |
None. |
|
| Language | Language |
None. |
|
| Name | string |
None. |
|
| PageStr | string |
None. |
|
| CondIsActive | boolean |
None. |
|
| IspType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "8ae5de36-9d42-456c-83c2-9405360072b9",
"CondClientType": 0,
"Language": 0,
"Name": "sample string 2",
"PageStr": "sample string 3",
"CondIsActive": true,
"IspType": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of PromotionView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PageId | globally unique identifier |
None. |
|
| CopyId | globally unique identifier |
None. |
|
| Lang | Language |
None. |
|
| LangDesc | string |
None. |
|
| ImgName | string |
None. |
|
| ImgPath | string |
None. |
|
| ClientTypeName | string |
None. |
|
| ClientType | ClientSideType |
None. |
|
| Seq | integer |
None. |
|
| Name | string |
None. |
|
| Desc | string |
None. |
|
| AppBackColor | string |
None. |
|
| AppTitleColor | string |
None. |
|
| AppItemColor | string |
None. |
|
| Page | string |
None. |
|
| PageDesc | string |
None. |
|
| IsActive | boolean |
None. |
|
| IsActiveDesc | string |
None. |
|
| PrmtBannerLst | Collection of PrmtBannerView |
None. |
|
| PrmtBannerCount | integer |
None. |
|
| PrmtProductLst | Collection of PrmtProductView |
None. |
|
| PrmtMerchantLst | Collection of PrmtMerchantView |
None. |
|
| PrmtProductCount | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| RecStatus | RecordStatus |
None. |
|
| AppStyleId | globally unique identifier |
None. |
|
| AppStyle | PromotionAppStyle |
None. |
|
| AppLayoutId | globally unique identifier |
None. |
|
| AppLayoutType | AppPrmtLayoutType |
None. |
|
| StyleId | globally unique identifier |
None. |
|
| Style | PromotionStyle |
None. |
|
| BrowerLayoutId | globally unique identifier |
None. |
|
| CoverType | PrmtCoverLayoutType |
None. |
|
| HeaderType | PrmtHeaderLayoutType |
None. |
|
| BorderType | PrmtBorderLayoutType |
None. |
|
| ProductLstType | PrmtProductLstLayoutType |
None. |
|
| PrmtLstType | PrmtLayoutType |
None. |
|
| MultiLanguage | Collection of MutiLanguage |
None. |
|
| PromotionDetails | Collection of PromotionDetailView |
None. |
|
| CreateDate | date |
None. |
|
| CreateDateStr | string |
None. |
|
| UpdateDate | date |
None. |
|
| UpdateDateStr | string |
None. |
|
| IspType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "68e2b485-8139-4f5e-b258-7ccd763045ef",
"PageId": "55771f87-3999-40ed-ba5c-9ce77074851b",
"CopyId": "3f51d074-3946-4246-9ea6-efdbe283d0e2",
"Lang": 0,
"LangDesc": "sample string 4",
"ImgName": "sample string 5",
"ImgPath": "sample string 6",
"ClientTypeName": "sample string 7",
"ClientType": 0,
"Seq": 8,
"Name": "sample string 9",
"Desc": "sample string 10",
"AppBackColor": "sample string 11",
"AppTitleColor": "sample string 12",
"AppItemColor": "sample string 13",
"Page": "sample string 14",
"PageDesc": "sample string 15",
"IsActive": true,
"IsActiveDesc": "Yes",
"PrmtBannerLst": [
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtBannerCount": 17,
"PrmtProductLst": [
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtMerchantLst": [
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtProductCount": 18,
"IsDeleted": true,
"RecStatus": 0,
"AppStyleId": "0c182d4b-7f57-46b5-ae53-98ff5857fd51",
"AppStyle": {
"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"
}
],
"BackColor": "sample string 2",
"FontColor": "sample string 3",
"TitleBgColor": "sample string 4",
"TitleFontColor": "sample string 5",
"ItemBgColor": "sample string 6",
"SummaryFontColor": "sample string 7",
"Id": "8a88eb87-d5b2-473f-b26e-2ac944b68b95",
"ClientId": "8ad8e94e-6447-4091-8fba-dbbf75706da0",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"CreateBy": "bd649568-8388-4bec-ad71-0216f2b0b17c",
"UpdateBy": "729fdb2c-f775-440a-977b-d7fa7456ccbc"
},
"AppLayoutId": "20708291-91f0-44c3-b779-3990125a8e4a",
"AppLayoutType": 0,
"StyleId": "3f61e940-6d1b-4cbe-a601-cef4ad08d744",
"Style": {
"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": "92e8212c-5c03-4e19-bf46-ed4aedd631fd",
"ClientId": "7394b254-062e-4141-abf5-926c476535e7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"CreateBy": "2462a188-15a0-43a7-bfec-b586618c6be5",
"UpdateBy": "c14e8f8f-5493-4f02-9263-ad6ae2805c08"
},
"BrowerLayoutId": "dec460b8-73fa-4da3-91b9-1005f1e8993d",
"CoverType": 0,
"HeaderType": 0,
"BorderType": 0,
"ProductLstType": 0,
"PrmtLstType": 0,
"MultiLanguage": [
{
"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"
}
],
"PromotionDetails": [
{
"Id": "846c8a5b-94fd-4fe7-a286-d7395fe1995c",
"PrmtId": "ed59c999-defa-4e60-a477-24672546e3ba",
"LangType": 0,
"LangCode": "E",
"Name": "sample string 3",
"Desc": "sample string 4",
"ImgPath": "sample string 5",
"Image": "sample string 6",
"ImgName": "sample string 7",
"Lang": 0,
"LangDesc": "sample string 8",
"CondLangType": 0,
"PrmtBannerLst": [
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtProductLst": [
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtMerchantLst": [
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"CreateDate": "2026-04-20 09:54:49",
"CreateDateStr": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"UpdateDateStr": "2026-04-20 09:54:49",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "846c8a5b-94fd-4fe7-a286-d7395fe1995c",
"PrmtId": "ed59c999-defa-4e60-a477-24672546e3ba",
"LangType": 0,
"LangCode": "E",
"Name": "sample string 3",
"Desc": "sample string 4",
"ImgPath": "sample string 5",
"Image": "sample string 6",
"ImgName": "sample string 7",
"Lang": 0,
"LangDesc": "sample string 8",
"CondLangType": 0,
"PrmtBannerLst": [
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtProductLst": [
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtMerchantLst": [
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"CreateDate": "2026-04-20 09:54:49",
"CreateDateStr": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"UpdateDateStr": "2026-04-20 09:54:49",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
],
"CreateDate": "2026-04-20 09:54:49",
"CreateDateStr": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"UpdateDateStr": "2026-04-20 09:54:49",
"IspType": "sample string 22"
},
{
"Id": "68e2b485-8139-4f5e-b258-7ccd763045ef",
"PageId": "55771f87-3999-40ed-ba5c-9ce77074851b",
"CopyId": "3f51d074-3946-4246-9ea6-efdbe283d0e2",
"Lang": 0,
"LangDesc": "sample string 4",
"ImgName": "sample string 5",
"ImgPath": "sample string 6",
"ClientTypeName": "sample string 7",
"ClientType": 0,
"Seq": 8,
"Name": "sample string 9",
"Desc": "sample string 10",
"AppBackColor": "sample string 11",
"AppTitleColor": "sample string 12",
"AppItemColor": "sample string 13",
"Page": "sample string 14",
"PageDesc": "sample string 15",
"IsActive": true,
"IsActiveDesc": "Yes",
"PrmtBannerLst": [
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtBannerCount": 17,
"PrmtProductLst": [
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtMerchantLst": [
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtProductCount": 18,
"IsDeleted": true,
"RecStatus": 0,
"AppStyleId": "0c182d4b-7f57-46b5-ae53-98ff5857fd51",
"AppStyle": {
"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"
}
],
"BackColor": "sample string 2",
"FontColor": "sample string 3",
"TitleBgColor": "sample string 4",
"TitleFontColor": "sample string 5",
"ItemBgColor": "sample string 6",
"SummaryFontColor": "sample string 7",
"Id": "8a88eb87-d5b2-473f-b26e-2ac944b68b95",
"ClientId": "8ad8e94e-6447-4091-8fba-dbbf75706da0",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"CreateBy": "bd649568-8388-4bec-ad71-0216f2b0b17c",
"UpdateBy": "729fdb2c-f775-440a-977b-d7fa7456ccbc"
},
"AppLayoutId": "20708291-91f0-44c3-b779-3990125a8e4a",
"AppLayoutType": 0,
"StyleId": "3f61e940-6d1b-4cbe-a601-cef4ad08d744",
"Style": {
"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": "92e8212c-5c03-4e19-bf46-ed4aedd631fd",
"ClientId": "7394b254-062e-4141-abf5-926c476535e7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"CreateBy": "2462a188-15a0-43a7-bfec-b586618c6be5",
"UpdateBy": "c14e8f8f-5493-4f02-9263-ad6ae2805c08"
},
"BrowerLayoutId": "dec460b8-73fa-4da3-91b9-1005f1e8993d",
"CoverType": 0,
"HeaderType": 0,
"BorderType": 0,
"ProductLstType": 0,
"PrmtLstType": 0,
"MultiLanguage": [
{
"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"
}
],
"PromotionDetails": [
{
"Id": "846c8a5b-94fd-4fe7-a286-d7395fe1995c",
"PrmtId": "ed59c999-defa-4e60-a477-24672546e3ba",
"LangType": 0,
"LangCode": "E",
"Name": "sample string 3",
"Desc": "sample string 4",
"ImgPath": "sample string 5",
"Image": "sample string 6",
"ImgName": "sample string 7",
"Lang": 0,
"LangDesc": "sample string 8",
"CondLangType": 0,
"PrmtBannerLst": [
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtProductLst": [
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtMerchantLst": [
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"CreateDate": "2026-04-20 09:54:49",
"CreateDateStr": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"UpdateDateStr": "2026-04-20 09:54:49",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "846c8a5b-94fd-4fe7-a286-d7395fe1995c",
"PrmtId": "ed59c999-defa-4e60-a477-24672546e3ba",
"LangType": 0,
"LangCode": "E",
"Name": "sample string 3",
"Desc": "sample string 4",
"ImgPath": "sample string 5",
"Image": "sample string 6",
"ImgName": "sample string 7",
"Lang": 0,
"LangDesc": "sample string 8",
"CondLangType": 0,
"PrmtBannerLst": [
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "ef794b64-bcbd-48ea-b25f-cd7d3c774f8f",
"PrmtID": "3ff8239a-007e-4010-9923-6bcc60f0033c",
"ImgName": "sample string 3",
"Image": "sample string 4",
"ImgPath": "sample string 5",
"Url": "sample string 6",
"ImgW": 7,
"ImgH": 8,
"Seq": 9,
"NewSeq": 10,
"ContentDesc": "sample string 11",
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtProductLst": [
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "4c560e06-2926-4455-a963-c18cd0aa9ada",
"PromotionId": "850d3065-c1cc-4cc3-9c77-05395bee8213",
"ProductId": "6c631092-f094-44c3-a9d1-a366927918db",
"ProdCode": "sample string 4",
"ProdName": "sample string 5",
"ImgPath": "sample string 6",
"PmsnId": 7,
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"PrmtMerchantLst": [
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
},
{
"Id": "f2d2c8f8-e73b-44e7-9b23-6d291920ccf0",
"PromotionId": "d53cf671-55e7-44f8-b12b-003695d9f847",
"MerchantId": "e541715b-c03b-4903-8406-535bc5c69c4c",
"MerchantNo": "sample string 4",
"MerchantName": "sample string 5",
"BigLogo": "sample string 6",
"SmallLogo": "sample string 7",
"Seq": 8,
"NewSeq": 9,
"RecStatus": 0,
"IsActive": true,
"IsDeleted": true
}
],
"CreateDate": "2026-04-20 09:54:49",
"CreateDateStr": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"UpdateDateStr": "2026-04-20 09:54:49",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
],
"CreateDate": "2026-04-20 09:54:49",
"CreateDateStr": "2026-04-20 09:54:49",
"UpdateDate": "2026-04-20 09:54:49",
"UpdateDateStr": "2026-04-20 09:54:49",
"IspType": "sample string 22"
}
]