POST AdminApi/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": "acb6249a-5c82-4b9a-a624-2831b2b33683",
"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": "79e014e0-aaac-4400-8a93-bfac32f34d41",
"PageId": "d09ea686-c56d-4a27-8ea8-b244fdb56d05",
"CopyId": "803dbc8d-9ab2-4f68-a56c-d1d177e9c605",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "4ad3a77f-7074-46af-a14b-8b8fccc2174b",
"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": "56910972-a6ae-439d-9925-321fca02297b",
"ClientId": "4133a752-6a20-436a-a850-37a711ae26a3",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"CreateBy": "7265e933-14a6-42bd-8114-b08ff804ef49",
"UpdateBy": "35fd6d49-6203-49d2-b5df-ecc7472511a7"
},
"AppLayoutId": "a518ab28-6367-4749-9e68-8b162b963d4b",
"AppLayoutType": 0,
"StyleId": "3619bc96-166c-4240-9a63-964b2386b191",
"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": "aa999742-a6fa-4fe3-8ad4-9d10e08774f4",
"ClientId": "7b652e26-187d-4f68-9223-eaeef42bd4b5",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"CreateBy": "21f5463d-3608-45b4-944b-3b94afe2f965",
"UpdateBy": "d965d944-9f0c-47c3-bda3-23f751adf418"
},
"BrowerLayoutId": "b1d02c34-9c02-4d38-a24b-588ee5b83bda",
"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": "834568d0-6402-438a-9a48-61533a22d11b",
"PrmtId": "5ba06602-b96d-41a5-9e14-25b11ece38a9",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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-06-15 12:49:10",
"CreateDateStr": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"UpdateDateStr": "2026-06-15 12:49:10",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "834568d0-6402-438a-9a48-61533a22d11b",
"PrmtId": "5ba06602-b96d-41a5-9e14-25b11ece38a9",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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-06-15 12:49:10",
"CreateDateStr": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"UpdateDateStr": "2026-06-15 12:49:10",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
],
"CreateDate": "2026-06-15 12:49:10",
"CreateDateStr": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"UpdateDateStr": "2026-06-15 12:49:10",
"IspType": "sample string 22"
},
{
"Id": "79e014e0-aaac-4400-8a93-bfac32f34d41",
"PageId": "d09ea686-c56d-4a27-8ea8-b244fdb56d05",
"CopyId": "803dbc8d-9ab2-4f68-a56c-d1d177e9c605",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "4ad3a77f-7074-46af-a14b-8b8fccc2174b",
"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": "56910972-a6ae-439d-9925-321fca02297b",
"ClientId": "4133a752-6a20-436a-a850-37a711ae26a3",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"CreateBy": "7265e933-14a6-42bd-8114-b08ff804ef49",
"UpdateBy": "35fd6d49-6203-49d2-b5df-ecc7472511a7"
},
"AppLayoutId": "a518ab28-6367-4749-9e68-8b162b963d4b",
"AppLayoutType": 0,
"StyleId": "3619bc96-166c-4240-9a63-964b2386b191",
"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": "aa999742-a6fa-4fe3-8ad4-9d10e08774f4",
"ClientId": "7b652e26-187d-4f68-9223-eaeef42bd4b5",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"CreateBy": "21f5463d-3608-45b4-944b-3b94afe2f965",
"UpdateBy": "d965d944-9f0c-47c3-bda3-23f751adf418"
},
"BrowerLayoutId": "b1d02c34-9c02-4d38-a24b-588ee5b83bda",
"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": "834568d0-6402-438a-9a48-61533a22d11b",
"PrmtId": "5ba06602-b96d-41a5-9e14-25b11ece38a9",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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-06-15 12:49:10",
"CreateDateStr": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"UpdateDateStr": "2026-06-15 12:49:10",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "834568d0-6402-438a-9a48-61533a22d11b",
"PrmtId": "5ba06602-b96d-41a5-9e14-25b11ece38a9",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "8172644a-56d5-4c4d-bb4e-992966725773",
"PrmtID": "c4ff440d-a222-4e51-8dbe-abb18229c1fd",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "05380ec9-1fbf-4460-925e-16066b3db7f4",
"PromotionId": "b7fc879e-0f34-477e-a176-37a694202a55",
"ProductId": "d3368008-f7d7-465e-9abf-e8ac055e23ee",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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": "2ebc7cc0-46ba-4900-ba9e-1ef8aa2a4ed7",
"PromotionId": "0e99573e-9e80-4ca5-aa60-7b8f1011e58e",
"MerchantId": "2cfbd0e0-24f7-4086-8ea8-3ae97778a410",
"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-06-15 12:49:10",
"CreateDateStr": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"UpdateDateStr": "2026-06-15 12:49:10",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
],
"CreateDate": "2026-06-15 12:49:10",
"CreateDateStr": "2026-06-15 12:49:10",
"UpdateDate": "2026-06-15 12:49:10",
"UpdateDateStr": "2026-06-15 12:49:10",
"IspType": "sample string 22"
}
]