POST api/v1/adnotice

Saves the Ad Notice.

Request Information

URI Parameters

None.

Body Parameters

AdNotice
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

CompanyId

integer

None.

AccountId

integer

None.

DivisionId

integer

None.

StatusId

integer

None.

Account

Account

None.

Division

Division

None.

Icon

Icon

None.

Notices

Collection of Notice

None.

BillingCode

string

None.

Archived

boolean

None.

ShowIBALink

boolean

None.

ShowCustomLink

boolean

None.

AdServer

Vendor

None.

ThirdPartyDataVendors

Collection of Vendor

None.

AnalyticsVendors

Collection of Vendor

None.

Created

date

None.

CreatedByUserId

integer

None.

CreatedByUserName

string

None.

Modified

date

None.

Countries

string

None.

OwnerCompanyLogoUrl

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "companyId": 3,
  "accountId": 4,
  "divisionId": 5,
  "statusId": 6,
  "account": {
    "id": 1,
    "name": "sample string 2",
    "sfoId": "sample string 3",
    "customOptOutUrl": "sample string 4"
  },
  "division": {
    "id": 1,
    "companyId": 2,
    "name": "sample string 3",
    "description": "sample string 4",
    "deleted": true,
    "accountId": 6,
    "isDefault": true,
    "userRoles": {
      "1": [
        1,
        2
      ],
      "2": [
        1,
        2
      ]
    }
  },
  "icon": {
    "generic": true,
    "type": "sample string 2",
    "style": "sample string 3",
    "delay": 4,
    "grayscale": 5,
    "opacity": 6,
    "position": "sample string 7",
    "offsetX": 8,
    "offsetY": 9,
    "hasDAALicense": true
  },
  "notices": [
    {
      "id": 1,
      "default": true,
      "adNoticeId": 3,
      "countryId": 4,
      "countryName": "sample string 5",
      "countryCode": "sample string 6",
      "countryDomain": "sample string 7",
      "languageId": 8,
      "language": "sample string 9",
      "advertisers": [
        {
          "id": 1,
          "name": "sample string 2",
          "accountId": 3
        },
        {
          "id": 1,
          "name": "sample string 2",
          "accountId": 3
        }
      ],
      "overlay": {
        "showOverlay": true,
        "templateType": "sample string 2",
        "message": "sample string 3",
        "noticeText": "sample string 4",
        "url": "sample string 5",
        "logoUrl": "sample string 6",
        "image": "QEA=",
        "imageType": "sample string 7"
      },
      "mobileOverlay": {
        "displayOverlay": true,
        "message": "sample string 2"
      },
      "optOut": {
        "customizeOptOutPage": true,
        "heading": "sample string 2",
        "message": "sample string 3",
        "linkHeading": "sample string 4",
        "logoUrl": "sample string 5",
        "showWhatHappensLink": true,
        "showSelfRegulatoryLink": true,
        "showIBALink": true,
        "showGhosteryLink": true,
        "customLinks": [
          {
            "id": 1,
            "name": "sample string 2",
            "url": "sample string 3",
            "order": 4
          },
          {
            "id": 1,
            "name": "sample string 2",
            "url": "sample string 3",
            "order": 4
          }
        ],
        "privacyPolicyUrl": "sample string 10",
        "image": "QEA=",
        "imageType": "sample string 11",
        "useCustomClickThroughDesktop": true,
        "useCustomClickThroughMobileWeb": true,
        "useCustomClickThroughMobileApp": true,
        "desktopClickThroughUrl": "sample string 15",
        "mobileWebClickThroughUrlAndroid": "sample string 16",
        "mobileWebClickThroughUrlIos": "sample string 17",
        "mobileAppClickThroughUrlAndroid": "sample string 18",
        "mobileAppClickThroughUrlIos": "sample string 19",
        "logoType": 20
      },
      "advertiserName": "sample string 10"
    },
    {
      "id": 1,
      "default": true,
      "adNoticeId": 3,
      "countryId": 4,
      "countryName": "sample string 5",
      "countryCode": "sample string 6",
      "countryDomain": "sample string 7",
      "languageId": 8,
      "language": "sample string 9",
      "advertisers": [
        {
          "id": 1,
          "name": "sample string 2",
          "accountId": 3
        },
        {
          "id": 1,
          "name": "sample string 2",
          "accountId": 3
        }
      ],
      "overlay": {
        "showOverlay": true,
        "templateType": "sample string 2",
        "message": "sample string 3",
        "noticeText": "sample string 4",
        "url": "sample string 5",
        "logoUrl": "sample string 6",
        "image": "QEA=",
        "imageType": "sample string 7"
      },
      "mobileOverlay": {
        "displayOverlay": true,
        "message": "sample string 2"
      },
      "optOut": {
        "customizeOptOutPage": true,
        "heading": "sample string 2",
        "message": "sample string 3",
        "linkHeading": "sample string 4",
        "logoUrl": "sample string 5",
        "showWhatHappensLink": true,
        "showSelfRegulatoryLink": true,
        "showIBALink": true,
        "showGhosteryLink": true,
        "customLinks": [
          {
            "id": 1,
            "name": "sample string 2",
            "url": "sample string 3",
            "order": 4
          },
          {
            "id": 1,
            "name": "sample string 2",
            "url": "sample string 3",
            "order": 4
          }
        ],
        "privacyPolicyUrl": "sample string 10",
        "image": "QEA=",
        "imageType": "sample string 11",
        "useCustomClickThroughDesktop": true,
        "useCustomClickThroughMobileWeb": true,
        "useCustomClickThroughMobileApp": true,
        "desktopClickThroughUrl": "sample string 15",
        "mobileWebClickThroughUrlAndroid": "sample string 16",
        "mobileWebClickThroughUrlIos": "sample string 17",
        "mobileAppClickThroughUrlAndroid": "sample string 18",
        "mobileAppClickThroughUrlIos": "sample string 19",
        "logoType": 20
      },
      "advertiserName": "sample string 10"
    }
  ],
  "billingCode": "sample string 7",
  "archived": true,
  "showIBALink": true,
  "showCustomLink": true,
  "adServer": {
    "id": 1,
    "name": "sample string 2",
    "macros": [
      {
        "id": 1,
        "name": "sample string 2",
        "marker": "sample string 3",
        "replacementText": "sample string 4"
      },
      {
        "id": 1,
        "name": "sample string 2",
        "marker": "sample string 3",
        "replacementText": "sample string 4"
      }
    ]
  },
  "thirdPartyDataVendors": [
    {
      "id": 1,
      "name": "sample string 2",
      "macros": [
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        },
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        }
      ]
    },
    {
      "id": 1,
      "name": "sample string 2",
      "macros": [
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        },
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        }
      ]
    }
  ],
  "analyticsVendors": [
    {
      "id": 1,
      "name": "sample string 2",
      "macros": [
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        },
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        }
      ]
    },
    {
      "id": 1,
      "name": "sample string 2",
      "macros": [
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        },
        {
          "id": 1,
          "name": "sample string 2",
          "marker": "sample string 3",
          "replacementText": "sample string 4"
        }
      ]
    }
  ],
  "created": "2023-06-07T14:17:29.4176255+00:00",
  "createdByUserId": 12,
  "createdByUserName": "sample string 13",
  "modified": "2023-06-07T14:17:29.4176255+00:00",
  "countries": "sample string 15",
  "ownerCompanyLogoUrl": "sample string 16"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'AdNotice'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.