POST AdminApi/Advertising/FinishAdViewing

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": "7803f9e9-eb08-4e71-8d17-44e9ccdbfb6e",
  "Type": 1,
  "MemberId": "aef9385f-1a8c-4bf5-95ba-d88b042f4a88",
  "AdCode": "sample string 2"
}

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