POST Api/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": "c45337e1-58dc-4745-8d70-5b4196a46afe",
"Type": 1,
"MemberId": "dd58ab38-b526-45ae-a58b-b924289a03a4",
"AdCode": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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": {}
}