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": "56a7c772-afb1-4e4a-b8b3-479a7f4f940e",
  "Type": 1,
  "MemberId": "7b92251f-4c9a-43f9-91c7-d3d1fe750c5e",
  "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": {}
}