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": "9d2dd23a-b658-481f-bb9c-9573df1630ac",
"Type": 1,
"MemberId": "a20ab18d-3fbf-4d42-a572-56d6fd05c4cd",
"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": {}
}