POST Api/Advertising/GetAdViewingDetail

Request Information

URI Parameters

None.

Body Parameters

AdRecQueryCond
NameDescriptionTypeAdditional information
AdId

globally unique identifier

None.

Type

AdvertisingType

None.

MemberId

globally unique identifier

None.

AdCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AdId": "e3fc824d-3803-44af-982d-ed896fcb93e8",
  "Type": 1,
  "MemberId": "db53db33-8bf0-4403-8016-c059254912d9",
  "AdCode": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AdRecQueryCond'.

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": {}
}