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": "3c143c6c-b9ad-4ee5-8095-55a24d07f3f0",
"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": "2b4a93f0-7db5-4e49-ac40-48283761523d",
"PageId": "3f1e2169-7edd-4b54-b085-9171515d2362",
"CopyId": "06395070-f77a-4525-a96d-3c157dc39a06",
"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": "是",
"PrmtBannerLst": [
{
"Id": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "56f14c71-faa0-42bf-8483-87ba11a6d1e3",
"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": "d1950219-7551-46bf-9045-6794ee64f472",
"ClientId": "01e3620e-59fe-4146-b106-71b957b88b9f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"CreateBy": "b27fb6c9-052a-4737-9c54-4529d29d0195",
"UpdateBy": "65c0551a-f068-4014-b989-cd983467f8b8"
},
"AppLayoutId": "698a9a0c-a80a-4ca9-a3aa-485375d9cc22",
"AppLayoutType": 0,
"StyleId": "493d145f-66c9-48a0-953e-2e7743f6e674",
"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": "d4b74b71-5b43-498a-bde7-65b57d2b1f8b",
"ClientId": "135f603e-270b-4f93-8967-ea01bf243afa",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"CreateBy": "5303805d-a1f8-4a6e-98b5-370691f41f98",
"UpdateBy": "f08e9372-128a-4554-8aab-a01859684fee"
},
"BrowerLayoutId": "29e50736-1182-4b2e-821e-1e1e99ee733e",
"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": "7db6a3c3-ff78-4abf-bffa-6092a09e3624",
"PrmtId": "9b7567f5-9e64-4361-8f55-5d042f9539c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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-07-22 06:07:13",
"CreateDateStr": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"UpdateDateStr": "2026-07-22 06:07:13",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "7db6a3c3-ff78-4abf-bffa-6092a09e3624",
"PrmtId": "9b7567f5-9e64-4361-8f55-5d042f9539c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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-07-22 06:07:13",
"CreateDateStr": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"UpdateDateStr": "2026-07-22 06:07:13",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
],
"CreateDate": "2026-07-22 06:07:13",
"CreateDateStr": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"UpdateDateStr": "2026-07-22 06:07:13",
"IspType": "sample string 22"
},
{
"Id": "2b4a93f0-7db5-4e49-ac40-48283761523d",
"PageId": "3f1e2169-7edd-4b54-b085-9171515d2362",
"CopyId": "06395070-f77a-4525-a96d-3c157dc39a06",
"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": "是",
"PrmtBannerLst": [
{
"Id": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "56f14c71-faa0-42bf-8483-87ba11a6d1e3",
"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": "d1950219-7551-46bf-9045-6794ee64f472",
"ClientId": "01e3620e-59fe-4146-b106-71b957b88b9f",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"CreateBy": "b27fb6c9-052a-4737-9c54-4529d29d0195",
"UpdateBy": "65c0551a-f068-4014-b989-cd983467f8b8"
},
"AppLayoutId": "698a9a0c-a80a-4ca9-a3aa-485375d9cc22",
"AppLayoutType": 0,
"StyleId": "493d145f-66c9-48a0-953e-2e7743f6e674",
"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": "d4b74b71-5b43-498a-bde7-65b57d2b1f8b",
"ClientId": "135f603e-270b-4f93-8967-ea01bf243afa",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"CreateBy": "5303805d-a1f8-4a6e-98b5-370691f41f98",
"UpdateBy": "f08e9372-128a-4554-8aab-a01859684fee"
},
"BrowerLayoutId": "29e50736-1182-4b2e-821e-1e1e99ee733e",
"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": "7db6a3c3-ff78-4abf-bffa-6092a09e3624",
"PrmtId": "9b7567f5-9e64-4361-8f55-5d042f9539c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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-07-22 06:07:13",
"CreateDateStr": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"UpdateDateStr": "2026-07-22 06:07:13",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "7db6a3c3-ff78-4abf-bffa-6092a09e3624",
"PrmtId": "9b7567f5-9e64-4361-8f55-5d042f9539c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "753276fe-ddfe-437e-8dd3-ac300a98e294",
"PrmtID": "982e166f-d22b-4194-9f1f-a866e95292c1",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "3fa61a9f-6500-42f2-a7af-a57f420a361f",
"PromotionId": "52fec5fd-c2a1-4d10-9187-bd696f524f55",
"ProductId": "74aeb37f-3a03-4ef7-a4b1-f78e23781699",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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": "5651e8b2-7fe7-49ad-b065-7211845ea1f7",
"PromotionId": "b90dd65c-2693-4b13-b2ad-e35f369516b4",
"MerchantId": "dffee50b-328c-411d-9bdb-1b22f121c628",
"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-07-22 06:07:13",
"CreateDateStr": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"UpdateDateStr": "2026-07-22 06:07:13",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
],
"CreateDate": "2026-07-22 06:07:13",
"CreateDateStr": "2026-07-22 06:07:13",
"UpdateDate": "2026-07-22 06:07:13",
"UpdateDateStr": "2026-07-22 06:07:13",
"IspType": "sample string 22"
}
]