POST Api/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": "190e36c4-ac9d-4910-af92-4934efc59028",
  "Type": 1,
  "MemberId": "00a4e623-3c7b-41c4-aa86-3c0ed6f0f89b",
  "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": {}
}