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": "d4c8a59c-fa81-4fd8-b873-1510e681e1c4",
"Type": 1,
"MemberId": "ee1f7003-b6ad-48f8-a4ff-18dbc7129608",
"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": {}
}