PUT api/admin/{adminId}/outreach/projects/{id}

update some outreach project

Request Information

URI Parameters

NameDescriptionTypeAdditional information
adminId

string

Required

id

integer

Required

Body Parameters

GetSingleProject
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

theme

string

None.

addDate

date

None.

progress

decimal number

None.

keys

Collection of string

None.

isAlexa

boolean

None.

isGoogle

boolean

None.

isYandex

boolean

None.

isIndexYandex

boolean

None.

isLinkPad

boolean

None.

isTic

boolean

None.

isWhois

boolean

None.

alexa

integer

None.

linkPad

integer

None.

tic

integer

None.

indexYandex

integer

None.

yandexRegion

string

None.

googleRegion

string

None.

yandexTop

integer

None.

googleTop

integer

None.

whois

integer

None.

linksExchange

LinksExchangeData

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "theme": "sample string 3",
  "addDate": "2024-05-20T06:40:15.7276322+00:00",
  "progress": 5.0,
  "keys": {
    "$id": "2",
    "$values": [
      "sample string 1",
      "sample string 2"
    ]
  },
  "isAlexa": true,
  "isGoogle": true,
  "isYandex": true,
  "isIndexYandex": true,
  "isLinkPad": true,
  "isTic": true,
  "isWhois": true,
  "alexa": 13,
  "linkPad": 14,
  "tic": 15,
  "indexYandex": 16,
  "yandexRegion": "sample string 17",
  "googleRegion": "sample string 18",
  "yandexTop": 19,
  "googleTop": 20,
  "whois": 21,
  "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:
<GetSingleProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Models.Outreach">
  <addDate>2024-05-20T06:40:15.7276322+00:00</addDate>
  <alexa>13</alexa>
  <googleRegion>sample string 18</googleRegion>
  <googleTop>20</googleTop>
  <id>1</id>
  <indexYandex>16</indexYandex>
  <isAlexa>true</isAlexa>
  <isGoogle>true</isGoogle>
  <isIndexYandex>true</isIndexYandex>
  <isLinkPad>true</isLinkPad>
  <isTic>true</isTic>
  <isWhois>true</isWhois>
  <isYandex>true</isYandex>
  <keys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </keys>
  <linkPad>14</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 2</name>
  <progress>5</progress>
  <theme>sample string 3</theme>
  <tic>15</tic>
  <whois>21</whois>
  <yandexRegion>sample string 17</yandexRegion>
  <yandexTop>19</yandexTop>
</GetSingleProject>

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.