POST AdminApi/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": "35084c64-9aac-47c5-bd14-42dcd5b63eff",
  "Type": 1,
  "MemberId": "2fd3291e-dea0-444b-8aeb-8de4f838e1f7",
  "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": {}
}