GET Api/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": "6186b836-4089-4222-a794-e730c2f355a0",
"PrmtId": "ab7a92ca-83df-4948-be91-4a12453b7f66",
"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": "95d2de56-3253-4c27-88cc-ecebe67f6457",
"PrmtID": "93280798-55b5-45f8-bc0c-bcf48a4bc8f7",
"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": "95d2de56-3253-4c27-88cc-ecebe67f6457",
"PrmtID": "93280798-55b5-45f8-bc0c-bcf48a4bc8f7",
"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": "60afec10-c537-4398-9a5f-94c6cb843e00",
"PromotionId": "06382024-8cb9-4c5b-8653-2c29177b35bd",
"ProductId": "f0c8cf41-9674-424f-ad91-878ffa3837b7",
"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": "60afec10-c537-4398-9a5f-94c6cb843e00",
"PromotionId": "06382024-8cb9-4c5b-8653-2c29177b35bd",
"ProductId": "f0c8cf41-9674-424f-ad91-878ffa3837b7",
"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": "82a5d762-4a2f-4a42-a46b-3cc101165dae",
"PromotionId": "32172522-fd01-4319-a532-6469c9a9d386",
"MerchantId": "ff3308bc-5132-4755-86b6-cb76505f6c08",
"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": "82a5d762-4a2f-4a42-a46b-3cc101165dae",
"PromotionId": "32172522-fd01-4319-a532-6469c9a9d386",
"MerchantId": "ff3308bc-5132-4755-86b6-cb76505f6c08",
"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": "2025-12-30 14:12:31",
"CreateDateStr": "2025-12-30 14:12:31",
"UpdateDate": "2025-12-30 14:12:31",
"UpdateDateStr": "2025-12-30 14:12:31",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "6186b836-4089-4222-a794-e730c2f355a0",
"PrmtId": "ab7a92ca-83df-4948-be91-4a12453b7f66",
"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": "95d2de56-3253-4c27-88cc-ecebe67f6457",
"PrmtID": "93280798-55b5-45f8-bc0c-bcf48a4bc8f7",
"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": "95d2de56-3253-4c27-88cc-ecebe67f6457",
"PrmtID": "93280798-55b5-45f8-bc0c-bcf48a4bc8f7",
"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": "60afec10-c537-4398-9a5f-94c6cb843e00",
"PromotionId": "06382024-8cb9-4c5b-8653-2c29177b35bd",
"ProductId": "f0c8cf41-9674-424f-ad91-878ffa3837b7",
"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": "60afec10-c537-4398-9a5f-94c6cb843e00",
"PromotionId": "06382024-8cb9-4c5b-8653-2c29177b35bd",
"ProductId": "f0c8cf41-9674-424f-ad91-878ffa3837b7",
"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": "82a5d762-4a2f-4a42-a46b-3cc101165dae",
"PromotionId": "32172522-fd01-4319-a532-6469c9a9d386",
"MerchantId": "ff3308bc-5132-4755-86b6-cb76505f6c08",
"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": "82a5d762-4a2f-4a42-a46b-3cc101165dae",
"PromotionId": "32172522-fd01-4319-a532-6469c9a9d386",
"MerchantId": "ff3308bc-5132-4755-86b6-cb76505f6c08",
"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": "2025-12-30 14:12:31",
"CreateDateStr": "2025-12-30 14:12:31",
"UpdateDate": "2025-12-30 14:12:31",
"UpdateDateStr": "2025-12-30 14:12:31",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
]