POST AdminApi/Advertising/GetAdViewingDetail
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": "d5acd7b6-d9d5-41fc-8952-242ab2bf19f2",
"Type": 1,
"MemberId": "5271987e-f28e-4b22-94bb-24a546a66158",
"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": {}
}