POST AdminApi/Advertising/FinishAdViewing
Request Information
URI Parameters
None.
Body Parameters
AdRecQueryCond| Name | Description | Type | Additional 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": "6b04a21a-5f50-4a43-97a6-60e6f1e9cd45",
"Type": 1,
"MemberId": "5ebb8200-1951-4cda-b4f9-4b19c2cfe730",
"AdCode": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}