GET AdminApi/Promotion/GetPromotionDetails/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PromotionDetailView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PrmtId | globally unique identifier |
None. |
|
| LangType | Language |
None. |
|
| LangCode | string |
None. |
|
| Name | string |
None. |
|
| Desc | string |
None. |
|
| ImgPath | string |
None. |
|
| Image | string |
None. |
|
| ImgName | string |
None. |
|
| Lang | Language |
None. |
|
| LangDesc | string |
None. |
|
| CondLangType | Language |
None. |
|
| PrmtBannerLst | Collection of PrmtBannerView |
None. |
|
| PrmtProductLst | Collection of PrmtProductView |
None. |
|
| PrmtMerchantLst | Collection of PrmtMerchantView |
None. |
|
| CreateDate | date |
None. |
|
| CreateDateStr | string |
None. |
|
| UpdateDate | date |
None. |
|
| UpdateDateStr | string |
None. |
|
| PrmtProductCount | integer |
None. |
|
| PrmtBannerCount | integer |
None. |
|
| PrmtMerchantCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "3e4494ab-065e-4bf0-bf7e-d3df1174bc89",
"PrmtId": "ae8f341a-d330-4b95-a448-23aa4565ba7c",
"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": "4eca9164-20e2-4957-8e16-854c114706f0",
"PrmtID": "a50d5b0f-5482-4c0b-bb52-71a3487c8849",
"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": "4eca9164-20e2-4957-8e16-854c114706f0",
"PrmtID": "a50d5b0f-5482-4c0b-bb52-71a3487c8849",
"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": "0c4696c8-5ecd-433f-a88b-51ce88e684ec",
"PromotionId": "3615b000-592b-44aa-a2b5-ecb7544d69de",
"ProductId": "6a34483a-f205-4bbd-8ca8-6eaa8d97858d",
"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": "0c4696c8-5ecd-433f-a88b-51ce88e684ec",
"PromotionId": "3615b000-592b-44aa-a2b5-ecb7544d69de",
"ProductId": "6a34483a-f205-4bbd-8ca8-6eaa8d97858d",
"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": "c47345d6-f0f8-4305-8a1e-62e48b69a538",
"PromotionId": "3752501d-1df2-49f1-89c1-420f9ba23807",
"MerchantId": "2a39c5da-c592-4d8f-b339-66c0b25e4485",
"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": "c47345d6-f0f8-4305-8a1e-62e48b69a538",
"PromotionId": "3752501d-1df2-49f1-89c1-420f9ba23807",
"MerchantId": "2a39c5da-c592-4d8f-b339-66c0b25e4485",
"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:08:31",
"CreateDateStr": "2026-07-22 06:08:31",
"UpdateDate": "2026-07-22 06:08:31",
"UpdateDateStr": "2026-07-22 06:08:31",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "3e4494ab-065e-4bf0-bf7e-d3df1174bc89",
"PrmtId": "ae8f341a-d330-4b95-a448-23aa4565ba7c",
"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": "4eca9164-20e2-4957-8e16-854c114706f0",
"PrmtID": "a50d5b0f-5482-4c0b-bb52-71a3487c8849",
"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": "4eca9164-20e2-4957-8e16-854c114706f0",
"PrmtID": "a50d5b0f-5482-4c0b-bb52-71a3487c8849",
"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": "0c4696c8-5ecd-433f-a88b-51ce88e684ec",
"PromotionId": "3615b000-592b-44aa-a2b5-ecb7544d69de",
"ProductId": "6a34483a-f205-4bbd-8ca8-6eaa8d97858d",
"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": "0c4696c8-5ecd-433f-a88b-51ce88e684ec",
"PromotionId": "3615b000-592b-44aa-a2b5-ecb7544d69de",
"ProductId": "6a34483a-f205-4bbd-8ca8-6eaa8d97858d",
"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": "c47345d6-f0f8-4305-8a1e-62e48b69a538",
"PromotionId": "3752501d-1df2-49f1-89c1-420f9ba23807",
"MerchantId": "2a39c5da-c592-4d8f-b339-66c0b25e4485",
"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": "c47345d6-f0f8-4305-8a1e-62e48b69a538",
"PromotionId": "3752501d-1df2-49f1-89c1-420f9ba23807",
"MerchantId": "2a39c5da-c592-4d8f-b339-66c0b25e4485",
"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:08:31",
"CreateDateStr": "2026-07-22 06:08:31",
"UpdateDate": "2026-07-22 06:08:31",
"UpdateDateStr": "2026-07-22 06:08:31",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
]