POST api/admin/{adminId}/outreach/projects/fromBase?theme={theme}

get areas from base in new project

Request Information

URI Parameters

NameDescriptionTypeAdditional information
adminId

string

Required

theme

string

Required

Body Parameters

PostOutreachNewProject
NameDescriptionTypeAdditional information
name

string

Required

isAlexa

boolean

Required

isGoogle

boolean

Required

isYandex

boolean

Required

isIndexYandex

boolean

Required

isLinkPad

boolean

Required

isTic

boolean

Required

isYandexCatalog

boolean

None.

isWhois

boolean

Required

alexa

integer

None.

linkPad

integer

None.

tic

integer

None.

indexYandex

integer

None.

theme

string

None.

yandexRegion

string

None.

googleRegion

string

None.

yandexTop

integer

None.

googleTop

integer

None.

whois

integer

None.

keyWords

Collection of string

Required

linksExchange

LinksExchangeData

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "isAlexa": true,
  "isGoogle": true,
  "isYandex": true,
  "isIndexYandex": true,
  "isLinkPad": true,
  "isTic": true,
  "isYandexCatalog": true,
  "isWhois": true,
  "alexa": 1,
  "linkPad": 1,
  "tic": 1,
  "indexYandex": 1,
  "theme": "sample string 9",
  "yandexRegion": "sample string 10",
  "googleRegion": "sample string 11",
  "yandexTop": 1,
  "googleTop": 1,
  "whois": 1,
  "keyWords": {
    "$id": "2",
    "$values": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "linksExchange": {
    "$id": "3",
    "isLinksExchange": true,
    "sape_ru": true,
    "rotapost_ru": true,
    "seohammer_ru": true,
    "webeffector_ru": true,
    "rookee_ru": true,
    "gogetlinks_net": true,
    "getgoodlinks_ru": true,
    "seopult_ru": true,
    "seopult_pro": true,
    "pr_sape_ru": true,
    "megaindex_ru": true,
    "miralinks_ru": true
  }
}

application/xml, text/xml

Sample:
<PostOutreachNewProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Outreach">
  <alexa>1</alexa>
  <googleRegion>sample string 11</googleRegion>
  <googleTop>1</googleTop>
  <indexYandex>1</indexYandex>
  <isAlexa>true</isAlexa>
  <isGoogle>true</isGoogle>
  <isIndexYandex>true</isIndexYandex>
  <isLinkPad>true</isLinkPad>
  <isTic>true</isTic>
  <isWhois>true</isWhois>
  <isYandex>true</isYandex>
  <isYandexCatalog>true</isYandexCatalog>
  <keyWords xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </keyWords>
  <linkPad>1</linkPad>
  <linksExchange>
    <getgoodlinks_ru>true</getgoodlinks_ru>
    <gogetlinks_net>true</gogetlinks_net>
    <isLinksExchange>true</isLinksExchange>
    <megaindex_ru>true</megaindex_ru>
    <miralinks_ru>true</miralinks_ru>
    <pr_sape_ru>true</pr_sape_ru>
    <rookee_ru>true</rookee_ru>
    <rotapost_ru>true</rotapost_ru>
    <sape_ru>true</sape_ru>
    <seohammer_ru>true</seohammer_ru>
    <seopult_pro>true</seopult_pro>
    <seopult_ru>true</seopult_ru>
    <webeffector_ru>true</webeffector_ru>
  </linksExchange>
  <name>sample string 1</name>
  <theme>sample string 9</theme>
  <tic>1</tic>
  <whois>1</whois>
  <yandexRegion>sample string 10</yandexRegion>
  <yandexTop>1</yandexTop>
</PostOutreachNewProject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.