POST Api/Banner/GetEventPromotion

Request Information

URI Parameters

None.

Body Parameters

PromotionCond
NameDescriptionTypeAdditional information
From

ClientSideType

None.

Name

string

None.

Desc

string

None.

CondLangType

Language

None.

CondIsActive

boolean

None.

PageStr

string

None.

Position

integer

None.

ShowBanner

boolean

None.

ShowProduct

boolean

None.

ShowMerchant

boolean

None.

ProductSize

integer

None.

MerchantSize

integer

None.

MerchantProductSize

integer

None.

PrmtType

integer

None.

PrmtDetailId

globally unique identifier

None.

PageInfo

PageInfo

None.

IspType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "From": 0,
  "Name": "sample string 1",
  "Desc": "sample string 2",
  "CondLangType": 0,
  "CondIsActive": true,
  "PageStr": "sample string 3",
  "Position": 4,
  "ShowBanner": true,
  "ShowProduct": true,
  "ShowMerchant": true,
  "ProductSize": 8,
  "MerchantSize": 9,
  "MerchantProductSize": 10,
  "PrmtType": 11,
  "PrmtDetailId": "a21bed6d-aa47-411f-9425-a53bf1f8d8a1",
  "PageInfo": {
    "Page": 1,
    "PageSize": 2,
    "Offset": 0,
    "SortName": "sample string 3",
    "SortOrder": "sample string 4"
  },
  "IspType": "sample string 13"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}