POST Api/Promotion/SavePrmtInfo
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "be4b9bb4-e599-4bbe-8057-2e27995d478d",
"PageId": "74fdecfc-38d9-4677-84c9-f5132543b74c",
"CopyId": "07e4c3f2-bc56-42e2-a7ed-f47765a5b17b",
"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": "9ce1d17e-6344-4806-bd1f-ff2c1efac8a3",
"PrmtID": "a6518a7b-7d67-49c7-bf5d-3b1102cea4c5",
"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": "9ce1d17e-6344-4806-bd1f-ff2c1efac8a3",
"PrmtID": "a6518a7b-7d67-49c7-bf5d-3b1102cea4c5",
"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": "b32e01ad-4717-4871-9a2a-55f3be60c2cc",
"PromotionId": "715400db-543b-4a6b-9cf4-5f00e281b496",
"ProductId": "b111806d-6162-45a4-bd77-ac868fdc2b22",
"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": "b32e01ad-4717-4871-9a2a-55f3be60c2cc",
"PromotionId": "715400db-543b-4a6b-9cf4-5f00e281b496",
"ProductId": "b111806d-6162-45a4-bd77-ac868fdc2b22",
"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": "9e7bc79e-79ed-454d-9413-ba226b8faa08",
"PromotionId": "ef23ddfc-fbc5-4f17-a709-88b38b39c2dc",
"MerchantId": "74db3595-e903-485a-bf08-8af55386a376",
"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": "9e7bc79e-79ed-454d-9413-ba226b8faa08",
"PromotionId": "ef23ddfc-fbc5-4f17-a709-88b38b39c2dc",
"MerchantId": "74db3595-e903-485a-bf08-8af55386a376",
"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": "1ff7a832-b55b-4ced-a70c-289f1cc66ca9",
"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": "4b061564-a1a0-4104-90d4-b65bb3412ab4",
"ClientId": "b389998f-00a8-4370-8299-24f9a8957e4e",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:56:14",
"UpdateDate": "2026-04-20 09:56:14",
"CreateBy": "52bc1aa1-4409-44dc-aea4-ba941dc178d8",
"UpdateBy": "5f7969d7-2547-40e1-820a-072c7e515feb"
},
"AppLayoutId": "796a95b4-678f-4393-9ab0-0b2ab16fb48c",
"AppLayoutType": 0,
"StyleId": "4aea6d05-6301-4620-b6a2-5abe61373b3c",
"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": "3329ac20-be0c-48f1-88d4-73a171fb2022",
"ClientId": "6e273347-53d3-4201-b2f4-7cfc940b6065",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-04-20 09:56:14",
"UpdateDate": "2026-04-20 09:56:14",
"CreateBy": "65d989e6-77bd-45cd-9fa4-3cd11bf3b538",
"UpdateBy": "09339444-4328-47fd-96c2-e4cce4958c20"
},
"BrowerLayoutId": "c031dd2f-f373-4dac-8a3e-de29b394b512",
"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": "3bcab512-60f6-4b82-9beb-4cc3ceb55e40",
"PrmtId": "ce1a32f3-2d8a-4878-8b94-066c0dce17c5",
"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": "9ce1d17e-6344-4806-bd1f-ff2c1efac8a3",
"PrmtID": "a6518a7b-7d67-49c7-bf5d-3b1102cea4c5",
"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": "9ce1d17e-6344-4806-bd1f-ff2c1efac8a3",
"PrmtID": "a6518a7b-7d67-49c7-bf5d-3b1102cea4c5",
"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": "b32e01ad-4717-4871-9a2a-55f3be60c2cc",
"PromotionId": "715400db-543b-4a6b-9cf4-5f00e281b496",
"ProductId": "b111806d-6162-45a4-bd77-ac868fdc2b22",
"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": "b32e01ad-4717-4871-9a2a-55f3be60c2cc",
"PromotionId": "715400db-543b-4a6b-9cf4-5f00e281b496",
"ProductId": "b111806d-6162-45a4-bd77-ac868fdc2b22",
"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": "9e7bc79e-79ed-454d-9413-ba226b8faa08",
"PromotionId": "ef23ddfc-fbc5-4f17-a709-88b38b39c2dc",
"MerchantId": "74db3595-e903-485a-bf08-8af55386a376",
"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": "9e7bc79e-79ed-454d-9413-ba226b8faa08",
"PromotionId": "ef23ddfc-fbc5-4f17-a709-88b38b39c2dc",
"MerchantId": "74db3595-e903-485a-bf08-8af55386a376",
"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:56:14",
"CreateDateStr": "2026-04-20 09:56:14",
"UpdateDate": "2026-04-20 09:56:14",
"UpdateDateStr": "2026-04-20 09:56:14",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
},
{
"Id": "3bcab512-60f6-4b82-9beb-4cc3ceb55e40",
"PrmtId": "ce1a32f3-2d8a-4878-8b94-066c0dce17c5",
"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": "9ce1d17e-6344-4806-bd1f-ff2c1efac8a3",
"PrmtID": "a6518a7b-7d67-49c7-bf5d-3b1102cea4c5",
"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": "9ce1d17e-6344-4806-bd1f-ff2c1efac8a3",
"PrmtID": "a6518a7b-7d67-49c7-bf5d-3b1102cea4c5",
"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": "b32e01ad-4717-4871-9a2a-55f3be60c2cc",
"PromotionId": "715400db-543b-4a6b-9cf4-5f00e281b496",
"ProductId": "b111806d-6162-45a4-bd77-ac868fdc2b22",
"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": "b32e01ad-4717-4871-9a2a-55f3be60c2cc",
"PromotionId": "715400db-543b-4a6b-9cf4-5f00e281b496",
"ProductId": "b111806d-6162-45a4-bd77-ac868fdc2b22",
"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": "9e7bc79e-79ed-454d-9413-ba226b8faa08",
"PromotionId": "ef23ddfc-fbc5-4f17-a709-88b38b39c2dc",
"MerchantId": "74db3595-e903-485a-bf08-8af55386a376",
"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": "9e7bc79e-79ed-454d-9413-ba226b8faa08",
"PromotionId": "ef23ddfc-fbc5-4f17-a709-88b38b39c2dc",
"MerchantId": "74db3595-e903-485a-bf08-8af55386a376",
"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:56:14",
"CreateDateStr": "2026-04-20 09:56:14",
"UpdateDate": "2026-04-20 09:56:14",
"UpdateDateStr": "2026-04-20 09:56:14",
"PrmtProductCount": 11,
"PrmtBannerCount": 12,
"PrmtMerchantCount": 13
}
],
"CreateDate": "2026-04-20 09:56:14",
"CreateDateStr": "2026-04-20 09:56:14",
"UpdateDate": "2026-04-20 09:56:14",
"UpdateDateStr": "2026-04-20 09:56:14",
"IspType": "sample string 22"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}