GET api/Module/GetLiveTagId/{moduleId}/{layoutId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| moduleId | integer |
Required |
|
| layoutId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmailAd| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteId | integer |
None. |
|
| StripeId | integer |
None. |
|
| SourceId | string |
None. |
|
| LayoutId | integer |
None. |
|
| ModuleId | integer |
None. |
|
| EmailAdId | integer |
None. |
|
| AdIndicatorId | integer |
None. |
|
| DesktopMobileAdId | integer |
None. |
|
| PoweredById | integer |
None. |
|
| AdChoicesId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"SiteId": 1,
"StripeId": 2,
"SourceId": "sample string 3",
"LayoutId": 4,
"ModuleId": 5,
"EmailAdId": 6,
"AdIndicatorId": 7,
"DesktopMobileAdId": 8,
"PoweredById": 9,
"AdChoicesId": 10
}
application/xml, text/xml
Sample:
<EmailAd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIM.Model.Entities"> <AdChoicesId>10</AdChoicesId> <AdIndicatorId>7</AdIndicatorId> <DesktopMobileAdId>8</DesktopMobileAdId> <EmailAdId>6</EmailAdId> <LayoutId>4</LayoutId> <ModuleId>5</ModuleId> <PoweredById>9</PoweredById> <SiteId>1</SiteId> <SourceId>sample string 3</SourceId> <StripeId>2</StripeId> </EmailAd>